summaryrefslogtreecommitdiff
path: root/ext/node/path.rs
AgeCommit message (Collapse)Author
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-14fix(node): support resolving a package.json import to a builtin node module ↵David Sherret
(#21576) Closes https://github.com/denoland/deno/issues/21501
2023-02-27chore(ext/node): fix variable name (#17948)Geert-Jan Zwiers
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local ↵David Sherret
node_modules folder (#15971)