diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-10-23 11:50:15 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-23 11:50:15 +1100 |
| commit | 7e2c7fb6c5454e30158d74e1a5786183ea391f07 (patch) | |
| tree | 42402aa26a0422b9c46d1d441598dbe803b8ed15 /cli/tests/error_local_static_import_from_remote.ts.out | |
| parent | 9fa59f0ca8164f5e02ba2a2fa90b6fdbce5c1afb (diff) | |
refactor(cli): migrate run and cache to new infrastructure (#7996)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
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 | 5 |
1 files changed, 3 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 a2f2e1bbf..38f4c02bc 100644 --- a/cli/tests/error_local_static_import_from_remote.ts.out +++ b/cli/tests/error_local_static_import_from_remote.ts.out @@ -1,3 +1,4 @@ [WILDCARD] -error: Remote modules are not allowed to statically import local modules. Use dynamic import instead. -Imported from "[WILDCARD]error_local_static_import_from_remote.ts:1" +error: Remote modules are not allowed to import local modules. Consider using a dynamic import instead. + Importing: file:///some/dir/file.ts + at http://localhost:4545/cli/tests/error_local_static_import_from_remote.ts:1:0 |
