1 Reply
There's already an open issue about that in the lib's repo: https://github.com/lowlighter/xml/issues/28
GitHub
Hangs indefinitely with invalid input · Issue #28 · lowlighter/xml
The following code just hangs forever: import { parse } from 'https://deno.land/x/xml@2.1.1/mod.ts'; parse('A') Or am I doing something wrong here? I'd expect it to throw an error.