summaryrefslogtreecommitdiff
path: root/fs/glob_test.ts
AgeCommit message (Collapse)Author
2019-05-23Added isGlob function (denoland/deno_std#433)Shubhadeep Das
Original: https://github.com/denoland/deno_std/commit/94dcb2779be16530bb6ec9ce7218c89fbbf50c59
2019-05-14walk() should not use deprecated FileInfo.path (denoland/deno_std#398)Ryan Dahl
The walk() interface is change to return a WalkInfo object which contains both the resolved filename and FileInfo object from stat. The followSymlinks feature is disabled for now. Original: https://github.com/denoland/deno_std/commit/07ca4f9629769a75bad11bb1059a7809d7f90db8
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/61af419bbc5717c2e2552050aacb20ef1b17480b
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/395392912d69fe320d74c1f95a27be8e4adc0fa6
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
After some discussion it was found that assertEquals is more common in JS (vs assertEqual, assertEq) and sounds better in the negated form: assertNotEquals vs assertNE. Original: https://github.com/denoland/deno_std/commit/4cf39d4a1420b8153cd78d03d03ef843607ae506
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/e1d5c00279132aa639030c6c6d9b4e308bd4775e
2019-03-04Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/e2fd507cfd28fa6f4900668d4a80b78a5e97f01b
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/0c3ba838fa7e74a859d2a6dbfec3941a521c7988