summaryrefslogtreecommitdiff
path: root/tests/testdata/import_attributes/json_with_shebang.ts
blob: 0a785210fca39a4753f371b6faa93ef43fc86759 (plain)
1
2
3
4
// deno-lint-ignore no-import-assertions
import json from "./json_with_shebang.json" assert { type: "json" };

console.log(json);