JS merge quickinfo is inconsistent #48197
Labels
Bug
A bug in TypeScript
checkJs
Relates to checking JavaScript using TypeScript
Domain: JavaScript
The issue relates to JavaScript specifically
Domain: Quick Info
e.g. hover text, tool-tips, and tooltips.
Milestone
Given this playground,
quick info display on hover of
class C
depends on if you hovermodule.exports
first or not. If you hovermodule.exports
first, it'sif you hover
class C
first, without hovering anything else, it'sThe first - the version with
module C
- is the correct one. In the later case, we fail to merge the module and class symbols.The text was updated successfully, but these errors were encountered: