summaryrefslogtreecommitdiff
path: root/std/fs/README.md
AgeCommit message (Collapse)Author
2020-04-30doc(std/fs): README.md (#4913)张超杰
2020-04-29BREAKING: Include limited metadata in 'DirEntry' objects (#4941)Bert Belder
This change is to prevent needed a separate stat syscall for each file when using readdir. For consistency, this PR also modifies std's `WalkEntry` interface to extend `DirEntry` with an additional `path` field.
2020-04-27fix: typo fs readme.md (#4903)张超杰
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl