summaryrefslogtreecommitdiff
path: root/tests/specs/run/node_builtin_modules/mod.js
AgeCommit message (Collapse)Author
2024-09-09fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)David Sherret
This was accidentally enabled in byonm, but it requires the `--unstable-bare-node-builtins` flag. Closes #25358