(id, message)
| 49340 | } |
| 49341 | }); |
| 49342 | function addDeclarationDiagnostic(id, message) { |
| 49343 | return function (declaration) { return diagnostics.add(ts.createDiagnosticForNode(declaration, message, id)); }; |
| 49344 | } |
| 49345 | } |
| 49346 | function getSymbolLinks(symbol) { |
| 49347 | if (symbol.flags & 33554432 /* SymbolFlags.Transient */) |