Searched defs:promisedType (Results 1 – 4 of 4) sorted by relevance
12 readonly promisedType: Type; property25 const { returnTypeNode, returnType, promisedTypeNode, promisedType } = info; constant54 const promisedType = checker.getAwaitedType(returnType) || checker.getVoidType(); constant
30062 const promisedType = getPromisedTypeOfPromise(containingType); constant37551 const promisedType = getPromisedTypeOfPromise(type, errorNode); constant37805 … const promisedType = getPromisedTypeOfPromise(type, /*errorNode*/ undefined, thisTypeForErrorOut); constant
68575 function createPromiseType(promisedType) { argument68583 function createPromiseLikeType(promisedType) { argument68591 function createPromiseReturnType(func, promisedType) { argument
81569 function createPromiseType(promisedType) { argument81580 function createPromiseLikeType(promisedType) { argument81591 function createPromiseReturnType(func, promisedType) { argument