Typescript: export statements are not fixed by organize imports

Created on 24 Apr 2018  ·  1Comment  ·  Source: microsoft/TypeScript

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

Bug Organize Imports Fixed

Most helpful comment

Maybe we should've called this feature "Organize ports"

>All comments

Maybe we should've called this feature "Organize ports"

Was this page helpful?
0 / 5 - 0 ratings