(type)
| 61737 | return result; |
| 61738 | } |
| 61739 | function createOriginIndexType(type) { |
| 61740 | var result = createOriginType(4194304 /* TypeFlags.Index */); |
| 61741 | result.type = type; |
| 61742 | return result; |
| 61743 | } |
| 61744 | function getIndexTypeForGenericType(type, stringsOnly) { |
| 61745 | return stringsOnly ? |
| 61746 | type.resolvedStringIndexType || (type.resolvedStringIndexType = createIndexType(type, /*stringsOnly*/ true)) : |
no test coverage detected