File tree Expand file tree Collapse file tree 4 files changed +66
-29
lines changed
tree-sitter-dscexpression Expand file tree Collapse file tree 4 files changed +66
-29
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ if ($UpdatePackages) {
51
51
rm ./ package- lock.json
52
52
rm - r ./ node_modules
53
53
npm cache clean -- force
54
- # npm logout
55
- # vsts-npm-auth -config .npmrc -F -V
56
- npm install -- omit:optional -- force -- verbose # --registry https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/npm/registry/
54
+ npm logout
55
+ vsts- npm- auth - config .npmrc -F - V
56
+ npm install -- omit:optional -- force -- verbose -- registry https:// pkgs.dev.azure.com / powershell/ PowerShell/ _packaging/ powershell/ npm/ registry/
57
57
}
58
58
59
59
Invoke-NativeCommand ' npx node-gyp configure'
Original file line number Diff line number Diff line change 21
21
" src/**"
22
22
],
23
23
"dependencies" : {
24
- "gyp" : " ^0.3.0" ,
25
- "node-addon-api" : " ^7.1.1" ,
26
- "node-gyp" : " ^10.2.0" ,
24
+ "node-addon-api" : " ^8.2.0" ,
25
+ "node-gyp" : " 10.2.0" ,
27
26
"node-gyp-build" : " ^4.8.2"
28
27
},
29
28
"devDependencies" : {
29
+ "gyp" : " ^0.3.0" ,
30
30
"prebuildify" : " ^6.0.1" ,
31
- "tree-sitter-cli" : " ^0.22.6 "
31
+ "tree-sitter-cli" : " ^0.24.3 "
32
32
},
33
33
"peerDependencies" : {
34
34
"tree-sitter" : " ^0.21.0"
45
45
"build-wasm" : " tree-sitter build --wasm" ,
46
46
"test" : " tree-sitter test" ,
47
47
"parse" : " tree-sitter parse"
48
- },
49
- "tree-sitter" : [
50
- {
51
- "scope" : " source.dscexpression" ,
52
- "injection-regex" : " ^dscexpression$"
53
- }
54
- ]
48
+ }
55
49
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "grammars" : [
3
+ {
4
+ "name" : " dscexpression" ,
5
+ "camelcase" : " Dscexpression" ,
6
+ "scope" : " source.dscexpression" ,
7
+ "path" : " ." ,
8
+ "file-types" : null ,
9
+ "injection-regex" : " ^dscexpression$"
10
+ }
11
+ ],
12
+ "metadata" : {
13
+ "version" : " 0.0.1" ,
14
+ "license" : " MIT" ,
15
+ "description" : " Dscexpression grammar for tree-sitter" ,
16
+ "links" : {
17
+ "repository" : " https://github.com/tree-sitter/tree-sitter-dscexpression"
18
+ }
19
+ },
20
+ "bindings" : {
21
+ "c" : true ,
22
+ "go" : true ,
23
+ "node" : true ,
24
+ "python" : true ,
25
+ "rust" : true ,
26
+ "swift" : true
27
+ }
28
+ }
You can’t perform that action at this time.
0 commit comments