(node)
| 9578 | var t = _ref.types; |
| 9579 | |
| 9580 | function isString(node) { |
| 9581 | return t.isLiteral(node) && typeof node.value === "string"; |
| 9582 | } |
| 9583 | |
| 9584 | function buildBinaryExpression(left, right) { |
| 9585 | return t.binaryExpression("+", left, right); |
no test coverage detected