mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
fix eslint errors
This commit is contained in:
parent
7ea134bacd
commit
d26fa2cbc4
@ -21602,7 +21602,7 @@ namespace ts {
|
||||
checkMode: CheckMode,
|
||||
reportErrors: boolean,
|
||||
containingMessageChain: (() => DiagnosticMessageChain | undefined) | undefined,
|
||||
): ReadonlyArray<Diagnostic> | undefined {
|
||||
): readonly Diagnostic[] | undefined {
|
||||
|
||||
const errorOutputContainer: { errors?: Diagnostic[], skipLogging?: boolean } = { errors: undefined, skipLogging: true };
|
||||
if (isJsxOpeningLikeElement(node)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user