futurescript
futurescript copied to clipboard
Expose/export internal API
I see you only expose fus as a binary expecting args bin
With compile function defined using let but not exported. Please improve the internals to allow for better composability and for tools such as gulp to use the API/library directly without involving the shell.
I might send you a PR for this. Just cloned the repo to play around...
Or perhaps this is the locked-api.js with export let generateOutput = function(input) { ??
I will try my luck. Better use const and improve/document the internal API.
I'll consider it. Yes this is the locked-api.js.
Yes it's generateOutput.