(type, value)
| 34437 | } |
| 34438 | } |
| 34439 | function quasi(type, value) { |
| 34440 | if (type != "quasi") return pass(); |
| 34441 | if (value.slice(value.length - 2) != "${") return cont(quasi); |
| 34442 | return cont(maybeexpression, continueQuasi); |
| 34443 | } |
| 34444 | function continueQuasi(type) { |
| 34445 | if (type == "}") { |
| 34446 | cx.marked = "string-2"; |