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
Bartek Iwańczuk 345423cf76
refactor: Use virtul ops module (#22175)
Follow up to #22157.

This leaves us with 4 usages of `ensureFastOps()` in `deno` itself.
There's also about 150 usages of `Deno.core.ops.<op_name>` left as well.
2024-01-29 22:02:26 +01:00
..
_util_callbackify.ts fix(node): remove use of non existing FunctionPrototypeApply primordial (#21986) 2024-01-19 12:01:46 -05:00
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