-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
feat(transformer): support TypeScript experimental decorator #8614
base: main
Are you sure you want to change the base?
feat(transformer): support TypeScript experimental decorator #8614
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Can you make space for ecma decorators? i.e. name current decorator as |
CodSpeed Performance ReportMerging #8614 will not alter performanceComparing Summary
|
@@ -0,0 +1,284 @@ | |||
//! Typescript Experimental Decorator |
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.
Experimental
has become confusing, let's not mention it except use the term legacy decorator (--experimentalDecorators
) explicitly.
386e3d6
to
115bbda
Compare
e2bb198
to
b73f8a8
Compare
97e7f9c
to
4ac37a4
Compare
b73f8a8
to
f0ed208
Compare
4ac37a4
to
318f4bc
Compare
… are inside the class itself.
f0ed208
to
d287a61
Compare
318f4bc
to
69ed340
Compare
9efa0dc
to
e37cb67
Compare
d287a61
to
233dc07
Compare
e37cb67
to
013ddd8
Compare
013ddd8
to
16df060
Compare
…create_export_named_class_reference
1104e05
to
ae9612b
Compare
related: #4047
related: rolldown/rolldown#2296
THIS IS STILL UNDER DEVELOPMENT!!!