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
The decaffeination allows for further development and removal of several CoffeeScript-specific dependencies. If the tests stay intact, the decaffeination can happen also by rewriting the code from scratch instead of using decaffeinate:
support dual codebase, with both coffeescript and javascript
keep tests in coffeescript, rewrite code into javascript with the tests passing
once everything is in javascript and passing, rewrite tests to be in javascript
Ensure Gavel is compiled to ES5 (discussed and concluded as not necessary, as Core app compiles sources with webpack anyway. ES6 modules are more versatile to be distributed)
The decaffeination allows for further development and removal of several CoffeeScript-specific dependencies. If the tests stay intact, the decaffeination can happen also by rewriting the code from scratch instead of using decaffeinate:
Related to apiaryio/dredd#705 and the Get Gavel.js back into shape milestone.
The text was updated successfully, but these errors were encountered: