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
|
|
@ -1,4 +1,4 @@
|
|||
import createModule, { type MainModule } from '../lib/tree-sitter';
|
||||
import createModule, { type MainModule } from '../lib/web-tree-sitter';
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
import { type Parser } from './parser';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { type MainModule } from '../lib/tree-sitter';
|
||||
import { type MainModule } from '../lib/web-tree-sitter';
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
import { ParseState, type Parser } from './parser';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue