-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor(es/typescript): Extract type annotation proposal out #9127
Conversation
@magic-akari Can you take a look? I looked at the TypeScript transform source code, but I'm not sure if applying |
This comment was marked as off-topic.
This comment was marked as off-topic.
Originally posted by @GeoffreyBooth in nodejs/loaders#208 (comment) Based on this requirement, I believe we only need to export |
I was thinking the same. I'll add a function for it. |
Thank you! |
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.
swc-bump:
- swc_ecma_transforms_typescript
- swc_core
When using only
Are we on the same page? CC @GeoffreyBooth |
Description:
The Node.js team wants a Wasm package that only implements type annotation proposals. So we need to refactor our TypeScript transform to allow it.
Related issue: