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
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
It might be beneficial to refactor index.js code to operate on a list of files, with a helper function responsible for either finding which files to process inside a directory (and returning a list of them) if --dir, or just returning a single-element list containing a file if --file is specified.
The text was updated successfully, but these errors were encountered:
dmorejon
changed the title
Refactor index.js to operator on list of files
Refactor index.js to operate on list of files
Aug 19, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It might be beneficial to refactor
index.js
code to operate on a list of files, with a helper function responsible for either finding which files to process inside a directory (and returning a list of them) if--dir
, or just returning a single-element list containing a file if--file
is specified.The text was updated successfully, but these errors were encountered: