Files
2025-04-21 16:03:20 +02:00

8 lines
137 B
JavaScript
Vendored

module.exports = {
parse: function() {
return this.createSingleNodeList(
this.SelectorList()
);
}
};