(node, sourceFile, endNode)
| 128035 | } |
| 128036 | ts.getReplacementSpanForContextToken = getReplacementSpanForContextToken; |
| 128037 | function createTextSpanFromNode(node, sourceFile, endNode) { |
| 128038 | return ts.createTextSpanFromBounds(node.getStart(sourceFile), (endNode || node).getEnd()); |
| 128039 | } |
| 128040 | ts.createTextSpanFromNode = createTextSpanFromNode; |
| 128041 | function createTextSpanFromStringLiteralLikeContent(node) { |
| 128042 | if (node.isUnterminated) |
no outgoing calls
no test coverage detected