(symbol)
| 49057 | return diagnostic; |
| 49058 | } |
| 49059 | function isDeprecatedSymbol(symbol) { |
| 49060 | return !!(getDeclarationNodeFlagsFromSymbol(symbol) & 268435456 /* NodeFlags.Deprecated */); |
| 49061 | } |
| 49062 | function addDeprecatedSuggestion(location, declarations, deprecatedEntity) { |
| 49063 | var diagnostic = ts.createDiagnosticForNode(location, ts.Diagnostics._0_is_deprecated, deprecatedEntity); |
| 49064 | return addDeprecatedSuggestionWorker(declarations, diagnostic); |
no test coverage detected