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