Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts702 …const { scopes, readsAndWrites: { target, usagesPerScope, functionErrorsPerScope, exposedVariableD… constant
703 …Debug.assert(!functionErrorsPerScope[requestedChangesIndex].length, "The extraction went missing? …
735 …const { scopes, readsAndWrites: { functionErrorsPerScope, constantErrorsPerScope } } = getPossible…
770 errors: functionErrorsPerScope[i],
1621 readonly functionErrorsPerScope: readonly (readonly Diagnostic[])[]; property
1636 const functionErrorsPerScope: Diagnostic[][] = []; constant
1665 functionErrorsPerScope.push([]);
1748functionErrorsPerScope[i].push(createDiagnosticForNode(targetRange.thisNode!, Messages.cannotExtra…
1769 functionErrorsPerScope[i].push(diag);
1774 functionErrorsPerScope[i].push(diag);
[all …]