summaryrefslogtreecommitdiff
path: root/cli/tests/error_local_static_import_from_remote.ts.out
blob: af3c8852fe42f519409cc4c950d7f7fd356d8fe1 (plain)
1
2
3
4
5
6
7
8
9
[WILDCARD]
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.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])