File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 54
54
- macos-latest
55
55
- ubuntu-latest
56
56
version :
57
- - " 1.28.0 "
57
+ - " 1.32.x "
58
58
- " 1.x"
59
59
host_version :
60
60
- vim : " v9.0.0472"
Original file line number Diff line number Diff line change 1
1
/.tools
2
+ deno.lock
Original file line number Diff line number Diff line change 1
1
{
2
2
"lock" : false ,
3
3
"tasks" : {
4
- "test" : " deno test --no-lock -- unstable -A --doc --parallel --shuffle" ,
5
- "check" : " deno check --no-lock -- unstable $(find . -name '*.ts')" ,
6
- "upgrade" : " deno run --no-lock - A https://deno.land/x/udd/main.ts $(find . -name '*.ts')" ,
7
- "gen:function" : " deno run --no-lock -- unstable -A ./scripts/gen-function/gen-function.ts" ,
8
- "gen:option" : " deno run --no-lock -- unstable -A ./scripts/gen-option/gen-option.ts" ,
4
+ "test" : " deno test --unstable -A --doc --parallel --shuffle" ,
5
+ "check" : " deno check --unstable $(find . -name '*.ts')" ,
6
+ "upgrade" : " deno run -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')" ,
7
+ "gen:function" : " deno run --unstable -A ./scripts/gen-function/gen-function.ts" ,
8
+ "gen:option" : " deno run --unstable -A ./scripts/gen-option/gen-option.ts" ,
9
9
"gen" : " deno task gen:function && deno task gen:option && deno fmt"
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments