@vscode/tree-sitter-wasm 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vscode/tree-sitter-wasm",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
4
4
|
"description": "Pre-built WASM files for Tree-Sitter and Tree-Sitter languages that VS Code uses",
|
5
5
|
"scripts": {
|
6
6
|
"build-wasm": "ts-node ./build/main.ts",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"devDependencies": {
|
21
21
|
"@types/node": "^20.14.6",
|
22
22
|
"tree-sitter-cli": "^0.23.0",
|
23
|
+
"tree-sitter-regex": "^0.23.0",
|
23
24
|
"tree-sitter-typescript": "^0.23.0",
|
24
25
|
"ts-node": "^10.9.2"
|
25
26
|
},
|
Binary file
|