()
| 49476 | } |
| 49477 | return false; |
| 49478 | function usageInTypeDeclaration() { |
| 49479 | return !!ts.findAncestor(usage, function (node) { return ts.isInterfaceDeclaration(node) || ts.isTypeAliasDeclaration(node); }); |
| 49480 | } |
| 49481 | function isImmediatelyUsedInInitializerOfBlockScopedVariable(declaration, usage) { |
| 49482 | switch (declaration.parent.parent.kind) { |
| 49483 | case 237 /* SyntaxKind.VariableStatement */: |
no outgoing calls
no test coverage detected