-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
TypeScript Version: 3.9.3
Search Terms:
"rename not found", "composite project not found"
Code
https://github.com/robak86/ts-issue
- Run
yarn start
(tsc
in watch mode using-b
flag for project references) - The project compiles without errors
- Rename file.
tsc
displays an error that file was not found - Restart
tsc
- A different false positive error shows up
Expected behavior:
Renaming files work without errors
Actual behavior:
The renaming makes tsc
display errors
Related Issues:
#37514
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue