-
Notifications
You must be signed in to change notification settings - Fork 17
Linter-javac adds >150 ms to loadtime #75
Comments
I guess is will refactor the whole thing soon. |
Yeah, that is slow :) What is the current opinion on Atom community about CoffeeScript vs Babel/ES6? Is Atom community moving towards ES6 or still continuing with CoffeeScript? If you're going to refactor the whole thing anyway, perhaps Babel could be considered? It might help getting more contributions, since many Java coders are very familiar with JavaScript but only few know CoffeeScript. |
😓 In fact i have no clue where the coffeescript-thing goes, but i think in general ES will be the simplest thing to rely on. I think it's considerable good idea to rely on ES when refactoring. |
Just a side note that most of the base linter package has been rewritten into ES6+ and everything new going forward will be in ES6+ instead of coffeescript |
@steelbrain - thanks, then it is decided.. 👯 |
https://github.com/AtomLinter/linter-javac/blob/master/lib/init.coffee#L20 should be
|
This issue is part of the refactoring: #76 |
That's slow as a 🐌...
The text was updated successfully, but these errors were encountered: