MCPcopy Create free account
hub / github.com/nodejs/node / isDeprecatedAliasedSymbol

Function isDeprecatedAliasedSymbol

test/fixtures/snapshot/typescript.js:85201–85203  ·  view source on GitHub ↗
(symbol)

Source from the content-addressed store, hash-verified

85199 }
85200 }
85201 function isDeprecatedAliasedSymbol(symbol) {
85202 return !!symbol.declarations && ts.every(symbol.declarations, function (d) { return !!(ts.getCombinedNodeFlags(d) & 268435456 /* NodeFlags.Deprecated */); });
85203 }
85204 function checkDeprecatedAliasedSymbol(symbol, location) {
85205 if (!(symbol.flags & 2097152 /* SymbolFlags.Alias */))
85206 return symbol;

Callers 2

checkAliasSymbolFunction · 0.85

Calls 1

everyMethod · 0.80

Tested by

no test coverage detected