the-party
v0.10.4
Published
An ES6 -> ES5 transpiler with support for source maps.
Readme
the-party
The best ES6 to ES5 transpiler with support for source maps!
Usage
$ the-party -h
Usage: the-party [options]
Options:
-h, --help output usage information
-o, --output <dir> Output directory
-d, --dump Dump ASTs
--dump-locs Include locs in dump
--dump-sources Dump source ASTs rather than compiled ASTs
-s, --source-maps Generate source mapsSupport
Module loading
module fs from 'fs'