(reportErrors)
| 60739 | return (deferredGlobalAsyncGeneratorType || (deferredGlobalAsyncGeneratorType = getGlobalType("AsyncGenerator", /*arity*/ 3, reportErrors))) || emptyGenericType; |
| 60740 | } |
| 60741 | function getGlobalIterableType(reportErrors) { |
| 60742 | return (deferredGlobalIterableType || (deferredGlobalIterableType = getGlobalType("Iterable", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60743 | } |
| 60744 | function getGlobalIteratorType(reportErrors) { |
| 60745 | return (deferredGlobalIteratorType || (deferredGlobalIteratorType = getGlobalType("Iterator", /*arity*/ 3, reportErrors))) || emptyGenericType; |
| 60746 | } |
no test coverage detected
searching dependent graphs…