saxophone
saxophone copied to clipboard
Fast and lightweight event-driven streaming XML parser in pure JavaScript
Would it be possible to remove (or update) the dependency on Node.js versions, see [this line](https://github.com/matteodelabre/saxophone/blob/732d7f353e78b2f106792d55d077a8c48c987a4e/package.json#L26)? Node.js version 20.9 is a LTS release and as far as I can tell...
Hey @matteodelabre, I am considering using your library for my XML minifier [`minify-xml`](https://www.npmjs.com/package/minify-xml), however parsing documents with a `DOCTYPE` resulting in a error is a blocker for me at this...
Fixes #25
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [faucet](https://github.com/substack/faucet). These dependencies need to be updated together. Updates `minimist` from 0.0.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Hey matteoselabre, First off I want to say that this parser is amazing. It took me a while to find a parser that was super fast and low in memory....
It would be nice to have type declarations for TypeScript for this parser. Unfortunately the JSDoc type declarations aren't enough for TypeScript to work. I will create the declarations based...