summaryrefslogtreecommitdiff
path: root/fs/walk.ts
AgeCommit message (Collapse)Author
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/be24677d15494e83eea2e99bfc5ccfdde31cb892
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-02fs.walk performance improvement (denoland/deno_std#221)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/ccb452f77580148084e7b2dbcfb52b984e0d740e
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/0c3ba838fa7e74a859d2a6dbfec3941a521c7988
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` ↵Bert Belder
(denoland/deno_std#218) Original: https://github.com/denoland/deno_std/commit/6063378a9284a48d42e37b4899f947c5c8bbf0b3
2019-02-15Add fs.walk (denoland/deno_std#192)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/3be908facd092e91b4ec1433effd710f5c9532b5