(node)
| 144900 | return false; |
| 144901 | } |
| 144902 | function canBeConvertedToAsync(node) { |
| 144903 | switch (node.kind) { |
| 144904 | case 256 /* SyntaxKind.FunctionDeclaration */: |
| 144905 | case 169 /* SyntaxKind.MethodDeclaration */: |
| 144906 | case 213 /* SyntaxKind.FunctionExpression */: |
| 144907 | case 214 /* SyntaxKind.ArrowFunction */: |
| 144908 | return true; |
| 144909 | default: |
| 144910 | return false; |
| 144911 | } |
| 144912 | } |
| 144913 | ts.canBeConvertedToAsync = canBeConvertedToAsync; |
| 144914 | })(ts || (ts = {})); |
| 144915 | /* @internal */ |
no outgoing calls
no test coverage detected
searching dependent graphs…