Home
last modified time | relevance | path

Searched defs:constantErrorsPerScope (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractSymbol.ts709 …const { scopes, readsAndWrites: { target, usagesPerScope, constantErrorsPerScope, exposedVariableD… constant
735 …const { scopes, readsAndWrites: { functionErrorsPerScope, constantErrorsPerScope } } = getPossible… constant
1622 readonly constantErrorsPerScope: readonly (readonly Diagnostic[])[]; property
1637 const constantErrorsPerScope: Diagnostic[][] = []; constant