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
This commit is contained in:
David Sherret 2024-09-09 17:35:41 -04:00 committed by GitHub
parent aadcf3346c
commit 560ad0331b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 73 additions and 64 deletions

View file

@ -220,7 +220,7 @@ async function ensureNoNewITests() {
"pm_tests.rs": 0,
"publish_tests.rs": 0,
"repl_tests.rs": 0,
"run_tests.rs": 347,
"run_tests.rs": 340,
"shared_library_tests.rs": 0,
"task_tests.rs": 30,
"test_tests.rs": 74,