Home
last modified time | relevance | path

Searched defs: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
1621 readonly functionErrorsPerScope: readonly (readonly Diagnostic[])[]; property
1636 const functionErrorsPerScope: Diagnostic[][] = []; constant