parse5 icon indicating copy to clipboard operation
parse5 copied to clipboard

HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.

Results 55 parse5 issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

The exact error is: ``` node_modules/parse5/dist/index.d.ts(5,1): error TS1383: Only named exports may use 'export type'. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` My temporary solution was to create...

https://astexplorer.net/#/gist/033016ca9df38fea6ac05b61a474df63/74f7e3fff5a4f3771383394151c4a36454399f92 Is there anyway to retain attribute spacing? Check `a` attribute in `h1`. Text Nodes contain whitespaces and whitespace can retain correctly. I know attribute doesn't have prefix/suffix whitespaces in...

node_modules/parse5/dist/tokenizer/index.d.ts:3:10 - error TS2305: Module '"entities/lib/decode.js"' has no exported member 'EntityDecoder'. 3 import { EntityDecoder } from 'entities/lib/decode.js'; ~~~~~~~~~~~~~ Found 1 error in node_modules/parse5/dist/tokenizer/index.d.ts:3 [email protected] version has breaking change was...

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 55.0.0 to 56.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v56.0.0 New rules prefer-global-this (#2410) 1558cbe prefer-math-min-max (#2432) 7369077 consistent-existence-index-check (#2425) d3e4b80 Breaking Remove better-regex from recommended rules...

dependencies
javascript

Migrates from jest to mocha, c8 and tinyspy.

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi, We are in the process of applying for FDA certification and need to include information about the end-of-life dates for packages. Could someone please inform me if there are...

## summary The current API allows customizing parsing behavior using the `TreeAdapter` and `TreeAdapterTypeMap` interfaces, which I think is very cool. However the type declarations on these interfaces are overly...