Home
last modified time | relevance | path

Searched refs:getFixableErrorSpanExpression (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/codefixes/
DaddOptionalPropertyUndefined.ts26 const sourceTarget = getSourceTarget(getFixableErrorSpanExpression(file, span), checker);
DaddMissingAwait.ts63 const expression = getFixableErrorSpanExpression(sourceFile, span);
/third_party/typescript/src/services/
Dutilities.ts3271 …export function getFixableErrorSpanExpression(sourceFile: SourceFile, span: TextSpan): Expression … function