summaryrefslogtreecommitdiff
path: root/std/fs
AgeCommit message (Expand)Author
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
2020-05-15refactor(fs): use every instead of reduce (#5323)Linus Unnebäck
2020-05-13Update to TypeScript 3.9 (#4510)Kitson Kelly
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
2020-05-04BREAKING: remove CLI 'deno script.ts' hack (#5026)Bartek Iwańczuk
2020-05-01fix std/fs/walk example (#5030)Bert Belder
2020-04-30doc(std/fs): README.md (#4913)张超杰
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-30fix(std): use fromFileUrl (#5005)Ali Hasani
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-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-28BREAKING: remove overload of Deno.test() (#4951)Bartek Iwańczuk
2020-04-27Rename FileInfo time fields and represent them as Date objects (#4932)Bert Belder
2020-04-27fix: typo fs readme.md (#4903)张超杰
2020-04-26fix(std/fs): move dest if not exists and overwrite (#4910)张超杰
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-01Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ (#...Ryan Dahl
2020-04-01refactor(cli/js/testing): Reduce testing interfaces (#4451)Nayeem Rahman
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-21BREAKING CHANGE Rename Deno.run's args to cmd (#4444)Akshat Agarwal
2020-03-20use prebuilt "not implemented" error (#4442)dubiousjim
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-03-10refactor: Cleanup options object parameters (#4296)Nayeem Rahman
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-02-27reduce unnecessary output on tests (#4148)Yusuke Sakurai
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-11refactor: rewrite tests in std/ to use Deno.test (#3930)Bartek Iwańczuk
2020-02-08remove non-null assertion operator from std (part2) (#3927)Yusuke Sakurai
2020-02-07remove non-null assertion operator from std (part1) (#3900)Yusuke Sakurai