index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
run
/
import_attributes_dynamic_import
/
dynamic_import.ts
blob: 093136fb0745e85d5a968a156b3f67b7124fe4be (
plain
)
1
2
3
const data1 = await import("./data.json", { with: { type: "json" } }); console.log(data1);