Skip to content

Correctly handle qualified names in TS types import()#9579

Merged
devongovett merged 1 commit into
v2from
ts-qualified-name
Mar 14, 2024
Merged

Correctly handle qualified names in TS types import()#9579
devongovett merged 1 commit into
v2from
ts-qualified-name

Conversation

@devongovett

Copy link
Copy Markdown
Member

Fixed a bug in #9573. A type import with a qualified name (dot syntax), e.g. import('react').JSX.Element should be compiled to import {JSX} from 'react'; JSX.Element, and previously was only compiled to JSX`.

@devongovett devongovett merged commit 108f82f into v2 Mar 14, 2024
@devongovett devongovett deleted the ts-qualified-name branch March 14, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants