-
Notifications
You must be signed in to change notification settings - Fork 13.3k
JS merge quickinfo is inconsistent #48197
Copy link
Copy link
Closed as not planned
Labels
7.0 LS MigrationBugA bug in TypeScriptA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specificallyDomain: LS: Quick Infoe.g. hover text, tool-tips, and tooltips.e.g. hover text, tool-tips, and tooltips.checkJsRelates to checking JavaScript using TypeScriptRelates to checking JavaScript using TypeScript
Milestone
Metadata
Metadata
Assignees
Labels
7.0 LS MigrationBugA bug in TypeScriptA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specificallyDomain: LS: Quick Infoe.g. hover text, tool-tips, and tooltips.e.g. hover text, tool-tips, and tooltips.checkJsRelates to checking JavaScript using TypeScriptRelates to checking JavaScript using TypeScript
Given this playground,
quick info display on hover of
class Cdepends on if you hovermodule.exportsfirst or not. If you hovermodule.exportsfirst, it'sif you hover
class Cfirst, 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.