Skip to content

Conversation

louiellan
Copy link

@louiellan louiellan commented Aug 15, 2025

Closes #45182
Closes #59345

This allows glob patterns to be included in the --watch-path option but it does introduce breaking change since there might be instances where developers might have used glob characters when using --watch-path (e.g., file[1].js)

An alternative, non-breaking change would be to add a cli option --watch-pattern in which the PR is here #59345

@nodejs-github-bot nodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Aug 15, 2025
@MoLow MoLow added the semver-major PRs that contain breaking changes and should be released in the next major version. label Aug 16, 2025
Copy link
Member

@MoLow MoLow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im in favor of this variaton

@MoLow MoLow added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Aug 16, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 16, 2025
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support file globs with --watch-path
3 participants