Releases: caridy/es6-module-transpiler-system-formatter
Releases · caridy/es6-module-transpiler-system-formatter
upgrade to tranpiler 0.10
add support for classes
- commit e657832 adds support for class declaration and class expression in export declaration
enhancement
- upgrade to es6-module-transpiler@0.9.x
- adding support for
import * as foo from "foo"
esprima:harmony updates for final module syntax
- covers upstream changes in esprima:harmony from this PR ariya/esprima#287
- update recast and es6-module-transpiler
- fixes default export declaration
bugfix to support export identifiers only
export {foo}
export {foo, bar}
export {foo, bar as baz}
bugfix
first official release
- tests
- docs cleanup