-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat(watch): --include
CLI flag to watch additional files
#625
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0156f6 - Browse repository at this point
Copy the full SHA b0156f6View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 090ca0b - Browse repository at this point
Copy the full SHA 090ca0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf0d44 - Browse repository at this point
Copy the full SHA 0bf0d44View commit details -
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d75a62b - Browse repository at this point
Copy the full SHA d75a62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e658acf - Browse repository at this point
Copy the full SHA e658acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 350acc5 - Browse repository at this point
Copy the full SHA 350acc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9327d90 - Browse repository at this point
Copy the full SHA 9327d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c26cf6 - Browse repository at this point
Copy the full SHA 9c26cf6View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94db887 - Browse repository at this point
Copy the full SHA 94db887View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bd15bc - Browse repository at this point
Copy the full SHA 5bd15bcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 648b4bd - Browse repository at this point
Copy the full SHA 648b4bdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dc8ef26 - Browse repository at this point
Copy the full SHA dc8ef26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a853c7 - Browse repository at this point
Copy the full SHA 0a853c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2a342 - Browse repository at this point
Copy the full SHA 4c2a342View commit details -
fix: strip ANSI from new test output
- Before checking for substrings in stdout, strip ANSI escape codes
Configuration menu - View commit details
-
Copy full SHA for 8c2836f - Browse repository at this point
Copy the full SHA 8c2836fView commit details
Commits on Aug 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 213b094 - Browse repository at this point
Copy the full SHA 213b094View commit details -
fix: use correct argument in replaceAll
Fix error seen on Windows CI: String.prototype.replaceAll called with a non-global RegExp argument
Configuration menu - View commit details
-
Copy full SHA for 9fe4ff1 - Browse repository at this point
Copy the full SHA 9fe4ff1View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d66539 - Browse repository at this point
Copy the full SHA 4d66539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cc9cf - Browse repository at this point
Copy the full SHA 43cc9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b1af2 - Browse repository at this point
Copy the full SHA 60b1af2View commit details