Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

sindresorhus/broccoli-traceur

Repository files navigation

Deprecated

Deprecated as Traceur is unmaintained. Check out broccoli-babel-transpiler instead.


broccoli-traceur Build Status

Traceur is a JavaScript.next to JavaScript-of-today compiler

Issues with the output should be reported on the Traceur issue tracker.

Install

$ npm install --save-dev broccoli-traceur

Usage

var traceur = require('broccoli-traceur');
tree = traceur(tree, options);

API

traceur(tree, [options])

options

See the Traceur options.

License

MIT © Sindre Sorhus