(reportErrors)
| 60715 | return (deferredGlobalESSymbolType || (deferredGlobalESSymbolType = getGlobalType("Symbol", /*arity*/ 0, /*reportErrors*/ false))) || emptyObjectType; |
| 60716 | } |
| 60717 | function getGlobalPromiseType(reportErrors) { |
| 60718 | return (deferredGlobalPromiseType || (deferredGlobalPromiseType = getGlobalType("Promise", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60719 | } |
| 60720 | function getGlobalPromiseLikeType(reportErrors) { |
| 60721 | return (deferredGlobalPromiseLikeType || (deferredGlobalPromiseLikeType = getGlobalType("PromiseLike", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60722 | } |
no test coverage detected
searching dependent graphs…