Open
Description
The JavaScript and TypeScript Nightly
v5.7.20240911
update broke some part of the Add all missing imports
source action. Ever since then, some imports would be incorrectly imported with the type
only attribute; i.e.
import type {} from "";
instead of
import {} from "";
for situations where type only imports are not correct.
Metadata
Metadata
Assignees
Labels
No labels