()
| 32313 | return true; |
| 32314 | } |
| 32315 | function parseSemicolon() { |
| 32316 | return tryParseSemicolon() || parseExpected(26 /* SyntaxKind.SemicolonToken */); |
| 32317 | } |
| 32318 | function createNodeArray(elements, pos, end, hasTrailingComma) { |
| 32319 | var array = factory.createNodeArray(elements, hasTrailingComma); |
| 32320 | ts.setTextRangePosEnd(array, pos, end !== null && end !== void 0 ? end : scanner.getStartPos()); |
no test coverage detected