Age | Commit message (Collapse) | Author |
|
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()`.
|
|
|
|
Also conditionally disabled one test if there's not enough space on
device.
|
|
Fixes https://github.com/denoland/deno/issues/17734
|
|
|
|
|
|
directories (#15949)
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit ensures readFile, readFileSync, readTextFile,
and readTextFileSync does not leak resources on error.
|
|
|
|
|
|
|
|
|
|
|