Inconsistent QuickInfo on type-only imported symbols #47134
Labels
Bug
A bug in TypeScript
Domain: Quick Info
e.g. hover text, tool-tips, and tooltips.
Help Wanted
You can do this
Milestone
Bug Report
🔎 Search Terms
type-only import quickinfo modifier specifier
🕗 Version & Regression Information
type
modifier on import names had only been introduced in the latest version.⏯ Playground Link
bug workbench
💻 Code
🙁 Actual behavior
Hovering on
A
in the import statement gives you:🙂 Expected behavior
Hovering on
A
gives you:like hovering on
B
does, because you can useA
as a value as long as it's in type contexts.The text was updated successfully, but these errors were encountered: