Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hubnern committed Jul 5, 2024
1 parent a7246b6 commit dce6cc3
Show file tree
Hide file tree
Showing 200 changed files with 200 additions and 200 deletions.
2 changes: 1 addition & 1 deletion static/alpha/diff0.html
Original file line number Diff line number Diff line change
Expand Up @@ -27656,7 +27656,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff10.html
Original file line number Diff line number Diff line change
Expand Up @@ -5901,7 +5901,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff11.html
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff12.html
Original file line number Diff line number Diff line change
Expand Up @@ -6833,7 +6833,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff13.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff14.html
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff15.html
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff16.html
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff17.html
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff18.html
Original file line number Diff line number Diff line change
Expand Up @@ -20019,7 +20019,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff19.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4101,7 +4101,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff20.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff21.html
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff22.html
Original file line number Diff line number Diff line change
Expand Up @@ -6421,7 +6421,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff23.html
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff24.html
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff25.html
Original file line number Diff line number Diff line change
Expand Up @@ -6761,7 +6761,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff26.html
Original file line number Diff line number Diff line change
Expand Up @@ -4314,7 +4314,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff27.html
Original file line number Diff line number Diff line change
Expand Up @@ -3930,7 +3930,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff28.html
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff29.html
Original file line number Diff line number Diff line change
Expand Up @@ -5246,7 +5246,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff3.html
Original file line number Diff line number Diff line change
Expand Up @@ -7678,7 +7678,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff30.html
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff31.html
Original file line number Diff line number Diff line change
Expand Up @@ -8140,7 +8140,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff32.html
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff33.html
Original file line number Diff line number Diff line change
Expand Up @@ -3840,7 +3840,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff34.html
Original file line number Diff line number Diff line change
Expand Up @@ -12704,7 +12704,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff35.html
Original file line number Diff line number Diff line change
Expand Up @@ -4714,7 +4714,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff36.html
Original file line number Diff line number Diff line change
Expand Up @@ -3121,7 +3121,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff37.html
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff38.html
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff39.html
Original file line number Diff line number Diff line change
Expand Up @@ -23461,7 +23461,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff4.html
Original file line number Diff line number Diff line change
Expand Up @@ -11555,7 +11555,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff40.html
Original file line number Diff line number Diff line change
Expand Up @@ -4578,7 +4578,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff41.html
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff42.html
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff43.html
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff44.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
2 changes: 1 addition & 1 deletion static/alpha/diff45.html
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@
}
//let tmp = ranges(i, left_actions[i].line-1, a.type);
//console.log(i, left_actions[i].line-1, tmp);
arr.push(...ranges(actions[i].left - 1, actions[i].right - 1, a.type));
arr.push(...ranges(actions[i].left, actions[i].right, a.type));
} else {
arr.push({
range: new monaco.Range(i + 1, 1, i + 1, 1),
Expand Down
Loading

0 comments on commit dce6cc3

Please sign in to comment.