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