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