File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ export async function initializeParser(): Promise<Parser> {
7
7
/**
8
8
* See https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web#generate-wasm-language-files
9
9
*
10
- * To compile:
11
- * yarn add --dev tree-sitter-cli
12
- * npx tree-sitter build-wasm node_modules/tree-sitter-bash
10
+ * To compile and use a new tree-sitter-bash version:
11
+ * cd server
12
+ * yarn add web-tree-sitter
13
+ * yarn add --dev tree-sitter-bash tree-sitter-cli
14
+ * npx tree-sitter build-wasm node_modules/tree-sitter-bash
15
+ *
16
+ * Note down the versions (from the package.json) below and then run
17
+ * yarn remove tree-sitter-bash tree-sitter-cli
13
18
*
14
19
* The current files was compiled with:
15
20
* "tree-sitter-bash": "^0.16.0",
You can’t perform that action at this time.
0 commit comments