summaryrefslogtreecommitdiff
path: root/std/fs/walk.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2020-11-30feat(std/fs): Re-enable `followSymlinks` on `walk()` (#8479)Liam Murphy
2020-11-19Add JSDocs to std/fs/walk.ts (#8426)inokawa
2020-09-23fix(std/fs): mark createWalkEntry(Sync) as internal (#7643)Casper Beyer
2020-08-23docs(fs/walk): fix code example (#7166)木杉
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-05-01fix std/fs/walk example (#5030)Bert Belder
2020-04-29make camel case readDir, readLink, realPath (#4995)Ryan Dahl
2020-04-29BREAKING: Include limited metadata in 'DirEntry' objects (#4941)Bert Belder
2020-04-16refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)Nayeem Rahman
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-07remove non-null assertion operator from std (part1) (#3900)Yusuke Sakurai
2019-11-14fix: error handling in std/fs/walk() (#3318)Nayeem Rahman
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-10-16std: Move fs/path to the top-level (#3100)Nayeem Rahman
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl