Skip to content

Commit

Permalink
scripts/check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Aug 20, 2023
1 parent 12035c4 commit 57b2624
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"required_error_lines": {},
"extra_errors": {
"TS2345": 9,
"TS2345": 10,
"TS2339": 2,
"TS0": 2,
"TS2322": 8
Expand All @@ -12,7 +11,6 @@
"TS2345": [
96,
132,
157,
162,
291,
295,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stats {
required_error: 0,
matched_error: 5,
extra_error: 22,
extra_error: 21,
panic: 0,
}
Original file line number Diff line number Diff line change
@@ -1,29 +1,10 @@
{
"required_errors": {
"TS2322": 16,
"TS2536": 4,
"TS2542": 4,
"TS2322": 10
},
"required_error_lines": {
"TS2322": [
14,
19,
33,
43,
44,
64,
75,
81,
91,
130,
146,
151,
156,
161,
166,
171
],
"TS2536": [
23,
24,
Expand Down Expand Up @@ -51,7 +32,6 @@
},
"extra_errors": {
"TS2322": 11
"TS2322": 4
},
"extra_error_lines": {
"TS2322": [
Expand All @@ -64,6 +44,7 @@
39,
58,
59,
63,
68
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stats {
required_error: 24,
matched_error: 4,
extra_error: 4,
required_error: 18,
matched_error: 10,
extra_error: 11,
panic: 0,
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stats {
required_error: 1,
matched_error: 9,
required_error: 0,
matched_error: 10,
extra_error: 0,
panic: 0,
}
6 changes: 3 additions & 3 deletions crates/stc_ts_type_checker/tests/tsc-stats.rust-debug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stats {
required_error: 3502,
matched_error: 6533,
extra_error: 769,
required_error: 3495,
matched_error: 6540,
extra_error: 770,
panic: 73,
}

0 comments on commit 57b2624

Please sign in to comment.