summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/extension_dynamic_import.ts.out
blob: 4414ad923554bace204636cd36c84d1cf828c382 (plain)
1
2
3
4
5
6
7
8
9
10
error: Uncaught (in promise) TypeError: Unsupported scheme "ext" for module "ext:runtime/01_errors.js". Supported schemes: [
    "data",
    "blob",
    "file",
    "http",
    "https",
]
await import("ext:runtime/01_errors.js");
^
    at async [WILDCARD]/extension_dynamic_import.ts:1:1