deno/cli/js
Matt Mastracci 67a4231bb6
refactor(cli): move op sanitizer to Rust (#22413)
The format of the sanitizers will change a little bit:

- If multiple async ops leak and traces are on, we repeat the async op
header once per stack trace.
- All leaks are aggregated under a "Leaks detected:" banner as the new
timers are eventually going to be added, and these are neither ops nor
resources.
 - `1 async op` is now `An async op`
- If ops and resources leak, we show both (rather than op leaks masking
resources)

Follow-on to https://github.com/denoland/deno/pull/22226
2024-02-16 21:22:12 +00:00
..
40_bench.js chore(cli): split 40_testing (#22112) 2024-01-25 14:54:35 -05: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 sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
40_test_common.js chore(cli): split 40_testing (#22112) 2024-01-25 14:54:35 -05:00