Ryan Dahl
151ce0266e
Move everything into std subdir
2019-10-09 17:10:09 -04:00
Yoshiya Hinosawa
96fe2d10a4
Update eslint and @typescript-eslint ( denoland/deno_std#621 )
...
Original: c3fe858f98
2019-10-05 12:02:34 -04:00
Nayeem Rahman
2f90225c89
Implement expandGlob() and expandGlobSync() ( denoland/deno_std#617 )
...
fs/glob.ts:
- Improve prototypes for expandGlob() and expandGlobSync() from denoland/deno_std#604 .
- Rename glob() to globToRegExp().
- Add normalizeGlob() and joinGlobs().
- Extract GlobToRegExpOptions from GlobOptions, remove the strict
and filepath options.
fs/globrex.ts:
- Add GlobrexOptions.
fs/path/constants.ts:
- Add SEP_PATTERN.
fs/walk.ts:
- Add WalkOptions::includeFiles
- Default WalkOptions::includeDirs to true.
- Don't traverse directories matching a skip pattern.
- Remove walkSync()'s default root value.
prettier:
- Refactor to use expandGlob().
testing:
- Make findTestModules() an async generator.
Original: 8c90bd9d0b
2019-10-02 13:59:27 -04:00
Nayeem Rahman
fd44fe34d4
Add includeDirs to WalkOptions ( denoland/deno_std#601 )
...
Original: de8d0ab4a1
2019-09-18 11:37:37 -04:00
Axetroy
878a9a29e7
bump prettier to 1.18.2 ( denoland/deno_std#592 )
...
Original: 06958a4ada
2019-09-11 23:31:23 -04:00
Bartek Iwańczuk
50a79584cb
chore: Implement strict mode ( denoland/deno_std#453 )
...
Original: be24677d15
2019-05-30 08:59:30 -04:00
Ryan Dahl
1b359f4106
walk() should not use deprecated FileInfo.path ( denoland/deno_std#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.
Original: 07ca4f9629
2019-05-14 17:14:08 -04:00
Vincent LE GOFF
dcd01dd025
Eslint fixes ( denoland/deno_std#356 )
...
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Yoshiya Hinosawa
f124e64526
fix: eslint errors ( denoland/deno_std#265 )
...
Original: 61af419bbc
2019-03-12 01:51:51 -04:00
Yoshiya Hinosawa
f90f62fa52
Use Deno global var instead of built-in "deno" module ( denoland/deno_std#247 )
...
Original: 395392912d
2019-03-07 19:25:16 -05:00
Vincent LE GOFF
428bf3c8a6
fs.walk performance improvement ( denoland/deno_std#221 )
...
Original: ccb452f775
2019-03-02 14:57:37 -05:00
Vincent LE GOFF
c131b8f3b6
Glob integration for the FS walker ( denoland/deno_std#219 )
...
Original: 0c3ba838fa
2019-03-02 14:56:19 -05:00
Bert Belder
2ba7de2d04
Change import { x } from "deno"
to const { x } = Deno
( denoland/deno_std#218 )
...
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Andy Hayden
954fe83f62
Add fs.walk ( denoland/deno_std#192 )
...
Original: 3be908facd
2019-02-15 11:20:59 -05:00