summaryrefslogtreecommitdiff
path: root/cli/tests/error_local_static_import_from_remote.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/error_local_static_import_from_remote.ts.out')
-rw-r--r--cli/tests/error_local_static_import_from_remote.ts.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/error_local_static_import_from_remote.ts.out b/cli/tests/error_local_static_import_from_remote.ts.out
index 841fdb6e3..af3c8852f 100644
--- a/cli/tests/error_local_static_import_from_remote.ts.out
+++ b/cli/tests/error_local_static_import_from_remote.ts.out
@@ -2,8 +2,8 @@
error: Uncaught PermissionDenied: Remote module are not allowed to statically import local modules. Use dynamic import instead.
at unwrapResponse ($deno$/ops/dispatch_json.ts:[WILDCARD])
at Object.sendAsync ($deno$/ops/dispatch_json.ts:[WILDCARD])
- at async processImports ($deno$/compiler/imports.ts:[WILDCARD])
- at async Object.processImports ($deno$/compiler/imports.ts:[WILDCARD])
+ at async processImports ($deno$/compiler.ts:[WILDCARD])
+ at async processImports ($deno$/compiler.ts:[WILDCARD])
at async compile ($deno$/compiler.ts:[WILDCARD])
at async tsCompilerOnMessage ($deno$/compiler.ts:[WILDCARD])
at async workerMessageRecvCallback ($deno$/runtime_worker.ts:[WILDCARD])