Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixAddVoidToPromise.ts40 const typeArgument = typeArguments[0]; constant
/third_party/typescript/src/services/
DstringCompletions.ts122 … const typeArgument = findAncestor(parent, n => n.parent === typeReference) as LiteralTypeNode; constant