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

fix(core): use globbing also for workspace file patterns without '*' #11298

Merged
merged 1 commit into from
Mar 2, 2023

Commits on Jul 26, 2022

  1. fix(core): use globbing also for patterns without '*'

    Input strings for root filesets can be defined as patterns even if they don't contain `'*'` in it.
    
    Few examples: 
    ```
    inputs: ["{workspaceRoot}/.babelrc?(.json)", "{workspaceRoot}/tsconfig.{e2e-base,ts-node}.json"
    ```
    
    Making perf optimizations by skipping minimatch for a few static files is not worth the tradeoff.
    miluoshi committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ac15309 View commit details
    Browse the repository at this point in the history