Searched defs:getUnionType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 15022 …function getUnionType(types: readonly Type[], unionReduction: UnionReduction = UnionReduction.Lite… function 28322 …const unionType = propTypes.length ? getUnionType(propTypes, UnionReduction.Subtype) : undefinedTy… constant 40264 …const methodParameterType = methodParameterTypes ? getUnionType(methodParameterTypes) : unknownTyp… constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 51046 getUnionType: getUnionType, property 64154 function getUnionType(types, unionReduction, aliasSymbol, aliasTypeArguments, origin) { function
|
| D | tsc.js | 42035 getUnionType: getUnionType, property 53499 function getUnionType(types, unionReduction, aliasSymbol, aliasTypeArguments, origin) { function
|