Skip to content
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

Support full featured glob patterns in paths #35

Open
vitonsky opened this issue Apr 10, 2024 · 0 comments
Open

Support full featured glob patterns in paths #35

vitonsky opened this issue Apr 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vitonsky
Copy link
Owner

Support full featured glob patterns instead of trivial cases like @utils/* and src/utils/*.

Currently paths like src/foo/*/bar will not work, because code actually expects that paths will ends on /*. It's fine, because this is most used case for paths configuration, but we may have edge cases.

Also add tests with config where aliases will be something like @foo and paths will be something like src/foo/*/bar, src/bar/**/baz

@vitonsky vitonsky added the enhancement New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant