Adopt Tree-Sitter 0.25.1 (#239683)

* Adopt Tree-Sitter 0.25.1

* Update @vscode/tree-sitter-wasm

* Fix incorrect redirect
This commit is contained in:
Alex Ross
2025-02-05 18:58:39 +01:00
committed by GitHub
parent 3d0cc62d11
commit 39cf1ffb98
18 changed files with 156 additions and 85 deletions

View File

@@ -11,7 +11,7 @@
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/tree-sitter-wasm": "^0.0.5",
"@vscode/tree-sitter-wasm": "^0.1.1",
"@vscode/vscode-languagedetection": "1.0.21",
"@xterm/addon-clipboard": "^0.2.0-beta.79",
"@xterm/addon-image": "^0.9.0-beta.96",
@@ -76,9 +76,9 @@
"integrity": "sha512-bRRFxLfg5dtAyl5XyiVWz/ZBPahpOpPrNYnnHpOpUZvam4tKH35wdhP4Kj6PbM0+KdliOsPzbGWpkxcdpNB/sg=="
},
"node_modules/@vscode/tree-sitter-wasm": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@vscode/tree-sitter-wasm/-/tree-sitter-wasm-0.0.5.tgz",
"integrity": "sha512-qA+BkB2UgkfXMQVGsqPeG3vR3pXv0inP6WQ/dq6BALy7dIX9KQvGXvDCiqehdFvZZO4tDFt4qb5DdSsvwR4Y9Q==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@vscode/tree-sitter-wasm/-/tree-sitter-wasm-0.1.1.tgz",
"integrity": "sha512-2KHGbX2krHP/LyfpDB6QnSAqyqIL7N2Md7KTMuoqq8+GhUzrgXwIClhpm7lqL/isNTYVzsEubR7YI6f2YfAqqQ==",
"license": "MIT"
},
"node_modules/@vscode/vscode-languagedetection": {