Skip to content

Releases: caridy/es6-module-transpiler-system-formatter

upgrade to tranpiler 0.10

22 Jan 23:23
Compare
Choose a tag to compare
v0.3.0

update to transpiler @0.10.x

add support for classes

05 Nov 18:47
Compare
Choose a tag to compare
  • commit e657832 adds support for class declaration and class expression in export declaration

enhancement

23 Oct 15:17
Compare
Choose a tag to compare

esprima:harmony updates for final module syntax

16 Oct 16:00
Compare
Choose a tag to compare
  • 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

04 Oct 21:54
Compare
Choose a tag to compare
  • export {foo}
  • export {foo, bar}
  • export {foo, bar as baz}

bugfix

02 Aug 01:03
Compare
Choose a tag to compare
  • supports import "foo";

first official release

29 Jul 23:40
Compare
Choose a tag to compare
  • tests
  • docs cleanup

bugfix

29 Jul 20:52
Compare
Choose a tag to compare
bugfix Pre-release
Pre-release
  • adding support for sourceMap by updating the dependencies.
  • improving output format to support live bindings by controlling changes in named exports