Skip to content

Commit 8a7c262

Browse files
committed
Fix import sort
1 parent 8be83db commit 8a7c262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ import {
134134
getNormalizedAbsolutePathWithoutRoot,
135135
getNormalizedPathComponents,
136136
getOutputDeclarationFileName,
137+
getOutputDeclarationFileNameWithoutConfigFile,
137138
getOutputJSFileName,
138139
getOutputJSFileNameWithoutConfigFile,
139140
getOutputPathsForBundle,
@@ -336,7 +337,6 @@ import {
336337
WriteFileCallbackData,
337338
writeFileEnsuringDirectories,
338339
zipToModeAwareCache,
339-
getOutputDeclarationFileNameWithoutConfigFile,
340340
} from "./_namespaces/ts";
341341
import * as performance from "./_namespaces/ts.performance";
342342

0 commit comments

Comments
 (0)