You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use shared shouldIgnore/isSupportedFile in watcher (#864)
* fix: use shared shouldIgnore/isSupportedFile in watcher (#838)
The watcher duplicated shouldIgnore and isSupportedFile logic locally,
causing the shared exports in constants.ts to be misclassified as
test-only. Reuse the shared functions to fix role classification and
eliminate duplication.
* fix: correct missing imports in watcher (#864)
Replace raw IGNORE_DIRS/EXTENSIONS references in collectTrackedFiles
with the already-imported shouldIgnore/isSupportedFile helpers, fixing
the TypeScript compilation error.
0 commit comments