-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
False positive error messages after file rename #38684
Labels
Milestone
Comments
robak86
changed the title
False positive error messages after file remae
False positive error messages after file rename
May 20, 2020
This doesnt seem to repro.. Can you share more details? |
sheetalkamat
added
the
Needs More Info
The issue still hasn't been fully clarified
label
May 20, 2020
Sure, here is the run at which I renamed a file. I adjusted command to reflect my current setup (
|
sheetalkamat
added
Bug
A bug in TypeScript
and removed
Needs More Info
The issue still hasn't been fully clarified
labels
May 21, 2020
sheetalkamat
added a commit
that referenced
this issue
Jun 11, 2020
…isplays correct error in the end Testcase for #38684
sheetalkamat
added a commit
that referenced
this issue
Jun 16, 2020
* If there is no changes to folder structure when watching directories recursively, send the updates to fileNames only Fixes #37994 * Ignore excluded directories from wild card watching * Testcase showing that renaming file with non sync directory watcher displays correct error in the end Testcase for #38684
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeScript Version: 3.9.3
Search Terms:
"rename not found", "composite project not found"
Code
https://github.com/robak86/ts-issue
yarn start
(tsc
in watch mode using-b
flag for project references)tsc
displays an error that file was not foundtsc
Expected behavior:
Renaming files work without errors
Actual behavior:
The renaming makes
tsc
display errorsRelated Issues:
#37514
The text was updated successfully, but these errors were encountered: