-
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
Deno panics with import assertions #12989
Comments
Actually, let's keep it open. |
@dsherret it seems we're still panicking after upgrades of SWC and deno_ast; and the setting is on: https://github.com/denoland/deno_ast/blob/444b4497bcffc07e4b09cb872c9782dedd81ab6a/src/parsing.rs#L240-L251 |
It's a bug in SWC, I'm working on a fix. |
Opened swc-project/swc#3005 |
This was referenced Dec 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import foo from "./foo.json" assert { type: "json" };
causes Deno to panic.The text was updated successfully, but these errors were encountered: