0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-11 08:25:20 -05:00
denoland-deno/cli/tools/test
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
..
reporters refactor(cli): Add TestFailureDescription (#22267) 2024-02-08 14:56:46 +05:30
fmt.rs refactor(cli): Move op descriptions into Rust and prepare for op import (#22271) 2024-02-08 14:56:46 +05:30
mod.rs Reland refactor(cli): use new sanitizer for resources (#22226) 2024-02-08 14:56:46 +05:30