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()`.
|
|
|
|
|
|
Fixes https://github.com/denoland/deno/issues/17734
|
|
Yearly tradition of creating extra noise in git.
|
|
|
|
directories (#15949)
|
|
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
|
|
|
|
|
|
|
|
This commit adds some tests that demonstrate that Deno.readFile reads
the entire file, even if the read file is extended during read.
|
|
|
|
|
|
|
|
|
|
|
|
This commit ensures readFile, readFileSync, readTextFile,
and readTextFileSync does not leak resources on error.
|
|
|
|
|
|
|
|
|
|
|
|
|