(type)
| 584 | return cont(pushlex(end, info), commasep(what, end), poplex); |
| 585 | } |
| 586 | function block(type) { |
| 587 | if (type == "}") return cont(); |
| 588 | return pass(statement, block); |
| 589 | } |
| 590 | function maybetype(type, value) { |
| 591 | if (isTS) { |
| 592 | if (type == ":") return cont(typeexpr); |