Skip to content

fix(globMatch): support implicit globs#200

Merged
dominikg merged 1 commit intomainfrom
fix/include-no-glob-dir
Oct 10, 2024
Merged

fix(globMatch): support implicit globs#200
dominikg merged 1 commit intomainfrom
fix/include-no-glob-dir

Conversation

@dominikg
Copy link
Copy Markdown
Owner

@dominikg dominikg commented Oct 9, 2024

fixes #199

Also includes a minor perf improvement to not use regex for patterns that only have a single glob-all in them, in that case it is sufficient to ensure equality of static prefix and suffix. This helps with this fix a the implicitly added glob is one of these cases.

@dominikg
Copy link
Copy Markdown
Owner Author

dominikg commented Oct 9, 2024

@sapphi-red, could you check if this is sound?

Copy link
Copy Markdown

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@dominikg dominikg merged commit 93b9be7 into main Oct 10, 2024
@dominikg dominikg deleted the fix/include-no-glob-dir branch October 10, 2024 03:57
@github-actions github-actions Bot mentioned this pull request Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specifying directory works differently with TypeScript

2 participants