-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat: add npm query cmd #5000
Merged
Merged
feat: add npm query cmd #5000
Commits on Jul 13, 2022
-
Implemented Arborist `querySelectorAll` method that enables easier retrieval of installed packages using a css-selector-like syntax. It also includes a new command `npm query` that exposes that same logic to users of the npm cli. Ref: npm/rfcs#564
Configuration menu - View commit details
-
Copy full SHA for 3b89a70 - Browse repository at this point
Copy the full SHA 3b89a70View commit details -
promisifies API and tree traversal
This will enable for implementing async pseudo-selectors such as :outdate in the future.
Configuration menu - View commit details
-
Copy full SHA for 7389698 - Browse repository at this point
Copy the full SHA 7389698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3932313 - Browse repository at this point
Copy the full SHA 3932313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4332744 - Browse repository at this point
Copy the full SHA 4332744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8a00f - Browse repository at this point
Copy the full SHA 4e8a00fView commit details -
fix: attribute selectors, workspace root, cleanup
Giant refactor: - adds case insensitivity to attribute selectors - fixes --include-workspace-root - fixes -w results - docs updates - consolidating state into the `results` object and passing that to the functions that the ast walker functions use. - optimizing and refactoring other loops - code consolidation and consistency between two different attribute selectors - Un-asyncify functions that don't do async operators. We leave the exported fn async so we can add some in the future. - lots of other minor tweaks/cleanups
Configuration menu - View commit details
-
Copy full SHA for eccf71b - Browse repository at this point
Copy the full SHA eccf71bView commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8bba441 - Browse repository at this point
Copy the full SHA 8bba441View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fed3c - Browse repository at this point
Copy the full SHA a5fed3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9349592 - Browse repository at this point
Copy the full SHA 9349592View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.