docpad-plugin-traceur

2.2.0 • Public • Published

Traceur Plugin for DocPad

Build Status NPM version Gittip donate button Analytics

Adds 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

/docpad-plugin-traceur/

    Package Sidebar

    Install

    npm i docpad-plugin-traceur

    Weekly Downloads

    4

    Version

    2.2.0

    License

    none

    Last publish

    Collaborators

    • pflannery