* Gets the declaration name used inside of a namespace or enum.
(node)
| 94041 | * Gets the declaration name used inside of a namespace or enum. |
| 94042 | */ |
| 94043 | function getNamespaceParameterName(node) { |
| 94044 | var name = factory.getGeneratedNameForNode(node); |
| 94045 | ts.setSourceMapRange(name, node.name); |
| 94046 | return name; |
| 94047 | } |
| 94048 | /** |
| 94049 | * Gets the expression used to refer to a namespace or enum within the body |
| 94050 | * of its declaration. |
no outgoing calls
no test coverage detected
searching dependent graphs…