(context)
| 52389 | } |
| 52390 | } |
| 52391 | function checkTruncationLength(context) { |
| 52392 | if (context.truncating) |
| 52393 | return context.truncating; |
| 52394 | return context.truncating = context.approximateLength > ((context.flags & 1 /* NodeBuilderFlags.NoTruncation */) ? ts.noTruncationMaximumTruncationLength : ts.defaultMaximumTruncationLength); |
| 52395 | } |
| 52396 | function typeToTypeNodeHelper(type, context) { |
| 52397 | if (cancellationToken && cancellationToken.throwIfCancellationRequested) { |
| 52398 | cancellationToken.throwIfCancellationRequested(); |
no outgoing calls
no test coverage detected
searching dependent graphs…