Home
last modified time | relevance | path

Searched refs:alreadyUsedTypes (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DstringCompletions.ts146 …const alreadyUsedTypes = getAlreadyUsedTypesInStringLiteralUnion(grandParent as UnionTypeNode, par… constant
147 …rgumentConstraint(grandParent as UnionTypeNode)).filter(t => !contains(alreadyUsedTypes, t.value));