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

feat(watch): --include CLI flag to watch additional files #625

Merged
merged 20 commits into from
Aug 24, 2024

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    b0156f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. feat: rename add to include

    boxizen committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    090ca0b View commit details
    Browse the repository at this point in the history
  2. feat: add noIgnore flag

    boxizen committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0bf0d44 View commit details
    Browse the repository at this point in the history
  3. Update src/watch/index.ts

    Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
    boxizen and privatenumber authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d75a62b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e658acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    350acc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9327d90 View commit details
    Browse the repository at this point in the history
  7. fix: test case fixes

    boxizen committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9c26cf6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    94db887 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    5bd15bc View commit details
    Browse the repository at this point in the history
  2. chore: update/add include/exclude watch tests

    - Incorporate review feedback into 'watch: include' test
    - Fix final stdout check for 'watch: include' test
    - Add new 'watch: exclude' test to ensure a file can be excluded from
      watch
    mdmower-csnw committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    648b4bd View commit details
    Browse the repository at this point in the history
  3. chore: Remove exclude flag, improve include test

    - There is no need to alias --ignore with --exclude, remove the new flag
    - Handle --include flag inside options object like the --ignore flag
    - Improve include test to also ensure glob pattern works
    mdmower-csnw committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dc8ef26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a853c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c2a342 View commit details
    Browse the repository at this point in the history
  6. fix: strip ANSI from new test output

    - Before checking for substrings in stdout, strip ANSI escape codes
    mdmower-csnw committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8c2836f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix: improve cross-platform support of new test

    - On Windows, mixed path separators are output by the watch utility.
      Normalize on / before searching for expected output.
    - Remove wait on debounce and separate file writes based on stdout
      output.
    mdmower-csnw committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    213b094 View commit details
    Browse the repository at this point in the history
  2. fix: use correct argument in replaceAll

    Fix error seen on Windows CI:
    String.prototype.replaceAll called with a non-global RegExp argument
    mdmower-csnw committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9fe4ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    4d66539 View commit details
    Browse the repository at this point in the history
  2. wip

    privatenumber committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    43cc9cf View commit details
    Browse the repository at this point in the history
  3. wip

    privatenumber committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    60b1af2 View commit details
    Browse the repository at this point in the history