(s, o, i)
| 57699 | children: [{ type: 'text', value: s }], |
| 57700 | } |
| 57701 | } |
| 57702 | function assembleLineNumberStyles(s, o, i) { |
| 57703 | var a, |
| 57704 | u = { |
| 57705 | display: 'inline-block', |
| 57706 | minWidth: ((a = i), ''.concat(a.toString().length, '.25em')), |
| 57707 | paddingRight: '1em', |
| 57708 | textAlign: 'right', |
| 57709 | userSelect: 'none', |
| 57710 | }, |
| 57711 | _ = 'function' == typeof s ? s(o) : s |
| 57712 | return highlight_objectSpread(highlight_objectSpread({}, u), _) |
| 57713 | } |
| 57714 | function createLineElement(s) { |
| 57715 | var o = s.children, |
no test coverage detected