mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
783533d2e3
Ref #17944, https://github.com/swc-project/swc/issues/8893 TypeScript removes the `assert` keywords in the transpile, so this PR only works for JavaScript files
4 lines
206 B
Text
4 lines
206 B
Text
error: Uncaught SyntaxError: Unexpected identifier 'assert'
|
|
import foo from "./main.json" assert { type: "json" };
|
|
^
|
|
at <anonymous> (file:///[WILDCARD]/main.js:[WILDCARD])
|