typescript crashes in watch mode when configuration changes #37269
Labels
Bug
A bug in TypeScript
Crash
For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
Fix Available
A PR has been opened for this issue
Milestone
TypeScript Version: 3.9.0-dev.20200306
Search Terms: crashes in watch mode, noUnusedParameters, doneWithAffectedFile
Code
Expected behavior:
Start tsc in watch-mode (
tsc -b -w
). When changingnoUnusedParameters
fromtrue
tofalse
intsconfig.json
, it shouldn't crash.Actual behavior:
When changing
noUnusedParameters
from true to false, it crashes and the watcher terminates.Playground Link: None
Related Issues: #30201, #28433
The text was updated successfully, but these errors were encountered: