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
/
ext
/
node
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(npm): conditional exports with --node-modules-dir (#17111)
Bartek Iwańczuk
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
2022-11-29
fix(ext/node): allow absolute path in createRequire (#16853)
Yoshiya Hinosawa
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-16
fix(npm): using types for packages with subpath (#16656)
Bartek Iwańczuk
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-08
refactor(ext/node): remove unwraps (#16559)
Bartek Iwańczuk
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-09-22
feat(npm): add flag for creating and resolving npm packages to a local node_m...
David Sherret
2022-09-14
fix(ops): add node.js env variable allowlist (#15893)
Colin Ihrig
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-12
fix(npm): support cjs resolution of package subpath with package.json (#15855)
David Sherret
2022-09-08
fix(npm): recursive translation of reexports, remove window global in node co...
Bartek Iwańczuk
2022-09-05
refactor: cleanup Node compatibility code (#15766)
Bartek Iwańczuk
2022-08-30
fix(npm): prefer importing esm from esm (#15676)
David Sherret
2022-08-24
feat(unstable): add more permission checks for ext/node/ (#15581)
Bartek Iwańczuk
2022-08-24
fix(unstable): various resolution bugs for npm: specifiers (#15546)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-09
chore: temporarily disable `ext/node` and use unstable ops (#15438)
David Sherret
2022-08-09
chore: temporarily disable `op_require_read_file` (#15433)
David Sherret
2022-08-09
feat: add ext/node for require support (#15362)
Bartek Iwańczuk