UNPKG

thenavisapp

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

8 lines (5 loc) 224 B
import { parseDocument } from "htmlparser2"; const markup = Array(21).join( "<?xml><tag1 id='asdf'> <script>text</script> <!-- comment --> <tag2> text </tag1>", ); export default parseDocument(markup).children;