diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-21 13:06:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 13:06:12 +0200 |
commit | 5f9c1c7da6047ee8612e71f8ef4ca9c950b3a699 (patch) | |
tree | 7a2175a4c8c9a694924dad5183790d3c75a8bf5e /cli/tests/error_local_static_import_from_remote.js.out | |
parent | bebb8c029fff56f3a6e653b757583ab5c1d4b11f (diff) |
fix: disallow http imports for modules loaded over https (#5680)
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 | 2 |
1 files changed, 1 insertions, 1 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 4e6a9d4e7..c3fda1274 100644 --- a/cli/tests/error_local_static_import_from_remote.js.out +++ b/cli/tests/error_local_static_import_from_remote.js.out @@ -1,2 +1,2 @@ [WILDCARD] -error: Remote module are not allowed to statically import local modules. Use dynamic import instead. +error: Remote modules are not allowed to statically import local modules. Use dynamic import instead. |