summaryrefslogtreecommitdiff
path: root/std/fs
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-30feat(std/fs): Re-enable `followSymlinks` on `walk()` (#8479)Liam Murphy
2020-11-20test(std): make test output less noisy (#8445)Bartek Iwańczuk
2020-11-19Add JSDocs to std/fs/walk.ts (#8426)inokawa
2020-11-14refactor(std): add std/_util/os.ts module (#8370)Behnam Mohammadi
2020-11-13refactor(std/fs): moved isCopyFolder to options (#8319)Behnam Mohammadi
2020-11-10refactor(std/fs): remove unnecessary if else block (#8321)Behnam Mohammadi
2020-11-10refactor(std/fs): improve performance by using some instead filter method (#8...Behnam Mohammadi
2020-11-09refactor(std): remove redundant code in move.ts (#8269)Behnam Mohammadi
2020-11-02docs: fix typo in std/fs README.md (#8104)Khushraj Rathod
2020-10-26rename(std/testing): rename assert*Contains to assert*Includes (#7951)Tim Reichen
2020-10-04docs(std): version all imports in README (#7442)tokiedokie
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-10-01feat(std/path): Align globToRegExp() with bash glob expansion (#7209)Nayeem Rahman
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-23fix(std/fs): mark createWalkEntry(Sync) as internal (#7643)Casper Beyer
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-08test(std/fs): make tests runnable from any directory (#7388)Casper Beyer
2020-09-07BREAKING(std/fs): remove writeJson and writeJsonSync (#7256)Casper Beyer
2020-09-07BREAKING(std/fs): remove readJson and readJsonSync (#7255)Casper Beyer
2020-09-01fix: use millisecond precision for Deno.futime and Deno.utime (#7299)Casper Beyer
2020-08-29docs(std/fs): remove stale references to readFileStr and writeFileStr (#7254)Casper Beyer
2020-08-25docs(std/fs): provide more context on unstable perm (#6748)Paul Jones
2020-08-23docs(fs/walk): fix code example (#7166)木杉
2020-08-11test(std): fs/writeJson add test for append option (#6889)Jesse Jackson
2020-08-06refactor: Rewrite globToRegExp() (#6963)Nayeem Rahman
2020-07-26test(std): remove unstable from multiple tests (#6882)Trivikram Kamat
2020-07-26fix(std/json): Add newline at the end of json files (#6885)Marcin Puc
2020-07-23fix(std/fs): remove unexisted imports (#6850)Gerald
2020-07-22BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848)Casper Beyer
2020-07-22BREAKING(std/fs): remove writeFileStr and writeFileStrSync (#6847)Casper Beyer
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-05fix(std/tesing/asserts): assertEquals/NotEquals should use milliseconds in Da...uki00a
2020-07-05re-enable follow symlinks walk test on Windows (#6626)Casper Beyer
2020-06-20docs: document and add examples of expandGlob (#6404)Yoshiya Hinosawa
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-12make std deno-lint clean (#6240)Ryan Dahl
2020-06-09Remove redundant call to `ensureDirSync` (#6189)Casper Beyer
2020-06-08doc(std/fs): fix sync walk example (#6174)jersou
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-06-05Rename abbreviated assertions in std/testing (#6118)Casper Beyer
2020-05-20Provide required arguments to walk in example. (#5668)Hendrik
2020-05-19Implement Deno.symlink() for windows (#5533)Ali Hasani
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
2020-05-17Improve moveSync jsdocA.E Clarence
2020-05-16Fix spelling: "--alow-write" => "--allow-write" (#5486)Akash Vishwakarma
2020-05-16Fixed Typo (#5495)Anil Seervi
2020-05-16docs(std): Fix spelling mistake on permission (#5476)domharrington