index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
/
util.ts
Age
Commit message (
Expand
)
Author
2024-10-12
fix(node/util): export `styleText` from `node:util` (#26194)
Nathan Whitaker
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-09-05
feat(ext/node): add abort helpers, process & streams fix (#25262)
Luca Casonato
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-08
fix(node/util): add missing `debug` alias of `debuglog` (#24944)
Marvin Hagemeister
2024-02-01
fix(node): `util.callbackify` (#22200)
Divy Srivastava
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-29
fix(ext/node): add util.parseArgs (#21342)
Yoshiya Hinosawa
2023-11-06
fix(ext): use `String#toWellFormed` in ext/webidl and ext/node (#21054)
Kenta Moriuchi
2023-11-01
fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)
Kenta Moriuchi
2023-08-08
fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#...
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-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk