I mean a JS interface to the transpiler. At the time there was only the CLI, nothing that worked on strings or streams within node code.
> IDE support ... strict typing ...
Ditto for flow, though.
If you just want string->string compilation, there's typestring, which wraps the api: https://www.npmjs.com/package/typestring
I mean a JS interface to the transpiler. At the time there was only the CLI, nothing that worked on strings or streams within node code.
> IDE support ... strict typing ...
Ditto for flow, though.