Searched refs:isLongSwitch (Results 1 – 1 of 1) sorted by relevance
244 const isLongSwitch = (sw) => /^--/.test(getText(sw)); function279 .sort((sw1, sw2) => isLongSwitch(sw1) === isLongSwitch(sw2)281 : isLongSwitch(sw1)291 ….some(({ normalizedKeys, switches }) => !normalizedKeys.every(key => isLongSwitch(switches[key])));297 if (isLongSwitch(switches[key])) {