Skip to content

Commit b2fdff7

Browse files
committed
Support named type imports
1 parent 4c8b244 commit b2fdff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/preprocessors/ember-preprocessor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const sortImports = (code: string, options: PrettierOptions) => {
3636

3737
injest(importsExports.namedImports);
3838
injest(importsExports.namespaceImports);
39+
injest(importsExports.typeNamedImports);
3940

4041
// console.log(importsExports);
4142

0 commit comments

Comments
 (0)