astro-ghostcms/.pnpm-store/v3/files/c7/53ca7a2b132a0b68de84a1f052d...

17 lines
269 B
Plaintext

'use strict';
const nest = {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};
module.exports = nest;