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 | 2 |
1 files changed, 2 insertions, 0 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 new file mode 100644 index 000000000..99e4b94c7 --- /dev/null +++ b/cli/tests/error_local_static_import_from_remote.js.out @@ -0,0 +1,2 @@ +[WILDCARD] +Remote module are not allowed to statically import local modules. Use dynamic import instead. |