Skip to content

Support full featured glob patterns in paths #35

@vitonsky

Description

@vitonsky

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions