(type, value)
| 477 | } |
| 478 | } |
| 479 | function quasi(type, value) { |
| 480 | if (type != "quasi") return pass(); |
| 481 | if (value.slice(value.length - 2) != "${") return cont(quasi); |
| 482 | return cont(expression, continueQuasi); |
| 483 | } |
| 484 | function continueQuasi(type) { |
| 485 | if (type == "}") { |
| 486 | cx.marked = "string-2"; |