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: Drop default excludes that are exist in includes #643

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

Commits on Aug 31, 2024

  1. fix: Drop default excludes that are exist in includes

    Preserves the intention of users that explicitly specify an included path
    that may exist in the default excludes list.
    
    For example, the following command should trigger a re-run for any
    changes in node_modules/linked-dependency, despite node_modules
    appearing in the default excludes.
    
    ```bash
    tsx watch --include "node_modules/linked-dependency/**/*" src/index.ts
    ```
    lbennett-stacki committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ca2c1b5 View commit details
    Browse the repository at this point in the history