-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Incremental build: removing/adding new files need to restart tsc #49078
Labels
Bug
A bug in TypeScript
Milestone
Comments
|
Yes we're using |
Duplicate of #47274. @Jack-Works are you able to share the repo where this is happening? |
|
Thank for the repro. Investigating |
sheetalkamat
added a commit
that referenced
this issue
May 25, 2022
…st by directory seperator Fixes #49078
typescript-bot
pushed a commit
to typescript-bot/TypeScript
that referenced
this issue
May 25, 2022
Component commits: b846905 Add failing test 66d51e5 Fix the implicit glob key so that recursive keys are not differing just by directory seperator Fixes microsoft#49078 f93951f Reset the reload level once program is loaded
cool! thanks! this is a quick fix |
DanielRosenwasser
added
Bug
A bug in TypeScript
and removed
Duplicate
An existing issue was already created
labels
Jun 1, 2022
DanielRosenwasser
pushed a commit
that referenced
this issue
Jun 1, 2022
Component commits: b846905 Add failing test 66d51e5 Fix the implicit glob key so that recursive keys are not differing just by directory seperator Fixes #49078 f93951f Reset the reload level once program is loaded Co-authored-by: Sheetal Nandi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Sorry I cannot give a small reproduction because I believe it is related to big projects.
When I'm working on big composited projects, when I added or remove a file, tsc will not be able to compile it correctly, and I need to restart tsc.
Add a new file
Config of this project:
Removing a file
Once any of these error occurs, I have to restart TSC to get new type check results.
🔎 Search Terms
add remove restart tsc incremental
🕗 Version & Regression Information
🙁 Actual behavior
🙂 Expected behavior
The text was updated successfully, but these errors were encountered: