* Gets the name of a declaration for use in declarations. * * @param node The declaration. * @param allowComments A value indicating whether comments may be emitted for the name. * @param allowSourceMaps A value indicating whether source maps may be emitted for th
(node, allowComments, allowSourceMaps)
| 26950 | * @param allowSourceMaps A value indicating whether source maps may be emitted for the name. |
| 26951 | */ |
| 26952 | function getDeclarationName(node, allowComments, allowSourceMaps) { |
| 26953 | return getName(node, allowComments, allowSourceMaps); |
| 26954 | } |
| 26955 | /** |
| 26956 | * Gets a namespace-qualified name for use in expressions. |
| 26957 | * |
no test coverage detected
searching dependent graphs…