index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
npm
/
byonm.rs
Age
Commit message (
Expand
)
Author
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-08-28
fix: replace `npm install` hint with `deno install` hint (#25244)
Bartek IwaĆczuk
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-24
fix(future): Emit `deno install` warning less often, suggest `deno install` i...
Nathan Whitaker
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-08
fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)
David Sherret
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-01
perf(node): put pkg json into an `Rc` (#23156)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-11-11
perf: snapshot runtime ops (#21127)
Divy Srivastava
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-26
fix(unstable/byonm): improve error messages (#20987)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret