forked from dudykr/stc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edc25c6
commit 271a485
Showing
70 changed files
with
262 additions
and
86 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
.../conformance/externalModules/exportAssignmentOfExportNamespaceWithDefault.error-diff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"required_errors": {}, | ||
"required_error_lines": {}, | ||
"extra_errors": { | ||
"TS2307": 1 | ||
}, | ||
"extra_error_lines": { | ||
"TS2307": [ | ||
11 | ||
] | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...conformance/externalModules/exportAssignmentOfExportNamespaceWithDefault.stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 0, | ||
extra_error: 1, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
] | ||
}, | ||
"extra_errors": { | ||
"TS2307": 1 | ||
"TS2307": 2 | ||
}, | ||
"extra_error_lines": { | ||
"TS2307": [ | ||
6, | ||
6 | ||
] | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...stc_ts_type_checker/tests/conformance/jsx/checkJsxChildrenCanBeTupleType.stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 1, | ||
matched_error: 0, | ||
extra_error: 1, | ||
extra_error: 2, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...type_checker/tests/conformance/jsx/checkJsxSubtleSkipContextSensitiveBug.stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 2, | ||
extra_error: 3, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...er/tests/conformance/jsx/checkJsxUnionSFXContextualTypeInferredCorrectly.stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 3, | ||
extra_error: 4, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...er/tests/conformance/jsx/jsxs/jsxJsxsCjsTransformChildren(jsx=react-jsx).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 1, | ||
extra_error: 2, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tests/conformance/jsx/jsxs/jsxJsxsCjsTransformChildren(jsx=react-jsxdev).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 1, | ||
extra_error: 2, | ||
panic: 0, | ||
} |
16 changes: 7 additions & 9 deletions
16
...conformance/jsx/jsxs/jsxJsxsCjsTransformCustomImportPragma(jsx=react-jsx).error-diff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
{ | ||
"required_errors": { | ||
"TS2307": 1 | ||
}, | ||
"required_error_lines": { | ||
"TS2307": [ | ||
3 | ||
] | ||
}, | ||
"required_errors": {}, | ||
"required_error_lines": {}, | ||
"extra_errors": { | ||
"TS7005": 4 | ||
"TS7005": 4, | ||
"TS2307": 1 | ||
}, | ||
"extra_error_lines": { | ||
"TS7005": [ | ||
4, | ||
6, | ||
5, | ||
7 | ||
], | ||
"TS2307": [ | ||
3 | ||
] | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
...onformance/jsx/jsxs/jsxJsxsCjsTransformCustomImportPragma(jsx=react-jsx).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 1, | ||
matched_error: 0, | ||
extra_error: 4, | ||
required_error: 0, | ||
matched_error: 1, | ||
extra_error: 5, | ||
panic: 0, | ||
} |
16 changes: 7 additions & 9 deletions
16
...formance/jsx/jsxs/jsxJsxsCjsTransformCustomImportPragma(jsx=react-jsxdev).error-diff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
{ | ||
"required_errors": { | ||
"TS2307": 1 | ||
}, | ||
"required_error_lines": { | ||
"TS2307": [ | ||
3 | ||
] | ||
}, | ||
"required_errors": {}, | ||
"required_error_lines": {}, | ||
"extra_errors": { | ||
"TS7005": 4 | ||
"TS7005": 4, | ||
"TS2307": 1 | ||
}, | ||
"extra_error_lines": { | ||
"TS7005": [ | ||
4, | ||
6, | ||
5, | ||
7 | ||
], | ||
"TS2307": [ | ||
3 | ||
] | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
...ormance/jsx/jsxs/jsxJsxsCjsTransformCustomImportPragma(jsx=react-jsxdev).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 1, | ||
matched_error: 0, | ||
extra_error: 4, | ||
required_error: 0, | ||
matched_error: 1, | ||
extra_error: 5, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ker/tests/conformance/jsx/jsxs/jsxJsxsCjsTransformKeyProp(jsx=react-jsx).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 2, | ||
extra_error: 3, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../tests/conformance/jsx/jsxs/jsxJsxsCjsTransformKeyProp(jsx=react-jsxdev).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 2, | ||
extra_error: 3, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nce/jsx/jsxs/jsxJsxsCjsTransformKeyPropCustomImportPragma(jsx=react-jsx).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 1, | ||
matched_error: 0, | ||
extra_error: 4, | ||
extra_error: 6, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../jsx/jsxs/jsxJsxsCjsTransformKeyPropCustomImportPragma(jsx=react-jsxdev).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 1, | ||
matched_error: 0, | ||
extra_error: 4, | ||
extra_error: 6, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rmance/jsx/jsxs/jsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsx).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 8, | ||
extra_error: 9, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nce/jsx/jsxs/jsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsxdev).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 8, | ||
extra_error: 9, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../conformance/jsx/jsxs/jsxJsxsCjsTransformSubstitutesNames(jsx=react-jsx).stats.rust-debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 0, | ||
extra_error: 1, | ||
extra_error: 2, | ||
panic: 0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.