deno/test_ffi
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
..
src chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tests feat: deprecate Deno.resources() (#22059) 2024-01-24 00:27:29 +01:00
Cargo.toml chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00

test_ffi crate