* Gets the expression used to refer to a namespace or enum within the body * of its declaration.
(node)
| 94050 | * of its declaration. |
| 94051 | */ |
| 94052 | function getNamespaceContainerName(node) { |
| 94053 | return factory.getGeneratedNameForNode(node); |
| 94054 | } |
| 94055 | /** |
| 94056 | * Gets a local alias for a class declaration if it is a decorated class with an internal |
| 94057 | * reference to the static side of the class. This is necessary to avoid issues with |
no outgoing calls
no test coverage detected