deno/ext
Matt Mastracci 2c621f5894
refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)
This moves the op sanitizer descriptions into Rust code and prepares for
eventual op import from `ext:core/ops`. We cannot import these ops from
`ext:core/ops` as the testing infrastructure ops are not always present.

Changes:
- Op descriptions live in `cli` code and are currently accessible via an
op for the older sanitizer code
 - `phf` dep moved to workspace root so we can use it here
- `ops.op_XXX` changed to to `op_XXX` to prepare for op imports later
on.
2024-02-05 20:26:59 +00:00
..
broadcast_channel chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
cache chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
canvas chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
console chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
cron chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
crypto chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
fetch chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
ffi chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
fs feat(unstable): Deno.FsFile.lock[Sync]() and Deno.FsFile.unlock[Sync]() (#22235) 2024-02-05 00:11:54 +01:00
http refactor(cli): Move op descriptions into Rust and prepare for op import (#22271) 2024-02-05 20:26:59 +00:00
io chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
kv fix(unstable): validate kv list selector (#22265) 2024-02-06 00:27:03 +08:00
napi chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
net chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
node fix(ext/node): fix timeout param validation in cp.execFile (#22262) 2024-02-05 14:28:28 +09:00
tls chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
url chore: bump deno core (#22243) 2024-02-04 17:03:14 -07:00
web chore: bump deno core (#22243) 2024-02-04 17:03:14 -07:00
webgpu chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
webidl chore: bump deno core (#22243) 2024-02-04 17:03:14 -07:00
websocket chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00
webstorage chore: forward v1.40.3 release commit to main (#22220) 2024-02-01 18:11:35 +09:00