This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
5.20.2
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