Skip to content

Commit 5a99d5d

Browse files
ts
1 parent 119873e commit 5a99d5d

19 files changed

+391
-94
lines changed
Lines changed: 38 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,63 @@
1-
class MyClass {
2-
Map<int, int> foo;
1+
class Foo {
2+
int bar;
3+
int baz = 0;
34
}
45
---
56

67
[#1 Content] =
78
[#1 Removal] =
8-
[#1 Domain] = 0:0-2:1
9-
>---------------
10-
0| class MyClass {
11-
1| Map<int, int> foo;
12-
2| }
9+
[#1 Domain] = 0:0-3:1
10+
>-----------
11+
0| class Foo {
12+
1| int bar;
13+
2| int baz = 0;
14+
3| }
1315
-<
1416

1517
[#1 Insertion delimiter] = " "
1618

1719

18-
[#2 Content] = 1:4-1:17
19-
>-------------<
20-
1| Map<int, int> foo;
20+
[#2 Content] = 1:4-1:7
21+
>---<
22+
1| int bar;
2123

22-
[#2 Removal] = 1:4-1:18
23-
>--------------<
24-
1| Map<int, int> foo;
24+
[#2 Removal] = 1:4-1:8
25+
>----<
26+
1| int bar;
2527

2628
[#2 Leading delimiter] = 1:0-1:4
2729
>----<
28-
1| Map<int, int> foo;
30+
1| int bar;
2931

30-
[#2 Trailing delimiter] = 1:17-1:18
31-
>-<
32-
1| Map<int, int> foo;
32+
[#2 Trailing delimiter] = 1:7-1:8
33+
>-<
34+
1| int bar;
3335

34-
[#2 Domain] = 1:4-1:22
35-
>------------------<
36-
1| Map<int, int> foo;
36+
[#2 Domain] = 1:4-1:12
37+
>--------<
38+
1| int bar;
3739

3840
[#2 Insertion delimiter] = " "
3941

4042

41-
[#3 Content] =
42-
[#3 Domain] = 1:8-1:11
43-
>---<
44-
1| Map<int, int> foo;
43+
[#3 Content] = 2:4-2:7
44+
>---<
45+
2| int baz = 0;
4546

46-
[#3 Removal] = 1:8-1:13
47-
>-----<
48-
1| Map<int, int> foo;
47+
[#3 Removal] = 2:4-2:8
48+
>----<
49+
2| int baz = 0;
4950

50-
[#3 Trailing delimiter] = 1:11-1:13
51-
>--<
52-
1| Map<int, int> foo;
53-
54-
[#3 Insertion delimiter] = ", "
55-
56-
57-
[#4 Content] =
58-
[#4 Domain] = 1:13-1:16
59-
>---<
60-
1| Map<int, int> foo;
51+
[#3 Leading delimiter] = 2:0-2:4
52+
>----<
53+
2| int baz = 0;
6154

62-
[#4 Removal] = 1:11-1:16
63-
>-----<
64-
1| Map<int, int> foo;
55+
[#3 Trailing delimiter] = 2:7-2:8
56+
>-<
57+
2| int baz = 0;
6558

66-
[#4 Leading delimiter] = 1:11-1:13
67-
>--<
68-
1| Map<int, int> foo;
59+
[#3 Domain] = 2:4-2:16
60+
>------------<
61+
2| int baz = 0;
6962

70-
[#4 Insertion delimiter] = ", "
63+
[#3 Insertion delimiter] = " "
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
class MyClass { }
1+
class Foo {}
22
---
33

44
[Content] =
55
[Removal] =
6-
[Domain] = 0:0-0:17
7-
>-----------------<
8-
0| class MyClass { }
6+
[Domain] = 0:0-0:12
7+
>------------<
8+
0| class Foo {}
99

1010
[Insertion delimiter] = "\n\n"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
export default class MyClass { }
1+
export default class Foo {}
22
---
33

44
[Content] =
55
[Removal] =
6-
[Domain] = 0:0-0:32
7-
>--------------------------------<
8-
0| export default class MyClass { }
6+
[Domain] = 0:0-0:27
7+
>---------------------------<
8+
0| export default class Foo {}
99

1010
[Insertion delimiter] = "\n\n"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
export class MyClass { }
1+
export class Foo {}
22
---
33

44
[Content] =
55
[Removal] =
6-
[Domain] = 0:0-0:24
7-
>------------------------<
8-
0| export class MyClass { }
6+
[Domain] = 0:0-0:19
7+
>-------------------<
8+
0| export class Foo {}
99

1010
[Insertion delimiter] = "\n\n"
Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
1-
class MyClass {
2-
3-
}
1+
class Foo {}
42
---
53

6-
[Content] = 0:6-0:13
7-
>-------<
8-
0| class MyClass {
4+
[Content] = 0:6-0:9
5+
>---<
6+
0| class Foo {}
97

10-
[Removal] = 0:6-0:14
11-
>--------<
12-
0| class MyClass {
8+
[Removal] = 0:6-0:10
9+
>----<
10+
0| class Foo {}
1311

1412
[Leading delimiter] = 0:5-0:6
1513
>-<
16-
0| class MyClass {
14+
0| class Foo {}
1715

18-
[Trailing delimiter] = 0:13-0:14
19-
>-<
20-
0| class MyClass {
16+
[Trailing delimiter] = 0:9-0:10
17+
>-<
18+
0| class Foo {}
2119

22-
[Domain] = 0:0-2:1
23-
>---------------
24-
0| class MyClass {
25-
1|
26-
2| }
27-
-<
20+
[Domain] = 0:0-0:12
21+
>------------<
22+
0| class Foo {}
2823

2924
[Insertion delimiter] = " "
Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class Foo {
2-
bar = 0;
2+
bar;
3+
baz = 0;
34
}
45
---
56

@@ -19,30 +20,50 @@ class Foo {
1920
>-<
2021
0| class Foo {
2122

22-
[#1 Domain] = 0:0-2:1
23+
[#1 Domain] = 0:0-3:1
2324
>-----------
2425
0| class Foo {
25-
1| bar = 0;
26-
2| }
26+
1| bar;
27+
2| baz = 0;
28+
3| }
2729
-<
2830

2931
[#1 Insertion delimiter] = " "
3032

3133

3234
[#2 Content] = 1:2-1:5
3335
>---<
34-
1| bar = 0;
36+
1| bar;
3537

36-
[#2 Removal] = 1:2-1:8
38+
[#2 Removal] = 1:0-1:5
39+
>-----<
40+
1| bar;
41+
42+
[#2 Leading delimiter] = 1:0-1:2
43+
>--<
44+
1| bar;
45+
46+
[#2 Domain] = 1:2-1:6
47+
>----<
48+
1| bar;
49+
50+
[#2 Insertion delimiter] = " "
51+
52+
53+
[#3 Content] = 2:2-2:5
54+
>---<
55+
2| baz = 0;
56+
57+
[#3 Removal] = 2:2-2:8
3758
>------<
38-
1| bar = 0;
59+
2| baz = 0;
3960

40-
[#2 Trailing delimiter] = 1:5-1:8
61+
[#3 Trailing delimiter] = 2:5-2:8
4162
>---<
42-
1| bar = 0;
63+
2| baz = 0;
4364

44-
[#2 Domain] = 1:2-1:10
65+
[#3 Domain] = 2:2-2:10
4566
>--------<
46-
1| bar = 0;
67+
2| baz = 0;
4768

48-
[#2 Insertion delimiter] = " "
69+
[#3 Insertion delimiter] = " "
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
class Foo {
2+
bar;
3+
baz = 0;
4+
}
5+
---
6+
7+
[#1 Content] =
8+
[#1 Removal] =
9+
[#1 Domain] = 0:0-3:1
10+
>-----------
11+
0| class Foo {
12+
1| bar;
13+
2| baz = 0;
14+
3| }
15+
-<
16+
17+
[#1 Insertion delimiter] = "\n"
18+
19+
20+
[#2 Content] =
21+
[#2 Domain] = 1:2-1:6
22+
>----<
23+
1| bar;
24+
25+
[#2 Removal] = 1:0-2:0
26+
>------
27+
1| bar;
28+
2| baz = 0;
29+
<
30+
31+
[#2 Leading delimiter] = 1:0-1:2
32+
>--<
33+
1| bar;
34+
35+
[#2 Insertion delimiter] = "\n"
36+
37+
38+
[#3 Content] =
39+
[#3 Domain] = 2:2-2:10
40+
>--------<
41+
2| baz = 0;
42+
43+
[#3 Removal] = 2:0-3:0
44+
>----------
45+
2| baz = 0;
46+
3| }
47+
<
48+
49+
[#3 Leading delimiter] = 2:0-2:2
50+
>--<
51+
2| baz = 0;
52+
53+
[#3 Insertion delimiter] = "\n"
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
interface Foo { }
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] = 0:15-0:16
6+
>-<
7+
0| interface Foo { }
8+
9+
[#1 Domain] = 0:0-0:17
10+
>-----------------<
11+
0| interface Foo { }
12+
13+
[#1 Insertion delimiter] = " "
14+
15+
16+
[#2 Content] =
17+
[#2 Removal] = 0:15-0:16
18+
>-<
19+
0| interface Foo { }
20+
21+
[#2 Domain] = 0:14-0:17
22+
>---<
23+
0| interface Foo { }
24+
25+
[#2 Insertion delimiter] = " "
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
interface Foo {
2+
bar: number;
3+
}
4+
---
5+
6+
[#1 Content] = 0:10-0:13
7+
>---<
8+
0| interface Foo {
9+
10+
[#1 Removal] = 0:10-0:14
11+
>----<
12+
0| interface Foo {
13+
14+
[#1 Leading delimiter] = 0:9-0:10
15+
>-<
16+
0| interface Foo {
17+
18+
[#1 Trailing delimiter] = 0:13-0:14
19+
>-<
20+
0| interface Foo {
21+
22+
[#1 Domain] = 0:0-2:1
23+
>---------------
24+
0| interface Foo {
25+
1| bar: number;
26+
2| }
27+
-<
28+
29+
[#1 Insertion delimiter] = " "
30+
31+
32+
[#2 Content] = 1:4-1:7
33+
>---<
34+
1| bar: number;
35+
36+
[#2 Removal] = 1:0-1:7
37+
>-------<
38+
1| bar: number;
39+
40+
[#2 Leading delimiter] = 1:0-1:4
41+
>----<
42+
1| bar: number;
43+
44+
[#2 Domain] = 1:4-1:15
45+
>-----------<
46+
1| bar: number;
47+
48+
[#2 Insertion delimiter] = " "

0 commit comments

Comments
 (0)