()
| 36850 | return ts.Debug.fail("Should not have attempted to parse class member declaration."); |
| 36851 | } |
| 36852 | function parseClassExpression() { |
| 36853 | return parseClassDeclarationOrExpression(getNodePos(), hasPrecedingJSDocComment(), /*decorators*/ undefined, /*modifiers*/ undefined, 226 /* SyntaxKind.ClassExpression */); |
| 36854 | } |
| 36855 | function parseClassDeclaration(pos, hasJSDoc, decorators, modifiers) { |
| 36856 | return parseClassDeclarationOrExpression(pos, hasJSDoc, decorators, modifiers, 257 /* SyntaxKind.ClassDeclaration */); |
| 36857 | } |
no test coverage detected
searching dependent graphs…