summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_util/_util_callbackify.ts
AgeCommit message (Expand)Author
2024-02-01fix(node): `util.callbackify` (#22200)Divy Srivastava
2024-01-19fix(node): remove use of non existing `FunctionPrototypeApply` primordial (#2...Divy Srivastava
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-08fix(ext/node): use primordials in ext/node/polyfills/_util (#21444)Kenta Moriuchi
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