()
| 60681 | return deferredGlobalTypedPropertyDescriptorType || (deferredGlobalTypedPropertyDescriptorType = getGlobalType("TypedPropertyDescriptor", /*arity*/ 1, /*reportErrors*/ true) || emptyGenericType); |
| 60682 | } |
| 60683 | function getGlobalTemplateStringsArrayType() { |
| 60684 | // We always report an error, so store a result in the event we could not resolve the symbol to prevent reporting it multiple times |
| 60685 | return deferredGlobalTemplateStringsArrayType || (deferredGlobalTemplateStringsArrayType = getGlobalType("TemplateStringsArray", /*arity*/ 0, /*reportErrors*/ true) || emptyObjectType); |
| 60686 | } |
| 60687 | function getGlobalImportMetaType() { |
| 60688 | // We always report an error, so store a result in the event we could not resolve the symbol to prevent reporting it multiple times |
| 60689 | return deferredGlobalImportMetaType || (deferredGlobalImportMetaType = getGlobalType("ImportMeta", /*arity*/ 0, /*reportErrors*/ true) || emptyObjectType); |
no test coverage detected
searching dependent graphs…