0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00
denoland-deno/ext
Bartek Iwańczuk 4e3882bef0 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-02-01 11:19:56 +05:30
..
broadcast_channel refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
cache refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
canvas 1.40.2 (#22131) 2024-01-26 17:36:20 +01:00
console refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
cron refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
crypto refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
fetch refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
ffi refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
fs refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
http refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
io refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
kv refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
napi fix(ext/node): limit OpState borrow in op_napi_open (#22151) 2024-02-01 11:19:56 +05:30
net refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
node refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
tls 1.40.2 (#22131) 2024-01-26 17:36:20 +01:00
url refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
web refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
webgpu refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
webidl 1.40.2 (#22131) 2024-01-26 17:36:20 +01:00
websocket refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30
webstorage refactor: migrate extensions to virtual ops module (#22135) 2024-02-01 11:19:56 +05:30