(context)
| 726 | this.type = "emptyCommandListCommand"; |
| 727 | } |
| 728 | resolve(context) { |
| 729 | return this.findNext(context); |
| 730 | } |
| 731 | }; |
| 732 | var UnlessStatementModifier = class extends Command { |
| 733 | constructor(root, conditional) { |
no test coverage detected