3cdabc99702ab8b71c7acfc5b7e8734f33dd593504aea96bc852f4d93832ec310c721ef2e6a4788b3f173f7b47edfeb3aa957d8a745627118846d9a969149e 150 B

1234567
  1. module.exports = {
  2. parse: function selectorList() {
  3. return this.createSingleNodeList(
  4. this.SelectorList()
  5. );
  6. }
  7. };