Skip to content

Elusive breakage of Add all missing imports source action. Needs further investigation. #134

Open
@ericchase

Description

@ericchase

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions