(s)
| 57853 | } |
| 57854 | return o ? B : (j = []).concat.apply(j, B) |
| 57855 | } |
| 57856 | function defaultRenderer(s) { |
| 57857 | var o = s.rows, |
| 57858 | i = s.stylesheet, |
| 57859 | a = s.useInlineStyles |
| 57860 | return o.map(function (s, o) { |
| 57861 | return createElement({ |
| 57862 | node: s, |
| 57863 | stylesheet: i, |
| 57864 | useInlineStyles: a, |
| 57865 | key: 'code-segment-'.concat(o), |
| 57866 | }) |
| 57867 | }) |
| 57868 | } |
| 57869 | function isHighlightJs(s) { |
| 57870 | return s && void 0 !== s.highlightAuto |
nothing calls this directly
no test coverage detected