Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-01 | fix(node): `util.callbackify` (#22200) | Divy Srivastava | |
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. |