diff options
Diffstat (limited to 'cli/tests/testdata')
3 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/node_prefix_missing/config.json b/cli/tests/testdata/run/node_prefix_missing/config.json new file mode 100644 index 000000000..67480c3d4 --- /dev/null +++ b/cli/tests/testdata/run/node_prefix_missing/config.json @@ -0,0 +1 @@ +{ "unstable": ["bare-node-builtins"] } diff --git a/cli/tests/testdata/run/node_prefix_missing/import_map.json b/cli/tests/testdata/run/node_prefix_missing/import_map.json new file mode 100644 index 000000000..3add7d009 --- /dev/null +++ b/cli/tests/testdata/run/node_prefix_missing/import_map.json @@ -0,0 +1 @@ +{ "imports": {} } diff --git a/cli/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled b/cli/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled new file mode 100644 index 000000000..0d8c1e93a --- /dev/null +++ b/cli/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled @@ -0,0 +1,2 @@ +[WILDCARD]Warning: Resolving "fs" as "node:fs" at file:///[WILDCARD]/cli/tests/testdata/run/node_prefix_missing/main.ts:1:16. If you want to use a built-in Node module, add a "node:" prefix. +[Function: writeFile] |
