File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
"turndown" : " ^4.0.2" ,
25
25
"urijs" : " ^1.19.1" ,
26
26
"vscode-languageserver" : " ^5.2.1" ,
27
- "web-tree-sitter" : " ^0.15.9 "
27
+ "web-tree-sitter" : " ^0.16.2 "
28
28
},
29
29
"scripts" : {
30
30
"compile" : " rm -rf out && ../node_modules/.bin/tsc -p ./" ,
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ export async function initializeParser(): Promise<Parser> {
17
17
* yarn remove tree-sitter-bash tree-sitter-cli
18
18
*
19
19
* The current files was compiled with:
20
- * "tree-sitter-bash": "^0.16.0 ",
21
- * "tree-sitter-cli": "^0.15.9 "
20
+ * "tree-sitter-bash": "^0.16.1 ",
21
+ * "tree-sitter-cli": "^0.16.5 "
22
22
*/
23
23
const lang = await Parser . Language . load ( `${ __dirname } /../tree-sitter-bash.wasm` )
24
24
Original file line number Diff line number Diff line change @@ -768,10 +768,10 @@ w3c-hr-time@^1.0.1:
768
768
dependencies :
769
769
browser-process-hrtime "^0.1.2"
770
770
771
- web-tree-sitter@^0.15.9 :
772
- version "0.15.9 "
773
- resolved "https://registry.yarnpkg.com/web-tree-sitter/-/web-tree-sitter-0.15.9 .tgz#f93ec2e02cfc01ca3fa85d600114b982eef7b33c "
774
- integrity sha512-1lf4lnmi8oxuEzI6gpUok2FQlHXOmV1iipltkQvmR785JWnUbjhw1sZnwSCkisQP+/g/aezpMGcW3mjz0uVhMw ==
771
+ web-tree-sitter@^0.16.2 :
772
+ version "0.16.2 "
773
+ resolved "https://registry.yarnpkg.com/web-tree-sitter/-/web-tree-sitter-0.16.2 .tgz#fc6b62681d7ca524a9ffc8498448f8e23be7b1ea "
774
+ integrity sha512-vxZHqu4nItCARmE+oGvTgjFBrMbhEuGI9PWYSgF4ET/nLuW3K11KQQIVhAsoGtYvTI9jdbjc/THj38P7nhYwow ==
775
775
776
776
webidl-conversions@^4.0.2 :
777
777
version "4.0.2"
You can’t perform that action at this time.
0 commit comments