1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext/node/polyfills/_util
Divy Srivastava 02c65fad45
fix(node): util.callbackify (#22200)
Fixes https://github.com/denoland/deno/issues/22180

Matches the Node.js implementation more closely. Removed types, they do
not help just make it harder to debug with stack traces.
2024-02-01 08:51:10 +05:30
..
_util_callbackify.js fix(node): util.callbackify (#22200) 2024-02-01 08:51:10 +05:30
asserts.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
async.ts refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
os.ts refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
std_asserts.ts refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
std_fmt_colors.ts chore: update deno_lint for CI (#21802) 2024-01-05 15:03:06 +00:00
std_testing_diff.ts refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00