summaryrefslogtreecommitdiff
path: root/ext/node
AgeCommit message (Expand)Author
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-14fix(npm): use original node regex in npm resolution (#17404)Kiryl Dziamura
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-06fix(npm): handle declaration file resolution where packages incorrectly defin...David Sherret
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix(npm): conditional exports with --node-modules-dir (#17111)Bartek Iwańczuk
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-16fix(npm): fix require resolution if using --node-modules-dir (#17087)Bartek Iwańczuk
2022-12-15fix(npm): improve exports resolution when type checking (#17071)David Sherret
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-151.29.0 (#17052)denobot
2022-12-07feat(fmt): improve width calculation (#16982)David Sherret
2022-12-05refactor: remove references to Deno.core in bootstrap code (#16937)Bartek Iwańczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-29fix(ext/node): allow absolute path in createRequire (#16853)Yoshiya Hinosawa
2022-11-28fix(npm): don't resolve JS files when resolving types (#16854)David Sherret
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-24fix(npm/types): resolve main entrypoint declaration file when no types entry ...David Sherret
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-19fix(npm): handle directory resolution when resolving declaration files (#16706)David Sherret
2022-11-19fix(ext/node): handle URL in createRequire (#16682)Yoshiya Hinosawa
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
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