PATH:
usr
/
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;
[+]
selectors
[-] tokenize.js
[edit]
[+]
..
[-] parser.js
[edit]
[-] sortAscending.js
[edit]
[-] index.js
[edit]
[+]
util
[-] processor.js
[edit]
[-] tokenTypes.js
[edit]