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

ISSUE-105: Introduce the isDynamicPattern method (alternative for hasMagic) #230

Merged
merged 4 commits into from
Sep 29, 2019

Commits on Sep 29, 2019

  1. feat(utils): use our own solution instead of is-glob package

    Our solution allows to use some options that affect the match. Most likely, after we understand that the solution works and works well, we will try to join this code with `is-glob` package.
    mrmlnc committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    9e6d748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10fc0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b523a8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a07e44 View commit details
    Browse the repository at this point in the history