diff options
Diffstat (limited to 'cli/tests/testdata/run/extension_import.ts.out')
-rw-r--r-- | cli/tests/testdata/run/extension_import.ts.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/extension_import.ts.out b/cli/tests/testdata/run/extension_import.ts.out new file mode 100644 index 000000000..f1d9d5eb2 --- /dev/null +++ b/cli/tests/testdata/run/extension_import.ts.out @@ -0,0 +1,8 @@ +error: Unsupported scheme "ext" for module "ext:runtime/01_errors.js". Supported schemes: [ + "data", + "blob", + "file", + "http", + "https", +] + at [WILDCARD] |