diff options
Diffstat (limited to 'cli/tests/testdata/compat/existing_import_map.out')
-rw-r--r-- | cli/tests/testdata/compat/existing_import_map.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/compat/existing_import_map.out b/cli/tests/testdata/compat/existing_import_map.out new file mode 100644 index 000000000..0e319b115 --- /dev/null +++ b/cli/tests/testdata/compat/existing_import_map.out @@ -0,0 +1,5 @@ +[WILDCARD] +Some Node built-ins were not added to the import map: + - "fs/promises" already exists and is mapped to "[WILDCARD]non_existent_file.js" +If you want to use Node built-ins provided by Deno remove listed specifiers from "imports" mapping in the import map file. +error: Cannot resolve module [WILDCARD]
\ No newline at end of file |