diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-06 00:19:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 00:19:18 +0200 |
| commit | 2ecdbb62ae8f925b01e3e49f397d439a2f464a21 (patch) | |
| tree | ca45ddcf322337affdf1bbb8f87139b373d2d93d /cli/tests/error_local_static_import_from_remote.ts.out | |
| parent | 9cd7d598405f8bf6600775827f870848fd3e120a (diff) | |
refactor: merge TS compiler into single file (#5091)
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.out | 4 |
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]) |
