Ryan Dahl
07ca4f9629
walk() should not use deprecated FileInfo.path ( #398 )
...
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.
2019-05-14 17:14:08 -04:00
Vincent LE GOFF
4543b563a9
Eslint fixes ( #356 )
...
Make warnings fail
2019-04-24 07:41:22 -04:00
Yoshiya Hinosawa
61af419bbc
fix: eslint errors ( #265 )
2019-03-12 01:51:51 -04:00
Yoshiya Hinosawa
395392912d
Use Deno global var instead of built-in "deno" module ( #247 )
2019-03-07 19:25:16 -05:00
Vincent LE GOFF
ccb452f775
fs.walk performance improvement ( #221 )
2019-03-02 14:57:37 -05:00
Vincent LE GOFF
0c3ba838fa
Glob integration for the FS walker ( #219 )
2019-03-02 14:56:19 -05:00
Bert Belder
6063378a92
Change import { x } from "deno"
to const { x } = Deno
( #218 )
2019-02-26 00:35:50 -05:00
Andy Hayden
3be908facd
Add fs.walk ( #192 )
2019-02-15 11:20:59 -05:00