sindresorhus / broccoli-traceur

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%