This package has been deprecated

Author message:

Please use official traceur package instead (npm install traceur): https://www.npmjs.org/package/traceur

node-traceur

0.1.3 • Public • Published

node-traceur

DEPRECATED

Please use the official traceur package and refer to this github repo


This is a mirror of the traceur compiler hosted on code.google.

For more information about Traceur Compiler, visit: http://code.google.com/p/node-traceur/

It was slightly adapted to include only the files necessary to consume it from another node.js module and make that easier.

Please find the original readme here.

Installation

npm install node-traceur

Use official traceur instead:

  npm install traceur

API

As part of the adaptation the entire API is exposed properly so things like require('traceur/src/node/compiler') are no longer necessary.

Please consult the index file to see what is exposed from where.

Note: I welcome additions from anyone (especially the Chromium authors) that add more API documentation here.

TODO

Use source-map npm module instead of including it in third_party

That however requires fixing all references to it in the code and at this point I didn't want to take that on.

Package Sidebar

Install

npm i node-traceur

Weekly Downloads

23

Version

0.1.3

License

Apache License 2.0

Last publish

Collaborators

  • thlorenz