Needs at least Sails version 0.11-rc to work
Sails JS hook to activate ES6/7 Javascript code for your whole sails app, via traceur.
npm install sails-hook-traceur
Just lift your app as normal, and enjoy the future of Javascript today. To see what is possible, see: https://github.com/google/traceur-compiler/wiki/LanguageFeatures
By default, configuration lives in sails.config.traceur
. The configuration key (traceur
) can be changed by setting sails.config.hooks['sails-hook-traceur'].configKey
.
Parameter | Type | Details |
---|---|---|
compile | ((boolean)) | Whether or not sails should compile/allow ES6/7 code. Defaults to true . |
That’s it!