Add support for the "selfClosing" dialect. #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "selfClosing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrade @lezer/html to 1.1.0 and add support for the newly introduced "selfClosing" dialect.
Can you tag a release please? 🙏
I've tagged 6.2.0
This somehow breaks when I update DevTools front-end to this version. Upon calling
html()it now throws an exception:Both inside of devtools-frontend as well as in unit tests. https://crrev.com/c/4031632 is the CL. What's suspicous is that
rebuild.shrenamed a lot of things toExtension$1.Any help would be greatly appreciated.
npm duplicated some of your dependencies, which for some reason it often does when upgrading dependency versions. Reinstalling the dependencies and clearing the package lock usually gets rid of it.
That was my first thought, but the
rebuild.shscript wipes thenode_modulesandpackage-lock.json.It seems like the offending extension here is the
lezer-parser/javascript. Could you tag a new release?I don't see how tagging a new release of a package is going to help with this. @lezer/javascript doesn't even export CodeMirror extensions that could lead to this error—it doesn't have any CodeMirror packages as dependencies.
Yeah, scratch that.
(That being said, there were some unreleased patches in @lezer/javascript, so I've tagged a 1.1.0.)
Thanks!
The issue was caused by a
@codemirror/viewdependency conflict.