(type)
| 483 | if (isTS && type == ":") return cont(typedef); |
| 484 | } |
| 485 | function typedef(type) { |
| 486 | if (type == "variable"){cx.marked = "variable-3"; return cont();} |
| 487 | } |
| 488 | function vardef() { |
| 489 | return pass(pattern, maybetype, maybeAssign, vardefCont); |
| 490 | } |