(typeChecker, cancellationToken, sourceFile, classifiableNames, span)
| 130365 | } |
| 130366 | /* @internal */ |
| 130367 | function getSemanticClassifications(typeChecker, cancellationToken, sourceFile, classifiableNames, span) { |
| 130368 | return convertClassificationsToSpans(getEncodedSemanticClassifications(typeChecker, cancellationToken, sourceFile, classifiableNames, span)); |
| 130369 | } |
| 130370 | ts.getSemanticClassifications = getSemanticClassifications; |
| 130371 | function checkForClassificationCancellation(cancellationToken, kind) { |
| 130372 | // We don't want to actually call back into our host on every node to find out if we've |
nothing calls this directly
no test coverage detected