From fb73eb1e9dca3e93cc7efcf5c2244e0068733843 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 20 Oct 2023 13:02:08 +0900 Subject: feat(unstable): allow bare specifier for builtin node module (#20728) closes #20566 --- cli/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled (limited to 'cli/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled') 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] -- cgit v1.2.3