We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the entire lodash library is added to instances of vorpal. Do we really need this? It's quite annoying when you console.log(vorpal).
lodash
console.log(vorpal)
Might want to try to remove it and see if tests pass.
The text was updated successfully, but these errors were encountered:
We could make it optional. (and maybe add a way to have the /fpflavor out of it)
/fp
(But why do you console.log(vorpal) in the first place ? 🤔 ^^)
Sorry, something went wrong.
Inspection (there used to be a time when there was no TS version of Vorpal 😉)
No branches or pull requests
Currently, the entire
lodash
library is added to instances of vorpal. Do we really need this? It's quite annoying when youconsole.log(vorpal)
.Might want to try to remove it and see if tests pass.
The text was updated successfully, but these errors were encountered: