(node)
| 44890 | } |
| 44891 | } |
| 44892 | function getDisplayName(node) { |
| 44893 | return ts.isNamedDeclaration(node) ? ts.declarationNameToString(node.name) : ts.unescapeLeadingUnderscores(ts.Debug.checkDefined(getDeclarationName(node))); |
| 44894 | } |
| 44895 | /** |
| 44896 | * Declares a Symbol for the node and adds it to symbols. Reports errors for conflicting identifier names. |
| 44897 | * @param symbolTable - The symbol table which node will be added to. |
no test coverage detected
searching dependent graphs…