0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-13 09:16:03 -05:00
denoland-deno/cli/js
Matt Mastracci 632684da34 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-08 14:56:46 +05:30
..
40_bench.js chore(cli): split 40_testing (#22112) 2024-01-26 16:47:57 +01:00
40_jupyter.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
40_test.js refactor(cli): Move op descriptions into Rust and prepare for op import (#22271) 2024-02-08 14:56:46 +05:30
40_test_common.js chore(cli): split 40_testing (#22112) 2024-01-26 16:47:57 +01:00