We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea134b commit d26fa2cCopy full SHA for d26fa2c
1 file changed
src/compiler/checker.ts
@@ -21602,7 +21602,7 @@ namespace ts {
21602
checkMode: CheckMode,
21603
reportErrors: boolean,
21604
containingMessageChain: (() => DiagnosticMessageChain | undefined) | undefined,
21605
- ): ReadonlyArray<Diagnostic> | undefined {
+ ): readonly Diagnostic[] | undefined {
21606
21607
const errorOutputContainer: { errors?: Diagnostic[], skipLogging?: boolean } = { errors: undefined, skipLogging: true };
21608
if (isJsxOpeningLikeElement(node)) {
0 commit comments