Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.13 KB

sails-hook-traceur

npm version Dependency Status

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.

Installation

npm install sails-hook-traceur

Usage

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

Configuration

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!