(s, o)
| 42203 | Number.isInteger(s.endPositionRow) && |
| 42204 | Number.isInteger(s.endPositionColumn) && |
| 42205 | Number.isInteger(s.endIndex), |
| 42206 | includesSymbols = (s, o) => { |
| 42207 | if (0 === s.length) return !0 |
| 42208 | const i = o.attributes.get('symbols') |
| 42209 | return !!Mu(i) && xu(sc(i.toValue()), s) |
| 42210 | }, |
| 42211 | includesClasses = (s, o) => 0 === s.length || xu(sc(o.classes.toValue()), s) |
| 42212 | const es_T = function () { |