Skip to content

Commit 4fe823e

Browse files
committed
fix lint
1 parent 4c7f508 commit 4fe823e

File tree

49 files changed

+2201
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2201
-49
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818

1919
- run: npm ci
2020

21-
- run: npm run build
2221
- run: npm run lint
22+
- run: npm run build
2323
- run: npm run test
+26-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
{"debugFiles":["fixture/do-while.ts"],"debugInfos":{"main":{"branchInfo":[[1,2],[1,1]],"index":0,"lineInfo":[[[0,2,14],[0,3,14],[0,3,25]],[[0,5,4],[0,6,10],[0,6,18]],[[0,4,2]],[[0,7,9]]]}}}
1+
{
2+
"debugFiles": ["fixture/do-while.ts"],
3+
"debugInfos": {
4+
"main": {
5+
"branchInfo": [
6+
[1, 2],
7+
[1, 1]
8+
],
9+
"index": 0,
10+
"lineInfo": [
11+
[
12+
[0, 2, 14],
13+
[0, 3, 14],
14+
[0, 3, 25]
15+
],
16+
[
17+
[0, 5, 4],
18+
[0, 6, 10],
19+
[0, 6, 18]
20+
],
21+
[[0, 4, 2]],
22+
[[0, 7, 9]]
23+
]
24+
}
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
null
1+
null
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
{"debugFiles":["fixture/do-while-break.ts"],"debugInfos":{"main":{"branchInfo":[[1,2],[1,3],[3,4],[3,1]],"index":0,"lineInfo":[[[0,2,14],[0,3,14],[0,3,25]],[[0,5,4],[0,6,8],[0,6,16]],[[0,6,19]],[[0,7,10],[0,7,18]],[[0,4,2]],[[0,4,2]],[[0,8,9]]]}}}
1+
{
2+
"debugFiles": ["fixture/do-while-break.ts"],
3+
"debugInfos": {
4+
"main": {
5+
"branchInfo": [
6+
[1, 2],
7+
[1, 3],
8+
[3, 4],
9+
[3, 1]
10+
],
11+
"index": 0,
12+
"lineInfo": [
13+
[
14+
[0, 2, 14],
15+
[0, 3, 14],
16+
[0, 3, 25]
17+
],
18+
[
19+
[0, 5, 4],
20+
[0, 6, 8],
21+
[0, 6, 16]
22+
],
23+
[[0, 6, 19]],
24+
[
25+
[0, 7, 10],
26+
[0, 7, 18]
27+
],
28+
[[0, 4, 2]],
29+
[[0, 4, 2]],
30+
[[0, 8, 9]]
31+
]
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
null
1+
null
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
{"debugFiles":["fixture/do-while-continue.ts"],"debugInfos":{"main":{"branchInfo":[[1,2],[1,3],[4,5],[4,1]],"index":0,"lineInfo":[[[0,2,14],[0,3,14],[0,3,25]],[[0,5,4],[0,6,8],[0,6,16]],[[0,6,19]],[[0,4,2]],[[0,7,10],[0,7,18]],[[0,4,2]],[[0,8,9]]]}}}
1+
{
2+
"debugFiles": ["fixture/do-while-continue.ts"],
3+
"debugInfos": {
4+
"main": {
5+
"branchInfo": [
6+
[1, 2],
7+
[1, 3],
8+
[4, 5],
9+
[4, 1]
10+
],
11+
"index": 0,
12+
"lineInfo": [
13+
[
14+
[0, 2, 14],
15+
[0, 3, 14],
16+
[0, 3, 25]
17+
],
18+
[
19+
[0, 5, 4],
20+
[0, 6, 8],
21+
[0, 6, 16]
22+
],
23+
[[0, 6, 19]],
24+
[[0, 4, 2]],
25+
[
26+
[0, 7, 10],
27+
[0, 7, 18]
28+
],
29+
[[0, 4, 2]],
30+
[[0, 8, 9]]
31+
]
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
null
1+
null
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
{"debugFiles":["fixture/do-while-once.ts"],"debugInfos":{"main":{"branchInfo":[[1,2],[1,3],[3,4],[3,5],[6,7],[6,1]],"index":0,"lineInfo":[[[0,2,14],[0,3,14]],[[0,5,4],[0,5,13],[0,6,8],[0,6,16]],[[0,6,22]],[[0,7,4],[0,8,8],[0,8,16]],[[0,8,20]],[[0,4,2],[0,9,4]],[[0,10,11]],[[0,4,2]],[[0,4,2]],[[0,11,9],[0,11,17]]]}}}
1+
{
2+
"debugFiles": ["fixture/do-while-once.ts"],
3+
"debugInfos": {
4+
"main": {
5+
"branchInfo": [
6+
[1, 2],
7+
[1, 3],
8+
[3, 4],
9+
[3, 5],
10+
[6, 7],
11+
[6, 1]
12+
],
13+
"index": 0,
14+
"lineInfo": [
15+
[
16+
[0, 2, 14],
17+
[0, 3, 14]
18+
],
19+
[
20+
[0, 5, 4],
21+
[0, 5, 13],
22+
[0, 6, 8],
23+
[0, 6, 16]
24+
],
25+
[[0, 6, 22]],
26+
[
27+
[0, 7, 4],
28+
[0, 8, 8],
29+
[0, 8, 16]
30+
],
31+
[[0, 8, 20]],
32+
[
33+
[0, 4, 2],
34+
[0, 9, 4]
35+
],
36+
[[0, 10, 11]],
37+
[[0, 4, 2]],
38+
[[0, 4, 2]],
39+
[
40+
[0, 11, 9],
41+
[0, 11, 17]
42+
]
43+
]
44+
}
45+
}
46+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
null
1+
null
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
{"debugFiles":["fixture/exit-basicBlock.ts"],"debugInfos":{"main":{"branchInfo":[[0,1],[0,2],[3,4],[3,5]],"index":0,"lineInfo":[[[0,4,6],[0,4,14]],[[0,4,14]],[[0,4,19],[0,4,27]],[],[[0,5,17]],[]]}}}
1+
{
2+
"debugFiles": ["fixture/exit-basicBlock.ts"],
3+
"debugInfos": {
4+
"main": {
5+
"branchInfo": [
6+
[0, 1],
7+
[0, 2],
8+
[3, 4],
9+
[3, 5]
10+
],
11+
"index": 0,
12+
"lineInfo": [
13+
[
14+
[0, 4, 6],
15+
[0, 4, 14]
16+
],
17+
[[0, 4, 14]],
18+
[
19+
[0, 4, 19],
20+
[0, 4, 27]
21+
],
22+
[],
23+
[[0, 5, 17]],
24+
[]
25+
]
26+
}
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
null
1+
null

0 commit comments

Comments
 (0)