(node)
| 55396 | return undefined; |
| 55397 | } |
| 55398 | function isTopLevelInExternalModuleAugmentation(node) { |
| 55399 | return node && node.parent && |
| 55400 | node.parent.kind === 262 /* SyntaxKind.ModuleBlock */ && |
| 55401 | ts.isExternalModuleAugmentation(node.parent.parent); |
| 55402 | } |
| 55403 | function isDefaultBindingContext(location) { |
| 55404 | return location.kind === 305 /* SyntaxKind.SourceFile */ || ts.isAmbientModule(location); |
| 55405 | } |
no outgoing calls
no test coverage detected