PATH:
lib
/
node_modules
/
npm
/
node_modules
/
postcss-selector-parser
/
dist
"use strict"; exports.__esModule = true; exports["default"] = sortAscending; function sortAscending(list) { return list.sort(function (a, b) { return a - b; }); } ; module.exports = exports.default;
[+]
..
[+]
util
[-] tokenTypes.js
[open]
[-] parser.js
[open]
[-] processor.js
[open]
[-] index.js
[open]
[+]
selectors
[-] sortAscending.js
[open]
[-] tokenize.js
[open]