Skip to content

Commit d26fa2c

Browse files
committed
fix eslint errors
1 parent 7ea134b commit d26fa2c

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
@@ -21602,7 +21602,7 @@ namespace ts {
2160221602
checkMode: CheckMode,
2160321603
reportErrors: boolean,
2160421604
containingMessageChain: (() => DiagnosticMessageChain | undefined) | undefined,
21605-
): ReadonlyArray<Diagnostic> | undefined {
21605+
): readonly Diagnostic[] | undefined {
2160621606

2160721607
const errorOutputContainer: { errors?: Diagnostic[], skipLogging?: boolean } = { errors: undefined, skipLogging: true };
2160821608
if (isJsxOpeningLikeElement(node)) {

0 commit comments

Comments
 (0)