(t)
| 55278 | } |
| 55279 | } |
| 55280 | function serializeImplementedType(t) { |
| 55281 | var ref = trySerializeAsTypeReference(t, 788968 /* SymbolFlags.Type */); |
| 55282 | if (ref) { |
| 55283 | return ref; |
| 55284 | } |
| 55285 | if (t.symbol) { |
| 55286 | return ts.factory.createExpressionWithTypeArguments(symbolToExpression(t.symbol, context, 788968 /* SymbolFlags.Type */), /*typeArgs*/ undefined); |
| 55287 | } |
| 55288 | } |
| 55289 | function getUnusedName(input, symbol) { |
| 55290 | var _a, _b; |
| 55291 | var id = symbol ? getSymbolId(symbol) : undefined; |
nothing calls this directly
no test coverage detected
searching dependent graphs…