Uh oh!
There was an error while loading. Please reload this page.
DO NOT MERGE: Show synthesized triple slash references in diagnostics for top200 analysis - #57569
Conversation
Andrew Branch (andrewbranch)
commented
Feb 27, 2024
TypeScript Bot (@typescript-bot) test top200 |
TypeScript Bot (typescript-bot)
commented
Feb 28, 2024
TypeScript Bot (typescript-bot)
commented
Feb 28, 2024
TypeScript Bot (typescript-bot)
commented
Feb 28, 2024
Jake Bailey (jakebailey)
commented
Feb 28, 2024
Quite surprised about react showing up that much, given the files I opened all contained an import of react anyway... |
Yes that is really surprising. For if(exportedModulesFromDeclarationEmit?.includes(file.symbol)){// Already have an import declaration resolving to this filereturn;} |
Andrew Branch (andrewbranch)
commented
Feb 28, 2024
Looking at these, I don’t feel too worried about the volume of real-world breaks being very high. The only thing I might send a preemptive PR for is adding an explicit reference to |
Experiment for follow-up discussions from #57440, #57568