Nayeem Rahman
1eecc5c7d0
BREAKING: reorganization ( denoland/deno#5087 )
...
* Prepend underscores to private modules
* Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result.
* Move _util/async.ts to async
* Move util/sha*.ts to hash
2021-02-01 10:46:57 +00:00
张超杰
72ed873ed4
fix(fs): move dest if not exists and overwrite ( denoland/deno#4910 )
2021-02-01 10:46:57 +00:00
Nayeem Rahman
b10a0edb43
refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces ( denoland/deno#4763 )
2021-02-01 10:46:57 +00:00
Nayeem Rahman
c8d15ec7b2
refactor: Cleanup options object parameters ( denoland/deno#4296 )
2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372
Happy new year! ( denoland/deno#3578 )
2021-02-01 10:46:56 +00:00
Axetroy
a00c51b05b
remove unnecessary path.resolve in move/readJson/writeJson ( #292 )
2019-03-19 13:23:22 -04:00
Axetroy
da4abcd9a3
extract internal method isSubdir to fs/utils.ts ( #285 )
2019-03-17 12:34:55 -04:00
Vincent LE GOFF
1805c18ac7
Improve jsdoc ( #277 )
2019-03-14 10:24:54 -04:00
Axetroy
a1fcfb2744
feat: add move/moveSync for fs modules ( #266 )
2019-03-12 05:11:30 -04:00