diff options
Diffstat (limited to 'cli/tests/error_local_static_import_from_remote.js.out')
-rw-r--r-- | cli/tests/error_local_static_import_from_remote.js.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/tests/error_local_static_import_from_remote.js.out b/cli/tests/error_local_static_import_from_remote.js.out index 1a2dcb2e3..071ca36d4 100644 --- a/cli/tests/error_local_static_import_from_remote.js.out +++ b/cli/tests/error_local_static_import_from_remote.js.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.js:1" +error: Remote modules are not allowed to import local modules. Consider using a dynamic import instead. + Importing: file:///some/dir/file.js + at http://localhost:4545/cli/tests/error_local_static_import_from_remote.js:1:0 |