-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow using types for named exports (#738)
- Loading branch information
1 parent
7665136
commit 5d3aa0b
Showing
28 changed files
with
53 additions
and
215 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
19 changes: 0 additions & 19 deletions
19
.../stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports1-amd.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports1-amd.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: 5, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
19 changes: 0 additions & 19 deletions
19
.../stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports1-es6.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports1-es6.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: 5, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
19 changes: 0 additions & 19 deletions
19
crates/stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports1.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
crates/stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports1.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: 5, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
31 changes: 0 additions & 31 deletions
31
.../stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports3-amd.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports3-amd.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: 14, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
31 changes: 0 additions & 31 deletions
31
.../stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports3-es6.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...stc_ts_type_checker/tests/conformance/es6/modules/exportsAndImports3-es6.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: 14, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
Oops, something went wrong.