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
|
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 |
|
Bartek Iwańczuk
|
50a79584cb
|
chore: Implement strict mode (denoland/deno_std#453)
Original: be24677d15
|
2019-05-30 08:59:30 -04:00 |
|
Vincent LE GOFF
|
0b4f73cf9d
|
Improve jsdoc (denoland/deno_std#277)
Original: 1805c18ac7
|
2019-03-14 10:24:54 -04:00 |
|
Yoshiya Hinosawa
|
f124e64526
|
fix: eslint errors (denoland/deno_std#265)
Original: 61af419bbc
|
2019-03-12 01:51:51 -04:00 |
|
Yoshiya Hinosawa
|
31f684e71b
|
Bump CI to v0.3.2 (denoland/deno_std#245)
replace Deno.platform with Deno.build
Original: c67751659c
|
2019-03-07 09:07:12 -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 |
|