-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support stage-4 ergonomic brand checks for private fields #2064
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
Comments
Thanks for the info! |
开始还以为shock wave component又卷土重来了。 |
Note; Ergonomic brand checks will be landed in TypeScript 4.5 😄 |
I didn't finish it because of time. It's stage-4, so support of |
) swc_ecma_parser: - Implement parsing of private properties in object literals. swc_ecma_transforms_base: - `fixer`: Handle `const [a = (b, c)]`. swc_ecma_transforms_compat: - `class_properties`: Support ergonomic brand checks. (#2064) swc_ecma_transforms_proposal: - Implement ergonomic brand checks for private fields. (#2064)
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the feature
Support ergonomic brand checks proposal that is now Stage-4.
Babel plugin or link to the feature description
Now Babel 7.15 supports it in default.
Additional context
Nothing
The text was updated successfully, but these errors were encountered: