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.
1 parent 054994e commit c89ace8Copy full SHA for c89ace8
index.js
@@ -4,7 +4,7 @@ async function create_dom_diff(html) {
4
const Parser = window.TreeSitter
5
await Parser.init()
6
let parser = new Parser()
7
- parser.setLanguage(await Parser.Language.load("https://bloop.monster/tree-sitter-html.wasm"))
+ parser.setLanguage(await Parser.Language.load("https://unpkg.com/@braidjs/dom-diff/tree-sitter-html.wasm"))
8
done(parser)
9
})
10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@braidjs/dom-diff",
3
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "utilities for diffing html doms",
"author": "Braid Working Group",
"repository": "braid-org/dom-diff",
tree-sitter-html.wasm
18.1 KB
0 commit comments