Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-31 | chore: remove DENO_FUTURE=1 from spec tests (#25329) | Bartek Iwańczuk | |
Towards https://github.com/denoland/deno/issues/25241 | |||
2024-08-29 | test: run specs::npm::exec_file_inside_npm_package with DENO_FUTURE=1 (#25282) | Bartek Iwańczuk | |
The test is failing if run with `DENO_FUTURE=1` which is blocking https://github.com/denoland/deno/pull/25213. --------- Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2024-08-16 | fix(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 |