Kenny F.
Kenny F.
I looked at this issue and it isn't super hard to implement. For example use an extra function param on statement level. `noSemi`. Then in BlockStatement and Program within the...
Quick follow up. If you want an option to enable the semis it's possible if you avoid printing the semicolon if `.!Opt.Semi || noSemi`. Also be aware that noSemi has...
It's still active, but I had and still have some real life issues going on. And I noticed low interest from the community so it lost priority. What is the...
@aladdin-add the linter diagnostics is not an error so should not prevent printing. I tested this now and the linter diagnostics blocking printing. As seen in this picture everything is...
Linting and error seen together 
All diagnostics are just numbers. It's up to end users how to deal with them. What do you mean with 'linting should be another public API?'
I prefer not to kill performance and many "rules" in e. g. ESLint is parser errors. The diagnostics is just diagnostics and does everything in one go instead of walk...
@aladdin-add friendly ping
jest seems like an good solution, but maybe easier if you extend existing test runner to do the same things as Jest? Same functionality?
can it be re-factored?