(s, o)
| 57687 | })({ lines: o.replace(/\n$/, '').split('\n'), style: w, startingLineNumber: x }) |
| 57688 | ) |
| 57689 | } |
| 57690 | function getInlineLineNumber(s, o) { |
| 57691 | return { |
| 57692 | type: 'element', |
| 57693 | tagName: 'span', |
| 57694 | properties: { |
| 57695 | key: 'line-number--'.concat(s), |
| 57696 | className: ['comment', 'linenumber', 'react-syntax-highlighter-line-number'], |
| 57697 | style: o, |
| 57698 | }, |
| 57699 | children: [{ type: 'text', value: s }], |
| 57700 | } |
| 57701 | } |
| 57702 | function assembleLineNumberStyles(s, o, i) { |
| 57703 | var a, |
no test coverage detected