fix eslint errors

This commit is contained in:
Alexander T 2019-09-05 10:08:03 +03:00
parent 7ea134bacd
commit d26fa2cbc4

View file

@ -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)) {