File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup Deno
1717 uses : denoland/setup-deno@main
1818 with :
19- deno-version : " v2.x "
19+ deno-version : " v2.3.3 "
2020
2121 - name : Check Formatting
2222 run : deno fmt --check
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "adapter" : " JavaScript" ,
4+ "label" : " Deno2" ,
5+ "request" : " launch" ,
6+ "program" : " bench/bench_deno.js" ,
7+ "args" : [],
8+ "stopOnEntry" : true ,
9+ "cwd" : " $ZED_WORKTREE_ROOT" ,
10+ "runtimeExecutable" : " deno" ,
11+ "runtimeArgs" : [
12+ " run" ,
13+ " -A" ,
14+ " --inspect-wait"
15+ ]
16+ }
17+ ]
Original file line number Diff line number Diff line change 77
88 "exclude" : [
99 " sqlite" ,
10- " sqlite3" ,
1110 " scripts"
1211 ],
1312
2827 "bench-bun:northwind" : " bun run bench/northwind/bun.js"
2928 },
3029
31- "fmt" : {
32- "exclude" : [
33- " sqlite" ,
34- " sqlite3"
35- ]
36- },
37-
3830 "lint" : {
3931 "rules" : {
4032 "exclude" : [
You can’t perform that action at this time.
0 commit comments