Searched defs:exposedVariableDeclarations (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/refactors/ |
| D | extractSymbol.ts | 668 …dsAndWrites: { target, usagesPerScope, functionErrorsPerScope, exposedVariableDeclarations } } = g… constant 675 …dsAndWrites: { target, usagesPerScope, constantErrorsPerScope, exposedVariableDeclarations } } = g… constant 1567 readonly exposedVariableDeclarations: readonly VariableDeclaration[]; property 1584 const exposedVariableDeclarations: VariableDeclaration[] = []; constant
|
| /third_party/typescript/lib/ |
| D | typescript.js | 145897 … function extractFunctionInScope(node, scope, _a, exposedVariableDeclarations, range, context) { argument 146312 …function transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn… argument 146455 …unction getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarations, writes… argument
|
| D | typescriptServices.js | 145897 … function extractFunctionInScope(node, scope, _a, exposedVariableDeclarations, range, context) { argument 146312 …function transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn… argument 146455 …unction getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarations, writes… argument
|
| D | tsserverlibrary.js | 145897 … function extractFunctionInScope(node, scope, _a, exposedVariableDeclarations, range, context) { argument 146312 …function transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn… argument 146455 …unction getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarations, writes… argument
|
| D | tsserver.js | 145328 … function extractFunctionInScope(node, scope, _a, exposedVariableDeclarations, range, context) { argument 145743 …function transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn… argument 145886 …unction getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarations, writes… argument
|