summaryrefslogtreecommitdiff
path: root/ext/node
AgeCommit message (Expand)Author
2022-11-16fix(npm): using types for packages with subpath (#16656)Bartek Iwańczuk
2022-11-131.28.0 (#16620)denobot
2022-11-10feat: remove --unstable flag requirement for npm: specifiers (#16473)Bartek Iwańczuk
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-08refactor(ext/node): remove unwraps (#16559)Bartek Iwańczuk
2022-11-06fix(npm): fix CJS resolution with local node_modules dir (#16547)Bartek Iwańczuk
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-11-02fix(npm): add `console` global for node environment (#16519)David Sherret
2022-10-271.27.0 (#16442)denobot
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-21chore(core): remove `core.opSync` (#16379)Divy Srivastava
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-16fix(npm): disable loading native module for "fsevents" package (#16273)Bartek Iwańczuk
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-10-03fix(npm): better error is version is specified after subpath (#16131)Bartek Iwańczuk
2022-09-291.26.0denobot
2022-09-26fix(require): tryPackage uses optional chaining (#16020)Bartek Iwańczuk
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-17fix(ext/node): fix builtin module module (#15904)Yoshiya Hinosawa
2022-09-17refactor(ext/node): use primordials (#15912)Marcos Casagrande
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-14fix(ops): add node.js env variable allowlist (#15893)Colin Ihrig
2022-09-13refactor(npm): create general use `NpmPackageResolver` (#15882)David Sherret
2022-09-12fix(npm): support cjs resolution of package subpath with package.json (#15855)David Sherret
2022-09-10fix(npm): remove export binding to match node (#15837)David Sherret
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-08fix(npm): recursive translation of reexports, remove window global in node co...Bartek Iwańczuk
2022-09-06fix(npm): conditional exports in npm: specifiers (#15778)Bartek Iwańczuk
2022-09-05refactor: cleanup Node compatibility code (#15766)Bartek Iwańczuk
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek Iwańczuk
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-08-30fix(npm): prefer importing esm from esm (#15676)David Sherret
2022-08-29fix(ext/node): better error for importing ES module via require() call (#15671)Bartek Iwańczuk
2022-08-29fix(npm): conditional exports with wildcards (#15652)Bartek Iwańczuk
2022-08-26fix(ext/node): fix global in node env (#15622)Yoshiya Hinosawa
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-25fix(ext/node): add missing primordial (#15595)Bartek Iwańczuk
2022-08-25v1.25.0Bartek Iwańczuk
2022-08-24feat(unstable): add more permission checks for ext/node/ (#15581)Bartek Iwańczuk
2022-08-24fix(unstable): various resolution bugs for npm: specifiers (#15546)Bartek Iwańczuk
2022-08-23feat: binary npm commands (#15542)David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-11chore(ext/node): correct publishing for ext/node (#15461)David Sherret
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-11refactor(ext/node): remove several TODOs (#15452)Bartek Iwańczuk
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-09chore: temporarily disable `ext/node` and use unstable ops (#15438)David Sherret
2022-08-09chore: temporarily disable `op_require_read_file` (#15433)David Sherret