Open brokentone opened 7 years ago
@brokentone thanks for submitting this. I won't be able to review this or your PRs for a couple of days. But once I get back to an area that I have consistent internet I'll be sure to review these and get back to you on them.
This has not been addressed in V5 but it should be an easy addition.
Environment
Basic Description of the problem
Watch feels very unresponsive when eslint is running. Linting is unpredictable due to keybindings.
How to reproduce it
esw --watch --ext .js --ext .jsx .
Debug output:
Somewhat irrelevant
Thoughts...
First off cool tool, I'm trying to work this into my build flow right now, but this concern I'm raising is preventing me at the moment. I think the issues are 4 or 5:
npm-run-all
, I do not want my keys bound by any of the subprocesses. Suggestion: I would need the option to disable. In fact, with this being undocumented right now, I would recommend that it's disabled by default, and a flag could enable it.I would be willing to submit PRs for most / all of the above if the project is interested.