(scope)
| 160643 | : "function"; |
| 160644 | } |
| 160645 | function getDescriptionForConstantInScope(scope) { |
| 160646 | return ts.isClassLike(scope) |
| 160647 | ? "readonly field" |
| 160648 | : "constant"; |
| 160649 | } |
| 160650 | function getDescriptionForFunctionLikeDeclaration(scope) { |
| 160651 | switch (scope.kind) { |
| 160652 | case 171 /* SyntaxKind.Constructor */: |
no outgoing calls
no test coverage detected