mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
cabe63eb05
* My original implementation of `fs.appendFile` used an async API, which, though it would work fine as a polyfill, wasn't an exact match with the Node API. This PR reworks that API to mimic the Node API fully as a synchronous void function with an async internal implementation. * Refactor move of other internal fs `dirent` and `dir` classes to the _fs internal directory. |
||
---|---|---|
.. | ||
_fs_appendFile.ts | ||
_fs_appendFile_test.ts | ||
_fs_common.ts | ||
_fs_dir.ts | ||
_fs_dir_test.ts | ||
_fs_dirent.ts | ||
_fs_dirent_test.ts |