summaryrefslogtreecommitdiff
path: root/std/fs/walk_test.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-30feat(std/fs): Re-enable `followSymlinks` on `walk()` (#8479)Liam Murphy
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-21chore: add copyright (#7593)tokiedokie
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-05re-enable follow symlinks walk test on Windows (#6626)Casper Beyer
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-04-29BREAKING: Include limited metadata in 'DirEntry' objects (#4941)Bert Belder
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-25BREAKING CHANGE: remove Deno.OpenMode (#4884)Bartek Iwańczuk
2020-04-16refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)Nayeem Rahman
2020-04-03fix erroneous assert (#4608)dubiousjim
2020-04-01refactor(cli/js/testing): Reduce testing interfaces (#4451)Nayeem Rahman
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-19refactor: rename Deno.TestDefinition.skip to ignore (#4400)Bartek Iwańczuk
2020-03-18feat: Deno.test() sanitizes ops and resources (#4399)Bartek Iwańczuk
2020-03-15refactor(std): Uncomment disabled tests, use skip option (#4378)Nayeem Rahman
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-11refactor: rewrite tests in std/ to use Deno.test (#3930)Bartek Iwańczuk
2020-01-07fix: Deno.mkdir should conform to style guide (#3617)Ry Dahl
2019-11-14fix: error handling in std/fs/walk() (#3318)Nayeem Rahman
2019-10-09Move everything into std subdirRyan Dahl