summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/util.ts
AgeCommit message (Expand)Author
2024-10-12fix(node/util): export `styleText` from `node:util` (#26194)Nathan Whitaker
2024-09-06fix(runtime): use more null proto objects again (#25040)Kenta Moriuchi
2024-09-05feat(ext/node): add abort helpers, process & streams fix (#25262)Luca Casonato
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-08fix(node/util): add missing `debug` alias of `debuglog` (#24944)Marvin Hagemeister
2024-02-01fix(node): `util.callbackify` (#22200)Divy Srivastava
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-19fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)Kenta Moriuchi
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-29fix(ext/node): add util.parseArgs (#21342)Yoshiya Hinosawa
2023-11-06fix(ext): use `String#toWellFormed` in ext/webidl and ext/node (#21054)Kenta Moriuchi
2023-11-01fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)Kenta Moriuchi
2023-08-08fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#...David Sherret
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk