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