Searched refs:isDeprecatedDeclaration (Results 1 – 5 of 5) sorted by relevance
103 function isDeprecatedDeclaration(decl: Declaration) { function111 …Flags = length(declarations) && isDeprecatedDeclaration(declaration) && some(declarations, d => !i…
131558 function isDeprecatedDeclaration(decl) { function131565 …ngth(declarations) && isDeprecatedDeclaration(declaration) && ts.some(declarations, function (d) {…
130989 function isDeprecatedDeclaration(decl) { function130996 …ngth(declarations) && isDeprecatedDeclaration(declaration) && ts.some(declarations, function (d) {…