Skip to content

export statements are not fixed by organize imports #23640

@DanielRosenwasser

Description

@DanielRosenwasser
export {
    Kilo, Alpha, Charlie, Foxtrot
} from "lalapolalova"

Run organize imports here

Expected:

export {
    Alpha, Charlie, Foxtrot, Kilo,
} from "lalapolalova"

Actual: Export is not affected

CC @wycats

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptDomain: Organize ImportsIssues with the organize imports featureFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions