htmlparser2
htmlparser2 copied to clipboard
The fast & forgiving HTML and XML parser
The old import statement of DomUtils in src/index.js breaks the compilation. `export * as DomUtils from "domutils";` Commenting this statement out seems to solve the problem. Error: ``` ERROR in...
This leads to another ~5% speed-up. Not sure if it is worth it though, as the code does get quite a bit less understandable.
This is needed for TypeScript 4.7, otherwise it can't find the declaration files.
```xml {{goodsMap[item].quantity
I took a stab at implementing a position tracker that works for streams. This is something that's been asked for every once in a while, and it seems easy enough...
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4. Release notes Sourced from prettier's releases. 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927 🔗 Changelog Changelog...
Parser doesn't check if value after starting tag is a valid HTML tag or not. Parser should check if it's a valid HTML tag only then remove everything after starting...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.8.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.4.0. Release notes Sourced from eslint-plugin-n's releases. v17.4.0 17.4.0 (2024-04-30) 🌟 Features no-deprecated-api support removed api (#240) (36fd35d) 🩹 Fixes unsupported-features/node-builtins-modules version comparation (#257) (5c67787)...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @tspencer244 in...