(context)
| 68128 | }; |
| 68129 | } |
| 68130 | function cloneInferredPartOfContext(context) { |
| 68131 | var inferences = ts.filter(context.inferences, hasInferenceCandidates); |
| 68132 | return inferences.length ? |
| 68133 | createInferenceContextWorker(ts.map(inferences, cloneInferenceInfo), context.signature, context.flags, context.compareTypes) : |
| 68134 | undefined; |
| 68135 | } |
| 68136 | function getMapperFromContext(context) { |
| 68137 | return context && context.mapper; |
| 68138 | } |
no test coverage detected
searching dependent graphs…