Skip to content

Commit 96c1bde

Browse files
committed
formatting
1 parent 1a37aef commit 96c1bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ import {
171171
EnumMember,
172172
EnumType,
173173
equateValues,
174+
ErrorOutputContainer,
174175
escapeLeadingUnderscores,
175176
escapeString,
176177
EvaluatorResult,
@@ -1130,7 +1131,6 @@ import {
11301131
WideningContext,
11311132
WithStatement,
11321133
YieldExpression,
1133-
ErrorOutputContainer,
11341134
} from "./_namespaces/ts.js";
11351135
import * as moduleSpecifiers from "./_namespaces/ts.moduleSpecifiers.js";
11361136
import * as performance from "./_namespaces/ts.performance.js";

0 commit comments

Comments
 (0)