Skip to content

tsc --build --watch does not watch wild card directories correctly #26524

Closed
@sheetalkamat

Description

@sheetalkamat

updateWatchingWildcardDirectories is normally used for single project and it mutates map to have new watch directories, Since we have single existingWatchersForWildcards among all projects this is incorrect and not watching wild card directories correctly.
https://github.com/Microsoft/TypeScript/blob/master/src/compiler/tsbuild.ts#L569

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions