(name = this.currentName)
| 90 | const isclosing = c => c === '>' || c === '/'; |
| 91 | |
| 92 | const isVoidEl = (name = this.currentName) => VOID_ELEMENTS.includes(name); |
| 93 | |
| 94 | input = input.replace(/<!DOCTYPE .*?>/i, '').replace(/<!--[\w\W]*?-->/g, '') |
| 95 | .replaceAll('\r\n', '\n').replaceAll('\r', '\n'); // normalize newlines |
nothing calls this directly
no outgoing calls
no test coverage detected