(node, sourceFile)
| 135575 | }); |
| 135576 | } |
| 135577 | function getSyntacticDocumentHighlights(node, sourceFile) { |
| 135578 | var highlightSpans = getHighlightSpans(node, sourceFile); |
| 135579 | return highlightSpans && [{ fileName: sourceFile.fileName, highlightSpans: highlightSpans }]; |
| 135580 | } |
| 135581 | function getHighlightSpans(node, sourceFile) { |
| 135582 | switch (node.kind) { |
| 135583 | case 99 /* SyntaxKind.IfKeyword */: |
no test coverage detected