1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
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
..
broadcast_channel refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
cache refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
canvas chore: forward v1.40.2 commit to main (#22133) 2024-01-26 18:59:16 +00:00
console refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
cron refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
crypto refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
fetch refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
ffi refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
fs refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
http refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
io refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
kv refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
napi fix(ext/node): limit OpState borrow in op_napi_open (#22151) 2024-01-27 10:17:15 -07:00
net refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
node refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
tls chore: forward v1.40.2 commit to main (#22133) 2024-01-26 18:59:16 +00:00
url refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
web refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
webgpu refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
webidl chore: forward v1.40.2 commit to main (#22133) 2024-01-26 18:59:16 +00:00
websocket refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
webstorage refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00