summaryrefslogtreecommitdiff
path: root/cli/tests/error_local_static_import_from_remote.ts.out
blob: de20b9d81111bc1871ddc4dfb14f589d4a92a725 (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/imports.ts:[WILDCARD])
    at async Object.processImports ($deno$/compiler/imports.ts:[WILDCARD])
    at async compile ([WILDCARD]compiler.ts:[WILDCARD])
    at async tsCompilerOnMessage ([WILDCARD]compiler.ts:[WILDCARD])
    at async workerMessageRecvCallback ($deno$/runtime_worker.ts:[WILDCARD])