refactor(web): rename tree-sitter.js to web-tree-sitter.js
This is not breaking for consumers of the web bindings, nor the playground as both filenames will be kept in the .github.io repo
This commit is contained in:
parent
74d7ca8582
commit
a40265cbeb
19 changed files with 853 additions and 374 deletions
|
|
@ -92,7 +92,7 @@
|
|||
<script>LANGUAGE_BASE_URL = "";</script>
|
||||
<script type="module" src="playground.js"></script>
|
||||
<script type="module">
|
||||
import * as TreeSitter from './tree-sitter.js';
|
||||
import * as TreeSitter from './web-tree-sitter.js';
|
||||
window.TreeSitter = TreeSitter;
|
||||
setTimeout(() => window.initializePlayground({local: true}), 1)
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue