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 top-level patterns to external dirs using globstar #77

Open
TwitchBronBron opened this issue Oct 25, 2021 · 0 comments
Open

Support top-level patterns to external dirs using globstar #77

TwitchBronBron opened this issue Oct 25, 2021 · 0 comments
Assignees
Milestone

Comments

@TwitchBronBron
Copy link
Member

Support using top-level patterns to external directories as long as there's at least 1 globstar. Example:

Consider this pattern:
"../thirdPartySDK/**/*"

For this path: ../thirdPartySDK/source/sdk.brs, its final path would be: ./source/sdk.brs because the globstar indicates the start of the relative path portion.

If there are multiple globstars, the first globstar is where the relative pattern will begin.

@TwitchBronBron TwitchBronBron self-assigned this Oct 25, 2021
@TwitchBronBron TwitchBronBron removed the v4 label Feb 1, 2024
@TwitchBronBron TwitchBronBron added this to the v4.0.0 milestone Feb 1, 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

No branches or pull requests

1 participant