summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-05chore: remove unused class private properties (#24441)Marvin Hagemeister
2024-07-05chore: rename `__runtime_js_source` to `hmr` (#24442)Divy Srivastava
2024-07-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-07-05fix(ext/node): http chunked writes hangs (#24428)Divy Srivastava
2024-07-05feat: Deprecate --lock-write flag (#24436)Bartek Iwańczuk
2024-07-04fix: revert accidentally added `parentPath` on `DirEntry` (#24438)David Sherret
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
2024-07-04feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)Zander Hill
2024-07-04fix(node/http): don't throw on .address() before .listen() (#24432)Marvin Hagemeister
2024-07-04feat(ext/crypto): make deriveBits length parameter optional and nullable (#24...Filip Skokan
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-03fix(lsp): correct scope attribution for injected @types/node (#24404)Nayeem Rahman
2024-07-03feat: Upgrade to TypeScript 5.5.2 (#24326)Bartek Iwańczuk
2024-07-03fix(ext/node): don't wait for end() call to send http client request (#24390)Satya Rohith
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-07-02fix(compile): prevent setting unstable feature twice (#24381)HasanAlrimawi
2024-07-03refactor(jupyter): move ZeroMQ server to a separate thread (#24373)Bartek Iwańczuk
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-07-02fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396)Kenta Moriuchi
2024-07-02feat(ext/web): add `Blob.prototype.bytes()` (#24148)Kenta Moriuchi
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk
2024-07-02fix(compile): atomically write compile output (#24378)Heyang Zhou
2024-07-01feat: upgrade deno_core (#24364)snek
2024-07-02fix(ext/node): add Symbol.toStringTag to KeyObject instances (#24377)Filip Skokan
2024-07-01fix(windows): check USERPROFILE env var for finding home directory (#24384)David Sherret
2024-07-01fix(lsp): use CliLockfile (#24387)Bartek Iwańczuk
2024-07-01fix(lsp): respect lockfile redirects entries for resolution (#24365)Nayeem Rahman
2024-07-01BREAKING(unstable/ffi): remove callback reentrant flag (#24367)Divy Srivastava
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-28fix(lsp): don't use global cache paths for scope allocation (#24353)Nayeem Rahman
2024-06-28chore: update deno_doc (#24308)Leo Kettmeir
2024-06-27fix(ext/node): make next tick queue resilient to `Array.prototype` tampering ...ud2
2024-06-26feat(lsp): ts language service scopes (#24345)Nayeem Rahman
2024-06-27fix(ext/node): discover .npmrc in user's homedir (#24021)Bartek Iwańczuk
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-26perf(ext/node): improve `Buffer.from(buffer)` (#24352)ud2
2024-06-26Revert "perf: improve Buffer.from(buf) by 29x" (#24351)David Sherret
2024-06-26perf: optimize Buffer.from("base64") for forgiving-base64 conforming input (#...Divy Srivastava
2024-06-26perf: improve Buffer.from(buf) by 29x (#24341)Divy Srivastava
2024-06-26refactor: bump deno_graph to 0.79 (#24337)David Sherret
2024-06-25fix(node): add missing readline/promises module (#24336)Bartek Iwańczuk
2024-06-25feat: add module.parent (#24333)snek
2024-06-25fix(ext/websocket): drop connection when close frame not ack (#24301)Divy Srivastava
2024-06-25fix(ext/node): ignore stream error during enqueue (#24243)Satya Rohith
2024-06-25test(node_compat): enable more stream-writable tests (#24328)Satya Rohith
2024-06-24fix(ext/node): rewrite crypto.Hash (#24302)Luca Casonato
2024-06-24fix(ext/node): use primordials in `ext/node/polyfills/_fs/_fs_dir.ts` (#24319)Asher Gomez
2024-06-24fix(ext/node): use primordials in `ext/node/polyfills/_fs/_fs_cp.js` (#24320)Asher Gomez