parse5
parse5 copied to clipboard
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
Hello, I found that parse5 does not adhere to the HTML specification when it comes to parsing the `noframes` tag outside of the `head` of a document. [According to the...
We are using the `parse5-html-rewriting-stream`, to parse html & js body content from intercepted browser requests. ```js function rewriteHtmlJs (url, html, deferSourceMapRewrite) { let out = '' const rewriter =...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.6.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.6.0 7.6.0 (2024-04-08) 🚀 Features add name field to shared configs and flat config types (#8863) bump npm...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
I need a CJS build of `parse5-html-rewriting-stream` and saw that a pattern for this was established for some other packages in this repo (see #418) In addition to `parse5-html-rewriting-stream`, I...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 52.0.0 to 53.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v53.0.0 New rules consistent-empty-array-spread (#2349) 8d7954c prefer-string-raw (#2339) 4f1400a no-invalid-fetch-options (#2338) 342aafb no-magic-array-flat-depth (#2335) bc17428 prefer-structured-clone (#2329) 497519e...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.5.2. Release notes Sourced from typescript's releases. TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [entities](https://github.com/fb55/entities) from 4.5.0 to 5.0.0. Release notes Sourced from entities's releases. v5.0.0 What's Changed Improved code style (based on eslint-plugin-unicorn) fb55/entities#1496 Upgraded toolchain (to tshy, vitest, and tsx) fb55/entities#1497...
``` frontend-1 | Compiling... frontend-1 | Compiled with warnings. frontend-1 | frontend-1 | Failed to parse source map from '/app/node_modules/parse5/dist/common/doctype.js.map' file: Error: ENOENT: no such file or directory, open '/app/node_modules/parse5/dist/common/doctype.js.map'...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.3.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.3.0 8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule (#9783) typescript-estree: replace globby w/ fast-glob (#9518) typescript-estree: reload...