Age | Commit message (Expand) | Author |
2024-10-14 | fix(ext/node): allow writing to tty columns (#26201) | Divy Srivastava |
2024-10-11 | fix(node): make `process.stdout.isTTY` writable (#26130) | Marvin Hagemeister |
2024-09-10 | feat(cli): use NotCapable error for permission errors (#25431) | Luca Casonato |
2024-09-06 | fix(runtime): use more null proto objects again (#25040) | Kenta Moriuchi |
2024-08-28 | refactor(ext): throw new error instead of throw error (#25272) | Ian Bull |
2024-08-12 | chore: update the copyright of c, mjs, and jsx (#25005) | Kenta Moriuchi |
2024-06-20 | fix(ext/node): use primordials in `ext/node/polyfills/_process/` (#24282) | Asher Gomez |
2024-05-02 | fix(ext/node): support delete process.env.var (#23647) | Satya Rohith |
2024-03-22 | perf: warm expensive init code at snapshot time (#22714) | Matt Mastracci |
2024-03-21 | feat(ext/node): add riscv64 in process.arch (#23016) | Eric Long |
2024-03-05 | fix: update node process version to latest node LTS (#22709) | Marvin Hagemeister |
2024-02-20 | fix(ext/node): permission prompt for missing `process.env` permissions (#22487) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073) | Asher Gomez |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek Iwańczuk |
2023-10-31 | fix(ext/node): tty streams extends net socket (#21026) | Divy Srivastava |
2023-10-30 | fix: implement node:tty (#20892) | Divy Srivastava |
2023-09-21 | fix(node): point process.version to Node 18.18.0 LTS (#20597) | Divy Srivastava |
2023-09-04 | fix(node): Bump hardcoded version to latest (#20366) | Fabian |
2023-07-08 | chore: upgrade to dprint 0.39 (#19768) | David Sherret |
2023-07-02 | refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) | Bartek Iwańczuk |
2023-06-27 | chore(ext/node): disable prefer-primordials on a per-file basis (#19553) | Kenta Moriuchi |
2023-06-02 | fix(node): don't close stdio streams (#19256) | Bartek Iwańczuk |
2023-05-26 | refactor(node): use internal io and fs APIs (#19267) | Bartek Iwańczuk |
2023-03-08 | refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for... | Bartek Iwańczuk |
2023-03-07 | refactor: Add "deno_fs" extension crate (#18040) | Bartek Iwańczuk |
2023-03-05 | refactor: move definition of Deno.build from "runtime" to "core" (#18036) | Bartek Iwańczuk |
2023-03-05 | refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (... | Bartek Iwańczuk |
2023-03-05 | refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18... | Bartek Iwańczuk |
2023-02-26 | refactor(ext/node): remove _process/stdio.js (#17911) | Yoshiya Hinosawa |
2023-02-16 | test: add unit tests from std/node (#17794) | Bartek Iwańczuk |
2023-02-15 | feat: wire up ext/node to the Node compatibility layer (#17785) | Bartek Iwańczuk |
2023-02-14 | feat(ext/node): embed std/node into the snapshot (#17724) | Bartek Iwańczuk |