export * as X
cannot be imported when type X
is exported
#44896
Labels
Milestone
export * as X
cannot be imported when type X
is exported
#44896
Bug Report
🔎 Search Terms
Is kinda related to #36704 and #41409.
🕗 Version & Regression Information
I test on
typescript@latest
andtypescript@next
at the moment of writing.⏯ Playground Link
TypeScript Playground
💻 Code
🙁 Actual behavior
According to TS
Drink
is not imported as a value.🙂 Expected behavior
No error should occur.
I'm currently using the following workaround:
The text was updated successfully, but these errors were encountered: