0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
Commit graph

10 commits

Author SHA1 Message Date
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
a472b6732d Test runner v2 (denoland/deno_std#604)
Original: 17a214bbd5
2019-09-28 09:33:17 -04:00
Axetroy
c85b1c06a9 lint: add max line length rules (denoland/deno_std#507)
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Shubhadeep Das
b7082f1640 Added isGlob function (denoland/deno_std#433)
Original: 94dcb2779b
2019-05-23 10:23:31 +03:00
Vincent LE GOFF
0ff0ba2b32 Fixing jsdoc example padding (denoland/deno_std#322)
Original: a0ff487a12
2019-04-04 05:58:16 -04:00
Vincent LE GOFF
2e1ed890b8 Documentation clean up (denoland/deno_std#288)
Original: b699fa67be
2019-03-18 11:08:01 -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
2bbde0c226 Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230)
Original: e2fd507cfd
2019-03-04 13:06:05 -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