Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts743 …dsAndWrites: { target, usagesPerScope, functionErrorsPerScope, exposedVariableDeclarations } } = g… constant
750 …dsAndWrites: { target, usagesPerScope, constantErrorsPerScope, exposedVariableDeclarations } } = g… constant
1664 readonly exposedVariableDeclarations: readonly VariableDeclaration[]; property
1681 const exposedVariableDeclarations: VariableDeclaration[] = []; constant