We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parse5
1 parent 01f1865 commit 98df71eCopy full SHA for 98df71e
index.js
@@ -173,7 +173,7 @@ function wrap(tree, file) {
173
preprocessor.pos = -1;
174
175
if (start !== null) {
176
- preprocessor.droppedBufferSize = start;
+ preprocessor.__locTracker.droppedBufferSize = start;
177
}
178
179
parser.tokenizer.write(node.value);
package.json
@@ -23,7 +23,7 @@
23
"hast-util-from-parse5": "^2.0.0",
24
"hast-util-to-parse5": "^2.0.0",
25
"html-void-elements": "^1.0.1",
26
- "parse5": "^3.0.0",
+ "parse5": "^3.0.3",
27
"unist-util-position": "^3.0.0",
28
"web-namespaces": "^1.0.0",
29
"zwitch": "^1.0.0"
0 commit comments