Spaces:
Paused
Paused
| export default { | |
| parse: { | |
| prelude() { | |
| return this.createSingleNodeList( | |
| this.Condition('supports') | |
| ); | |
| }, | |
| block(nested = false) { | |
| return this.Block(nested); | |
| } | |
| } | |
| }; | |
| export default { | |
| parse: { | |
| prelude() { | |
| return this.createSingleNodeList( | |
| this.Condition('supports') | |
| ); | |
| }, | |
| block(nested = false) { | |
| return this.Block(nested); | |
| } | |
| } | |
| }; | |