@@ -11,7 +11,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > class > should match export a
1111 " exports" : " Pet" ,
1212 " modifiers" : " abstract" ,
1313 },
14- " index" : 0 ,
1514}
1615` ;
1716
@@ -26,7 +25,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > class > should match export c
2625 " exports" : " Pet" ,
2726 " modifiers" : undefined ,
2827 },
29- " index" : 0 ,
3028}
3129` ;
3230
@@ -41,7 +39,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > class > should match export d
4139 " exports" : " Pet" ,
4240 " modifiers" : " declare abstract" ,
4341 },
44- " index" : 0 ,
4542}
4643` ;
4744
@@ -57,7 +54,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > const > should match export c
5754 " exports" : " IGNORE_PATTERNS" ,
5855 " modifiers" : undefined ,
5956 },
60- " index" : 1 ,
6157 } ,
6258 {
6359 " 0" : " export const { name1, name2: bar } = o" ,
@@ -69,7 +65,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > const > should match export c
6965 " exports" : " { name1, name2: bar }" ,
7066 " modifiers" : undefined ,
7167 },
72- " index" : 46 ,
7368 } ,
7469 {
7570 " 0" : " export const [ name1, name2 ] = array" ,
@@ -81,7 +76,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > const > should match export c
8176 " exports" : " [ name1, name2 ]" ,
8277 " modifiers" : undefined ,
8378 },
84- " index" : 86 ,
8579 } ,
8680]
8781` ;
@@ -97,7 +91,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > const > should match export d
9791 " exports" : " IGNORE_PATTERNS" ,
9892 " modifiers" : " declare" ,
9993 },
100- " index" : 1 ,
10194}
10295` ;
10396
@@ -112,7 +105,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > const enum > should match exp
112105 " exports" : " Color" ,
113106 " modifiers" : undefined ,
114107 },
115- " index" : 0 ,
116108}
117109` ;
118110
@@ -127,7 +119,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > const enum > should match exp
127119 " exports" : " Color" ,
128120 " modifiers" : " declare" ,
129121 },
130- " index" : 0 ,
131122}
132123` ;
133124
@@ -142,7 +133,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > enum > should match export de
142133 " exports" : " TokenKind" ,
143134 " modifiers" : " declare" ,
144135 },
145- " index" : 0 ,
146136}
147137` ;
148138
@@ -157,7 +147,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > enum > should match export en
157147 " exports" : " TokenKind" ,
158148 " modifiers" : undefined ,
159149 },
160- " index" : 0 ,
161150}
162151` ;
163152
@@ -172,7 +161,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function > should match expor
172161 " exports" : " foo" ,
173162 " modifiers" : " async" ,
174163 },
175- " index" : 0 ,
176164}
177165` ;
178166
@@ -187,7 +175,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function > should match expor
187175 " exports" : " foo" ,
188176 " modifiers" : " async declare" ,
189177 },
190- " index" : 0 ,
191178}
192179` ;
193180
@@ -202,7 +189,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function > should match expor
202189 " exports" : " foo" ,
203190 " modifiers" : " declare" ,
204191 },
205- " index" : 0 ,
206192}
207193` ;
208194
@@ -217,7 +203,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function > should match expor
217203 " exports" : " foo" ,
218204 " modifiers" : undefined ,
219205 },
220- " index" : 0 ,
221206}
222207` ;
223208
@@ -232,7 +217,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function* > should match expo
232217 " exports" : " generator" ,
233218 " modifiers" : " async" ,
234219 },
235- " index" : 0 ,
236220}
237221` ;
238222
@@ -247,7 +231,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function* > should match expo
247231 " exports" : " generator" ,
248232 " modifiers" : " async declare" ,
249233 },
250- " index" : 0 ,
251234}
252235` ;
253236
@@ -262,7 +245,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function* > should match expo
262245 " exports" : " generator" ,
263246 " modifiers" : " declare" ,
264247 },
265- " index" : 0 ,
266248}
267249` ;
268250
@@ -277,7 +259,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > function* > should match expo
277259 " exports" : " generator" ,
278260 " modifiers" : undefined ,
279261 },
280- " index" : 0 ,
281262}
282263` ;
283264
@@ -292,7 +273,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > interface > should match expo
292273 " exports" : " IUser" ,
293274 " modifiers" : " declare" ,
294275 },
295- " index" : 0 ,
296276}
297277` ;
298278
@@ -307,7 +287,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > interface > should match expo
307287 " exports" : " IUser" ,
308288 " modifiers" : undefined ,
309289 },
310- " index" : 0 ,
311290}
312291` ;
313292
@@ -322,7 +301,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > let > should match export dec
322301 " exports" : " name1, name2" ,
323302 " modifiers" : " declare" ,
324303 },
325- " index" : 0 ,
326304}
327305` ;
328306
@@ -337,7 +315,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > let > should match export let
337315 " exports" : " name1, name2" ,
338316 " modifiers" : undefined ,
339317 },
340- " index" : 0 ,
341318}
342319` ;
343320
@@ -352,7 +329,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > namespace > should match expo
352329 " exports" : " Utils" ,
353330 " modifiers" : " declare" ,
354331 },
355- " index" : 0 ,
356332}
357333` ;
358334
@@ -367,7 +343,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > namespace > should match expo
367343 " exports" : " Utils" ,
368344 " modifiers" : undefined ,
369345 },
370- " index" : 0 ,
371346}
372347` ;
373348
@@ -382,7 +357,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > type > should match export de
382357 " exports" : " Options" ,
383358 " modifiers" : " declare" ,
384359 },
385- " index" : 0 ,
386360}
387361` ;
388362
@@ -397,7 +371,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > type > should match export ty
397371 " exports" : " Options" ,
398372 " modifiers" : undefined ,
399373 },
400- " index" : 0 ,
401374}
402375` ;
403376
@@ -412,7 +385,6 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > var > should match export dec
412385 " exports" : " name1, name2" ,
413386 " modifiers" : " declare" ,
414387 },
415- " index" : 0 ,
416388}
417389` ;
418390
@@ -427,6 +399,5 @@ exports[`unit:EXPORT_DECLARATION_REGEX > exports > var > should match export var
427399 " exports" : " name1, name2" ,
428400 " modifiers" : undefined ,
429401 },
430- " index" : 0 ,
431402}
432403` ;
0 commit comments