You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're going to use plain JavaScript in this repository from now on. Why?
It makes it easier for people to contribute.
No build step needed.
Forks are easier to test because the JavaScript is in the repository.
So the existing CoffeeScript needs to be converted to JavaScript. Nothing too fancy, we don't want to have to introduce babel or require users to have Node 8 as a minimum or anything like that.
In doing this, gulp could be removed too but the tests need to still be runnable via npm test.
The text was updated successfully, but these errors were encountered:
We're going to use plain JavaScript in this repository from now on. Why?
So the existing CoffeeScript needs to be converted to JavaScript. Nothing too fancy, we don't want to have to introduce babel or require users to have Node 8 as a minimum or anything like that.
In doing this, gulp could be removed too but the tests need to still be runnable via
npm test
.The text was updated successfully, but these errors were encountered: