| 3 | |
| 4 | const code = "const x = '5';"; |
| 5 | const newHighlight = code => highlight({}, code); |
| 6 | const html = codeToHtml(code, newHighlight); |
| 7 | console.log(html); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…