mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -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
108 B
JavaScript
4 lines
108 B
JavaScript
import json from "npm:@denotest/binary-package@1/package.json" with {
|
|
type: "json",
|
|
};
|
|
console.log(json);
|