1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/tests/testdata/import_attributes/dynamic_error.out
2024-01-04 20:34:53 +01:00

4 lines
195 B
Text

error: Uncaught (in promise) TypeError: Expected a "None" module but loaded a "JSON" module.
const data = await import("./data.json");
^
at async [WILDCARD]dynamic_error.ts:1:14