1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-25 00:29:09 -05:00
denoland-deno/cli/tests
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
..
integration chore: remove opcall_test.ts (#22227) 2024-02-04 12:10:24 -07:00
node_compat chore: disable test-fs-watchfile.js on Mac ARM (#22209) 2024-01-31 17:01:14 +00:00
testdata Reland refactor(cli): use new sanitizer for resources (#22226) 2024-02-05 12:21:29 -07:00
unit refactor(cli): Move op descriptions into Rust and prepare for op import (#22271) 2024-02-05 20:26:59 +00:00
unit_node fix(ext/node): fix timeout param validation in cp.execFile (#22262) 2024-02-05 14:28:28 +09:00
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00