@lezer/html
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -0,1 +1,9 @@ | ||
## 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) | ||
@@ -2,0 +10,0 @@ |
@@ -263,3 +263,4 @@ import { ContextTracker, ExternalTokenizer, LRParser } from '@lezer/lr'; | ||
["openedBy", 4,"StartTag StartCloseTag",5,"StartTag",-4,29,32,35,37,"OpenTag"], | ||
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"] | ||
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"], | ||
["isolate", -11,21,29,30,32,33,35,36,37,38,41,42,"ltr",-3,26,27,39,""] | ||
], | ||
@@ -266,0 +267,0 @@ propSources: [htmlHighlighting], |
{ | ||
"name": "@lezer/html", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "lezer-based HTML grammar", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.cjs", | ||
"@lezer/highlight": "^1.0.0", | ||
"@lezer/common": "^1.0.0" | ||
"@lezer/common": "^1.2.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "repository": { |
@@ -16,3 +16,4 @@ // This file was generated by lezer-generator. You probably shouldn't edit it. | ||
["openedBy", 4,"StartTag StartCloseTag",5,"StartTag",-4,29,32,35,37,"OpenTag"], | ||
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"] | ||
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"], | ||
["isolate", -11,21,29,30,32,33,35,36,37,38,41,42,"ltr",-3,26,27,39,""] | ||
], | ||
@@ -19,0 +20,0 @@ propSources: [htmlHighlighting], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93924
1252
21
Updated@lezer/common@^1.2.0