Skip to content

feat: add support for triple dots (***) in all parts within the path string #12

Description

@richrdkng

As of currently, the triple dots (*) are only supported and replaced at the end of a path string, e.g.:
path('@/src/***') will be transpiled to path('@/src/**/*') and then processed.

Add support for triple dots in all parts within the string, e.g.: path('@/src/***.js') will be transpiled to path('@/src/**/*.js').

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions