DocPad
Traceur Plugin forAdds support for Traceur to JavaScript compilation to DocPad
Convention: .js.traceur|.js.tr
Install
npm install --save docpad-plugin-traceur
Configure
You can customise the compiler optons sent to the traceur compiler via the plugin's featureOptions
config option
[inside the docpad.config]....
plugins:
traceur:
extensions: ['traceur', 'tr', 'es6'] # you can override and define your own here
featureOptions:
# default features can go here (initially enabled)
# built in feature enable\disable
# experimental features enable\disable
annotations: true
arrayComprehension: true
asyncFunctions: true
blockBinding: true
exponentiation: true
generatorComprehension: true
symbols: true
types: true
Full featureOptions list here
License
Licensed under the incredibly permissive MIT License
Copyright © 2013+ [Stringz Solutions Ltd]
Copyright © 2013+ Peter Flannery