25
25
"whitespaceAfter": true
26
26
}
27
27
28
+ foo3({}, 1);
29
+ ^
30
+ {
31
+ "text": "b:",
32
+ "position": 161,
33
+ "kind": "Parameter",
34
+ "whitespaceAfter": true
35
+ }
36
+
28
37
const C1 = class extends foo3(1) { }
29
38
^
30
39
{
31
40
"text": "a:",
32
- "position": 180 ,
41
+ "position": 229 ,
33
42
"kind": "Parameter",
34
43
"whitespaceAfter": true
35
44
}
@@ -38,7 +47,7 @@ class C2 extends foo3(1) { }
38
47
^
39
48
{
40
49
"text": "a:",
41
- "position": 209 ,
50
+ "position": 258 ,
42
51
"kind": "Parameter",
43
52
"whitespaceAfter": true
44
53
}
@@ -47,7 +56,7 @@ foo4(1, +1, -1, +"1");
47
56
^
48
57
{
49
58
"text": "a:",
50
- "position": 282 ,
59
+ "position": 331 ,
51
60
"kind": "Parameter",
52
61
"whitespaceAfter": true
53
62
}
@@ -56,7 +65,7 @@ foo4(1, +1, -1, +"1");
56
65
^
57
66
{
58
67
"text": "b:",
59
- "position": 285 ,
68
+ "position": 334 ,
60
69
"kind": "Parameter",
61
70
"whitespaceAfter": true
62
71
}
@@ -65,7 +74,7 @@ foo4(1, +1, -1, +"1");
65
74
^
66
75
{
67
76
"text": "c:",
68
- "position": 289 ,
77
+ "position": 338 ,
69
78
"kind": "Parameter",
70
79
"whitespaceAfter": true
71
80
}
@@ -74,7 +83,7 @@ foo4(1, +1, -1, +"1");
74
83
^
75
84
{
76
85
"text": "d:",
77
- "position": 293 ,
86
+ "position": 342 ,
78
87
"kind": "Parameter",
79
88
"whitespaceAfter": true
80
89
}
@@ -83,7 +92,7 @@ foo4(1, +1, -1, +"1");
83
92
^
84
93
{
85
94
"text": "a:",
86
- "position": 484 ,
95
+ "position": 533 ,
87
96
"kind": "Parameter",
88
97
"whitespaceAfter": true
89
98
}
@@ -92,7 +101,7 @@ foo4(1, +1, -1, +"1");
92
101
^
93
102
{
94
103
"text": "b:",
95
- "position": 497 ,
104
+ "position": 546 ,
96
105
"kind": "Parameter",
97
106
"whitespaceAfter": true
98
107
}
@@ -101,7 +110,7 @@ foo4(1, +1, -1, +"1");
101
110
^
102
111
{
103
112
"text": "c:",
104
- "position": 512 ,
113
+ "position": 561 ,
105
114
"kind": "Parameter",
106
115
"whitespaceAfter": true
107
116
}
@@ -110,7 +119,7 @@ foo4(1, +1, -1, +"1");
110
119
^
111
120
{
112
121
"text": "d:",
113
- "position": 522 ,
122
+ "position": 571 ,
114
123
"kind": "Parameter",
115
124
"whitespaceAfter": true
116
125
}
@@ -119,7 +128,7 @@ foo4(1, +1, -1, +"1");
119
128
^
120
129
{
121
130
"text": "e:",
122
- "position": 532 ,
131
+ "position": 581 ,
123
132
"kind": "Parameter",
124
133
"whitespaceAfter": true
125
134
}
@@ -128,7 +137,7 @@ foo4(1, +1, -1, +"1");
128
137
^
129
138
{
130
139
"text": "f:",
131
- "position": 543 ,
140
+ "position": 592 ,
132
141
"kind": "Parameter",
133
142
"whitespaceAfter": true
134
143
}
@@ -137,7 +146,7 @@ foo4(1, +1, -1, +"1");
137
146
^
138
147
{
139
148
"text": "g:",
140
- "position": 557 ,
149
+ "position": 606 ,
141
150
"kind": "Parameter",
142
151
"whitespaceAfter": true
143
152
}
@@ -146,7 +155,7 @@ foo4(1, +1, -1, +"1");
146
155
^
147
156
{
148
157
"text": "h:",
149
- "position": 572 ,
158
+ "position": 621 ,
150
159
"kind": "Parameter",
151
160
"whitespaceAfter": true
152
161
}
@@ -155,7 +164,7 @@ foo4(1, +1, -1, +"1");
155
164
^
156
165
{
157
166
"text": "i:",
158
- "position": 581 ,
167
+ "position": 630 ,
159
168
"kind": "Parameter",
160
169
"whitespaceAfter": true
161
170
}
@@ -164,7 +173,7 @@ foo4(1, +1, -1, +"1");
164
173
^
165
174
{
166
175
"text": "j:",
167
- "position": 595 ,
176
+ "position": 644 ,
168
177
"kind": "Parameter",
169
178
"whitespaceAfter": true
170
179
}
@@ -173,7 +182,7 @@ trace(`${1}`);
173
182
^
174
183
{
175
184
"text": "message:",
176
- "position": 694 ,
185
+ "position": 743 ,
177
186
"kind": "Parameter",
178
187
"whitespaceAfter": true
179
188
}
@@ -182,7 +191,7 @@ trace(``);
182
191
^
183
192
{
184
193
"text": "message:",
185
- "position": 709 ,
194
+ "position": 758 ,
186
195
"kind": "Parameter",
187
196
"whitespaceAfter": true
188
197
}
0 commit comments