-
-
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
feat(cli): Support for *.mts/*.cts files #6909
Conversation
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.
Thank you!
swc-bump:
- swc
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.
Automated review comment generated by auto-rebase script
Should this be available in v1.3.35? await (await import("@swc/core")).transform("let x: number = 5", { filename: "foo.mts" }) does not work in v1.3.35, it throws an error on encountering the |
@webstrand Can you file an issue? |
Description: Fix #4679
BREAKING CHANGE:
Related issue (if exists): Fix #4679 I also referred to babel/babel#13838