Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lezer-parser/html

Tags

1.3.13

Toggle 1.3.13's commit message
Version 1.3.13

### Bug fixes

Set the `bracketed` flag for nested parses inside quotes or tags.

1.3.12

Toggle 1.3.12's commit message
Version 1.3.12

### Bug fixes

Emit tokens for `<` characters without tag name, so that autocompletion can work with them.

1.3.11

Toggle 1.3.11's commit message
Version 1.3.11

### Bug fixes

Don't parse `<` followed by whitespace as the start of a tag.

1.3.10

Toggle 1.3.10's commit message
Version 1.3.10

### 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

Toggle 1.3.9's commit message
Version 1.3.9

### Bug fixes

When using the "selfClosing" dialect, fix parse errors for `<br/>` (tags that implicitly self-close) and `<script/>` (special tags).

1.3.8

Toggle 1.3.8's commit message
Version 1.3.8

### Bug fixes

Add `bidiIsolate` node props for tags, comments, and attributes.

Mark tags, attributes, and comments as isolating for bidirectional text.

1.3.7

Toggle 1.3.7's commit message
Version 1.3.7

### 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

Toggle 1.3.6's commit message
Version 1.3.6

### Bug fixes

Improve parsing of multiple unfinished opening tags by disallowing less-than characters in attribute names.

1.3.5

Toggle 1.3.5's commit message
Version 1.3.5

### Bug fixes

Make the package work with new TS resolution styles.

1.3.4

Toggle 1.3.4's commit message
Version 1.3.4

### Bug fixes

Fix a bug that caused mixed parsing of non-style/script elements to attach the nested parse tree to the incorrect node.