Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractType.ts83 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
87 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
104 …const firstStatement = Debug.checkDefined(findAncestor(selection, isStatement), "Should find a sta… constant
200 const { firstStatement, selection, typeParameters } = info; constant
213 const { firstStatement, selection, typeParameters, typeElements } = info; constant
228 const { firstStatement, selection, typeParameters } = info; constant
DaddOrRemoveBracesToArrowFunction.ts114 const firstStatement = first(func.body.statements); constant
/third_party/typescript/src/services/codefixes/
DreturnValueCorrect.ts85 const firstStatement = first(declaration.body.statements); constant
/third_party/typescript/src/compiler/factory/
Dutilities.ts408 const firstStatement = firstOrUndefined(statements); constant
/third_party/typescript/src/services/
DtextChanges.ts580 const firstStatement = firstOrUndefined(ctr.body!.statements); constant