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