kpdecker 94e7e4da8e Update source map handling to be reentrant
Rather than repeating the original location when we exit a node, we need to restore the previous parent’s original line location, since the source map format denotes the start location.
2015-12-18 01:11:32 -06:00
..
2015-11-03 10:04:20 +00:00
2015-07-12 12:51:20 +01:00
2015-12-06 11:30:07 -05:00
2015-10-30 23:45:42 +00:00
2015-10-29 17:51:24 +00:00
2015-12-10 17:20:27 -08:00
2015-10-29 19:37:00 -07:00

babel-cli

Babel command line.

Install

$ npm install --global babel-cli

Usage

$ babel script.js

For more in depth documentation see: http://babeljs.io/docs/usage/cli/