(symbol)
| 50351 | } |
| 50352 | } |
| 50353 | function getDeclarationOfAliasSymbol(symbol) { |
| 50354 | return symbol.declarations && ts.findLast(symbol.declarations, isAliasSymbolDeclaration); |
| 50355 | } |
| 50356 | /** |
| 50357 | * An alias symbol is created by one of the following declarations: |
| 50358 | * import <symbol> = ... |
no test coverage detected