mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
4 lines
195 B
Text
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
|