-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Warn code that uses import assertions #17944
Comments
swc issue: swc-project/swc#7179 |
The import assertions proposal was renamed to import attributes and became stage 3 again in March 2023. This change, however, came with the |
Hey, quick update on this. Node.js is planning to remove support for I saw in the Deno 1.42 blog post that you are working on a new major version, so it might be a good time to also discuss removing |
As we discussed on Discord, we are also removing I am trying to pass the |
Ref: denoland/deno#17944 (comment), denoland/deno#23450 Removed flags enabled by default and added flag Float16Array.
Ref #17944, swc-project/swc#8893 TypeScript removes the `assert` keywords in the transpile, so this PR only works for JavaScript files
This is landed in 1.46 and 2.0 |
https://github.com/tc39/proposal-import-assertions
The text was updated successfully, but these errors were encountered: