Spaces:
Configuration error
Configuration error
export default { | |
parse: { | |
prelude() { | |
return this.createSingleNodeList( | |
this.SelectorList() | |
); | |
}, | |
block() { | |
return this.Block(true); | |
} | |
} | |
}; | |