()
| 34289 | return type; |
| 34290 | } |
| 34291 | function parseTypeAnnotation() { |
| 34292 | return parseOptional(58 /* SyntaxKind.ColonToken */) ? parseType() : undefined; |
| 34293 | } |
| 34294 | // EXPRESSIONS |
| 34295 | function isStartOfLeftHandSideExpression() { |
| 34296 | switch (token()) { |
no test coverage detected
searching dependent graphs…