(context)
| 719 | this.type = "emptyCommandListCommand"; |
| 720 | } |
| 721 | resolve(context) { |
| 722 | return this.findNext(context); |
| 723 | } |
| 724 | }; |
| 725 | var UnlessStatementModifier = class extends Command { |
| 726 | constructor(root, conditional) { |
no test coverage detected