-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add strategies for command discovery (#945)
* feat: add import strategy for command discovery * refactor: clean up implementation * test: add tests for explicit command strategy * chore: rename search to pattern * fix: explicit aliases * chore: code review * feat: add new strategy for single command CLIs * fix: add missing files * chore: rename single command cli symbol * refactor: make fetch more clear * ci: retry external integration tests * chore: use CommandCache type Co-authored-by: Shane McLaughlin <[email protected]> * chore(release): 3.19.2-qa.0 [skip ci] * feat: bundle friendly * chore(release): 3.19.2-dev.0 [skip ci] * fix: update perf marker * chore(release): 3.19.3-dev.0 [skip ci] * test: add esbuild plugin to interop tests * test: rename esm-cjs to interop * test: clean up * chore(release): 3.19.5-dev.0 [skip ci] * chore: regen yarn.lock * chore: code review * chore: proper logic for missing hook * fix: only register command ids if they have valid cmd * chore: code suggestion * chore(release): 3.20.1-dev.0 [skip ci] * test: refine esbuild interop test * ci: skip windows plugin-plugins integration tests * test: more plugin-test-esbuild tests * feat: allow pjson to be provided to Config * ci: esbuild integration test * chore: clean up * fix: make dir optional for execute * chore(release): 3.20.1-dev.1 [skip ci] --------- Co-authored-by: Shane McLaughlin <[email protected]> Co-authored-by: svc-cli-bot <[email protected]>
- Loading branch information
1 parent
bda047d
commit eaf5a86
Showing
37 changed files
with
973 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.