(d)
| 162624 | } |
| 162625 | } |
| 162626 | function nameOfTopLevelDeclaration(d) { |
| 162627 | return ts.isExpressionStatement(d) ? ts.tryCast(d.expression.left.name, ts.isIdentifier) : ts.tryCast(d.name, ts.isIdentifier); |
| 162628 | } |
| 162629 | function getTopLevelDeclarationStatement(d) { |
| 162630 | switch (d.kind) { |
| 162631 | case 254 /* SyntaxKind.VariableDeclaration */: |
no outgoing calls
no test coverage detected