(exp)
| 144883 | } |
| 144884 | } |
| 144885 | function getKeyFromNode(exp) { |
| 144886 | return "".concat(exp.pos.toString(), ":").concat(exp.end.toString()); |
| 144887 | } |
| 144888 | function canBeConvertedToClass(node, checker) { |
| 144889 | var _a, _b, _c, _d; |
| 144890 | if (node.kind === 213 /* SyntaxKind.FunctionExpression */) { |
no test coverage detected