diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-09 17:35:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 21:35:41 +0000 |
| commit | 560ad0331bf99a2564f53201cd086ff902901bfe (patch) | |
| tree | aa7b250366c62e7552793d954fabbfe6b47b80f4 /tests/specs/run/node_prefix_missing/feature_enabled.out | |
| parent | aadcf3346c25ed9d880c2bfc43b62aa075ea6126 (diff) | |
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)
This was accidentally enabled in byonm, but it requires the
`--unstable-bare-node-builtins` flag.
Closes #25358
Diffstat (limited to 'tests/specs/run/node_prefix_missing/feature_enabled.out')
| -rw-r--r-- | tests/specs/run/node_prefix_missing/feature_enabled.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/run/node_prefix_missing/feature_enabled.out b/tests/specs/run/node_prefix_missing/feature_enabled.out new file mode 100644 index 000000000..3eff4bc32 --- /dev/null +++ b/tests/specs/run/node_prefix_missing/feature_enabled.out @@ -0,0 +1,2 @@ +[WILDCARD]Warning Resolving "fs" as "node:fs" at file:///[WILDCARD]/main.ts:1:16. If you want to use a built-in Node module, add a "node:" prefix. +[Function: writeFile] |
