(symbol, checker)
| 135473 | } |
| 135474 | } |
| 135475 | function isDeprecated(symbol, checker) { |
| 135476 | var declarations = ts.skipAlias(symbol, checker).declarations; |
| 135477 | return !!ts.length(declarations) && ts.every(declarations, ts.isDeprecatedDeclaration); |
| 135478 | } |
| 135479 | /** |
| 135480 | * True if the first character of `lowercaseCharacters` is the first character |
| 135481 | * of some "word" in `identiferString` (where the string is split into "words" |
no test coverage detected