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

Adds an option to specify additional matching group(s) in the alias string #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vorlovsky
Copy link

@vorlovsky vorlovsky commented Aug 3, 2022

Handling the case of presence of some additional matching group(s) in the alias string, e.g. you should be able to write a pattern
[["~(\\w+)", "./src/"]]
instead of specifying each alias explicitly
[["~redux", "./src/redux"], ["~config", "./src/config"]]

Handling the case of presence of some additional matching group in the alias string
@vorlovsky vorlovsky changed the title Update index.js Adds an option to specify additional matching group(s) in the alias string Aug 3, 2022
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.

None yet

1 participant