Support globs for src and ignoring paths#165
Merged
Merged
Conversation
Closed
dimaqq
reviewed
Jan 16, 2026
Contributor
|
I suppose I can try to make a separate PR for the Jest defaults update. |
Contributor
|
Deps update done in #167, PTAL. |
Member
|
Guys, thank you for your contributions. I will take a closer look ASAP. |
Contributor
|
@aperkaz would you be up to rebasing this PR or cherry-picking only the glob changes and new tests? |
49d9d2f to
ae870eb
Compare
Contributor
Author
|
@dimaqq I accidentally closed the PR, sorry about the noise. |
Includes internal refactor to align argument names with CLI flag naming
Internal refactor to align argument names with CLI flag naming
0483d9c to
312c129
Compare
Member
|
awesome work, thanks for your contribution! Your changes are present in @dimaqq - big thanks for the review ❤️ |
dimaqq
reviewed
May 14, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is a proposal for adding glob and ignore capabilities to the ttag-cli while keeping backwards compatibility (#78).
Feedback is welcome! 🙂
The feature has been built around the following goals:
Change summary:
globpackage requires a higher version oftypescript, thus creating a chain reaction that required updatingjesttoo).jestversion bump.src/index.tsto inject theignoreargument into thecommands/*.src/libs/utils.ts > resolvePaths. No changes were made to the existing file-walking logic.