1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests/testdata/import_attributes/dynamic_error.out
2024-01-14 18:28:46 -07:00

4 lines
241 B
Text

error: Uncaught (in promise) TypeError: Attempted to load JSON module without specifying "type": "json" attribute in the import statement.
const data = await import("./data.json");
^
at async [WILDCARD]dynamic_error.ts:1:14