-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
fix: correct issues with parsing statements #36
Conversation
@armano2 thanks so much for the PR! These are awesome changes that will make the library much more robust. My one quibble is that I think After I merge this PR, I'll add a few more tests to meet the coverage threshold and then publish a new version. |
Also, would you be interested in being added as a maintainer? |
hmm i didn't think about this use case, def we should update
i added alot of test cases but we are missing some, esp, for those aliases |
@nebrelbug link/unlink added and their aliases |
@armano2 thank you! I'll merge this now. |
Changes:
i
in npm conversion-D
,-S
,-E
,-O
npm shortcutsrebuild
and--force
installmy--save-dev
--
in commandsexec
commandsli/list
--exact/optional/dev
list
--production
and--development
global list
global add/remove
to reuse logic ofadd/remove
fixes armano2#7
fixes armano2#6