summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js
AgeCommit message (Collapse)Author
2024-08-16fix(ext/node): improve shelljs compat with managed npm execution (#24912)Yoshiya Hinosawa
This change improves the Node.js compatibility in managed npm resolution mode by disabling the discovery of `node_modules` when the main specifier is inside of `DENO_DIR`. closes #22732 closes #24589