Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts702 …dsAndWrites: { target, usagesPerScope, functionErrorsPerScope, exposedVariableDeclarations } } = g… constant
709 …dsAndWrites: { target, usagesPerScope, constantErrorsPerScope, exposedVariableDeclarations } } = g… constant
1623 readonly exposedVariableDeclarations: readonly VariableDeclaration[]; property
1640 const exposedVariableDeclarations: VariableDeclaration[] = []; constant