Ryan Zimmerman

Results 289 comments of Ryan Zimmerman

Should add `{ "reportGlobalThis": true }` for `no-shadow-restricted-names`

Should add `no-unassigned-vars`

@octopoulos if you manage to get this working, please do submit a PR

I believe this is a duplicate of https://github.com/jprichardson/node-fs-extra/issues/1014; does [`--max-old-space-size`](https://nodejs.org/dist/latest/docs/api/cli.html#--max-old-space-sizesize-in-megabytes) help?

An actual streaming JSON stringifier/parser would be well outside the scope of fs-extra

Also related: https://github.com/postcss/postcss-import/issues/492

Is there some pressing need to upgrade from v3? If not, we might as well wait until we're working on the next major release, and then upgrade to v5 directly.

Seems that the removal of glob support actually breaks things; tests are failing.

Two problems with this approach: 1. It's synchronous, which is probably slow. 2. This only finds files that exist when the command is run, it doesn't watch for the creation...