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
The right way to fix this is to support module systems such as CommonJS/AMD/Closure/Node's require, etc.
For now, a better way to run your script is to pass all the files in the correct dependency order (there are some external tools that resolve dependencies and print the files in order). If you pass the files like you did one by one, infernu will not know about exported/import variables at all (they will be missing).
As a newbie, I want infernu to automatically recurse on directories, so that I can easily run infernu on large codebases.
As a mitigation, I can:
But I'd prefer
infernu .
to "just work", likejshint .
just works.The text was updated successfully, but these errors were encountered: