mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix [][] lint
This commit is contained in:
@@ -22018,7 +22018,7 @@ namespace ts {
|
||||
}
|
||||
}
|
||||
else {
|
||||
const allDiagnostics: Array<ReadonlyArray<DiagnosticRelatedInformation>> = [];
|
||||
const allDiagnostics: (readonly DiagnosticRelatedInformation[])[] = [];
|
||||
let max = 0;
|
||||
let min = Number.MAX_VALUE;
|
||||
let minIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user