pax_global_header 0000666 0000000 0000000 00000000064 14625537247 0014531 g ustar 00root root 0000000 0000000 52 comment=2ffc7dd12a206364a9fc549dc65a9f190cb61e29
html-1.3.10/ 0000775 0000000 0000000 00000000000 14625537247 0012557 5 ustar 00root root 0000000 0000000 html-1.3.10/.gitignore 0000664 0000000 0000000 00000000053 14625537247 0014545 0 ustar 00root root 0000000 0000000 /node_modules/
/src/parser.*
.tern-*
/dist
html-1.3.10/.npmignore 0000664 0000000 0000000 00000000016 14625537247 0014553 0 ustar 00root root 0000000 0000000 /node_modules
html-1.3.10/CHANGELOG.md 0000664 0000000 0000000 00000012777 14625537247 0014406 0 ustar 00root root 0000000 0000000 ## 1.3.10 (2024-05-29)
### Bug fixes
Fix an issue that broke attribute reading when defining a nested language on a tag that isn't a `style`, `textearea`, or `script` tag.
## 1.3.9 (2024-02-21)
### Bug fixes
When using the "selfClosing" dialect, fix parse errors for ` ` (tags that implicitly self-close) and `` (special tags).
## 1.3.8 (2023-12-28)
### Bug fixes
Add `bidiIsolate` node props for tags, comments, and attributes.
Mark tags, attributes, and comments as isolating for bidirectional text.
## 1.3.7 (2023-11-23)
### Bug fixes
Fix a bug that caused the parser to not properly recognize empty HTML comments. Don't emit nested parses for empty elements in configureNesting
Fix an issue where `configureNesting` could emit empty overlay ranges for empty elements.
## 1.3.6 (2023-07-12)
### Bug fixes
Improve parsing of multiple unfinished opening tags by disallowing less-than characters in attribute names.
## 1.3.5 (2023-07-03)
### Bug fixes
Make the package work with new TS resolution styles.
## 1.3.4 (2023-03-27)
### Bug fixes
Fix a bug that caused mixed parsing of non-style/script elements to attach the nested parse tree to the incorrect node.
## 1.3.3 (2023-02-21)
### Bug fixes
Make sure build output is strictly ES6 again.
## 1.3.2 (2023-02-16)
### Bug fixes
Fix a crash caused by nexted parsing of attributes returning invalid ranges for attributes missing their closing quote.
## 1.3.1 (2023-02-11)
### Bug fixes
Always allow self-closing tags in `