summaryrefslogtreecommitdiff
path: root/std/fs/expand_glob.ts
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-14refactor(std): add std/_util/os.ts module (#8370)Behnam Mohammadi
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-08-06refactor: Rewrite globToRegExp() (#6963)Nayeem Rahman
2020-07-14Use dprint for internal formatting (#6682)David Sherret
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-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
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-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-21refactor: remove unneeded ErrorKinds (#3936)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
2019-12-12fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479)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-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl