deno/test_ffi/tests
Asher Gomez 947ce41e99
feat: deprecate Deno.resources() (#22059)
Most uses of `Deno.resources()` within tests, as they previously checked
for leaked resources. This is not needed as the test runner does this
automatically. Other internal uses of this API have been replaced with
the internal `Deno[Deno.internal].core.resources()`.
2024-01-24 00:27:29 +01:00
..
bench.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
event_loop_integration.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ffi_callback_errors.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ffi_types.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
integration_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
test.js feat: deprecate Deno.resources() (#22059) 2024-01-24 00:27:29 +01:00
thread_safe_test.js feat: deprecate Deno.resources() (#22059) 2024-01-24 00:27:29 +01:00
thread_safe_test_worker.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00