-
Notifications
You must be signed in to change notification settings - Fork 13k
Implement export as namespace from #34903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b3cb74f
init export start as decl
Kingwl a106216
fix some broken
Kingwl 8f56361
fix more case
Kingwl 1b7c88b
fix more and more case
Kingwl fba692c
make it work
Kingwl 97d47f8
make lint happy and accept baseline
Kingwl 20dc273
add more tests
Kingwl 8b3a592
fix system module
Kingwl 8a36290
add more case
Kingwl 2895f79
delete useless assert
Kingwl 2ad4d1b
accept baseline
Kingwl 33ae592
make lint happy
Kingwl 5d4b1a5
Merge branch 'master' into export_star_as
Kingwl 3f62ec1
Merge branch 'master' into export_star_as
Kingwl fb4ae00
fix missing utils
Kingwl c0d8705
update api
Kingwl 584cd5b
make lint happy
Kingwl 2667cee
add missing semi
Kingwl afb33c7
Merge remote-tracking branch 'origin' into export_star_as
DanielRosenwasser 7582e25
fix minor issue
Kingwl ee4b1f0
fix locally bound
Kingwl a66b75b
avoid useless check
Kingwl d7355b5
update public api
Kingwl dc20400
add more case
Kingwl a595ad1
fix some case
Kingwl 1f7a06c
Merge remote-tracking branch 'origin' into export_star_as
DanielRosenwasser d5e927a
Use multi-module selection in test runner to cut down on duplication.
DanielRosenwasser aa969ac
Accepted baselines.
DanielRosenwasser ef3be4a
remove superfluous tests.
DanielRosenwasser a5e1d49
Remove baseline.
DanielRosenwasser bbe5b33
Downlevel `export * as ns` in es2015.
DanielRosenwasser fcc6f92
Accepted baselines.
DanielRosenwasser ed4f9b5
Update names of things.
DanielRosenwasser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant parentheses?