Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DconvertLiteralTypeToMappedType.ts37 const propertySignature = cast(token.parent.parent, isPropertySignature); constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts530 const propertySignature = factory.createPropertySignature( constant