mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
6 lines
212 B
Text
6 lines
212 B
Text
|
[WILDCARD]
|
||
|
error: Uncaught (in promise) TypeError: Expected a "JavaScript" module but loaded a "JSON" module.
|
||
|
const data = await import("./data.json");
|
||
|
^
|
||
|
at async [WILDCARD]dynamic_error.ts:1:14
|