Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

5.20.2

Compare
Choose a tag to compare
@cmoesel cmoesel released this 06 Jun 16:22
· 4 commits to 5.x since this release
10110cb

Version 5.20.2 changes the ES6 class exporter from opt-out (runs by default) to opt-in (runs on request).

To run the ES6 exporter, use the --export-es6 or -j flag:

node . --export-es6 /path/to/cimpl/files

or

node . -j /path/to/cimpl/files