mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00

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
3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
import json3 from "./json_3.json" with { type: "json" };
|
|
|
|
console.log(json3);
|