summaryrefslogtreecommitdiff
path: root/tests/testdata/import_attributes/dynamic_error.out
blob: 24f29de72d793d0d1ce5b8ef349689451d3de07c (plain)
1
2
3
4
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