Searched refs:longerErrors (Results 1 – 1 of 1) sorted by relevance
267 const longerErrors = ts.length(preErrors) > postErrors.length ? preErrors : postErrors; constant268 const shorterErrors = longerErrors === preErrors ? postErrors : preErrors;283 …...ts.filter(longerErrors!, p => !ts.some(shorterErrors, p2 => ts.compareDiagnostics(p, p2) === ts…