(s)
| 21196 | document.querySelectorAll('pre code').forEach(highlightElement) |
| 21197 | } |
| 21198 | function getLanguage(s) { |
| 21199 | return ((s = (s || '').toLowerCase()), i[s] || i[a[s]]) |
| 21200 | } |
| 21201 | function registerAliases(s, { languageName: o }) { |
| 21202 | ;('string' == typeof s && (s = [s]), |
| 21203 | s.forEach((s) => { |
no outgoing calls
no test coverage detected