You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
withexport let generateOutput = function(input) {
??I will try my luck. Better use const and improve/document the internal API.
The text was updated successfully, but these errors were encountered: