-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Proposal class static block support #43370
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
rbuckton
merged 45 commits into
microsoft:main
from
Kingwl:proposal_class_static_block_support
Jun 25, 2021
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
dde4ca2
Class static block (#9)
Kingwl 188cf27
Add basic transformer
Kingwl e26d82a
Fix emit behavior
Kingwl 7c50597
Add more tests
Kingwl 6f4b7b3
Add friend tests
Kingwl 3c0b7cf
Update baseline
Kingwl bafd15c
Fix cr issues
Kingwl c3a8b27
Accept baseline
Kingwl 4c19c80
Add decorator and modifier check
Kingwl b4e64c4
Merge branch 'master' into proposal_class_static_block_support
Kingwl 3a61e56
Add functional boundary check
Kingwl b826bcb
Merge branch 'master' into proposal_class_static_block_support
Kingwl f31a962
Merge branch 'master' into proposal_class_static_block_support
Kingwl 1bed545
Fix conflict
Kingwl 54bd285
Fix computed prop name within context
Kingwl efa72d9
Add more tests
Kingwl 561b9d6
Update baseline
Kingwl 8e3543f
Avoid invalid test baseline
Kingwl c4f71e2
Support use before initialize check
Kingwl 1b2b7c7
Merge branch 'master' into proposal_class_static_block_support
Kingwl fb285a1
Merge branch 'master' into proposal_class_static_block_support
Kingwl e8cd4f8
wip
Kingwl 16a3bcf
Fix class static block context
Kingwl 3c71d54
Merge branch 'main' into proposal_class_static_block_support
Kingwl 192fd33
Fix checks
Kingwl bcb3ddb
Fix missing case
Kingwl d1b5908
Merge branch 'proposal_class_static_block_support' of github.com:King…
Kingwl 6d0a1e5
Improve assert message
Kingwl 141d67a
Merge branch 'main' into proposal_class_static_block_support
Kingwl 61e67fd
Accept baseline
Kingwl e608531
Avoid new context
Kingwl 7fb981d
Update diagnostic message
Kingwl dabdce6
Fix name collision
Kingwl 4f54d71
Fix targets
Kingwl 1b33a04
Avoid unnecessary files
Kingwl bf77656
Add more case
Kingwl 045a9e8
Add more test cases
Kingwl 4278c0c
Fix strict mode function declaration
Kingwl 34dce46
Avoid private fields initializer if no private identifier references
Kingwl 307c1d9
Avoid private fields and add more test case
Kingwl f3f8ac2
Merge branch 'main' into proposal_class_static_block_support
Kingwl 1f173a9
Add more case
Kingwl b409d8c
Add tests and support for related services functionality
rbuckton aa28986
Fix this reference in static block
Kingwl 6234640
Split parser diagnostic and binder diagnostic
Kingwl 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
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.
Uh oh!
There was an error while loading. Please reload this page.