File tree Expand file tree Collapse file tree 1 file changed +5
-40
lines changed
packages/svelte/tests/parser-modern/samples/attachments Expand file tree Collapse file tree 1 file changed +5
-40
lines changed Original file line number Diff line number Diff line change 14
14
"name" : " div" ,
15
15
"attributes" : [
16
16
{
17
- "type" : " AttachTag " ,
17
+ "type" : " Attachment " ,
18
18
"start" : 5 ,
19
19
"end" : 13 ,
20
20
"attachments" : [
35
35
"name" : " a"
36
36
}
37
37
]
38
- },
39
- {
40
- "type" : " Attribute" ,
41
- "start" : 13 ,
42
- "end" : 14 ,
43
- "name" : " )" ,
44
- "value" : true
45
38
}
46
39
],
47
40
"fragment" : {
63
56
"name" : " div" ,
64
57
"attributes" : [
65
58
{
66
- "type" : " AttachTag " ,
59
+ "type" : " Attachment " ,
67
60
"start" : 27 ,
68
61
"end" : 41 ,
69
62
"attachments" : [
116
109
"name" : " c"
117
110
}
118
111
]
119
- },
120
- {
121
- "type" : " Attribute" ,
122
- "start" : 41 ,
123
- "end" : 42 ,
124
- "name" : " )" ,
125
- "value" : true
126
112
}
127
113
],
128
114
"fragment" : {
144
130
"name" : " div" ,
145
131
"attributes" : [
146
132
{
147
- "type" : " AttachTag " ,
133
+ "type" : " Attachment " ,
148
134
"start" : 55 ,
149
135
"end" : 70 ,
150
136
"attachments" : [
180
166
}
181
167
}
182
168
]
183
- },
184
- {
185
- "type" : " Attribute" ,
186
- "start" : 70 ,
187
- "end" : 71 ,
188
- "name" : " )" ,
189
- "value" : true
190
169
}
191
170
],
192
171
"fragment" : {
208
187
"name" : " div" ,
209
188
"attributes" : [
210
189
{
211
- "type" : " AttachTag " ,
190
+ "type" : " Attachment " ,
212
191
"start" : 84 ,
213
192
"end" : 108 ,
214
193
"attachments" : [
292
271
}
293
272
}
294
273
]
295
- },
296
- {
297
- "type" : " Attribute" ,
298
- "start" : 108 ,
299
- "end" : 109 ,
300
- "name" : " )" ,
301
- "value" : true
302
274
}
303
275
],
304
276
"fragment" : {
320
292
"name" : " div" ,
321
293
"attributes" : [
322
294
{
323
- "type" : " AttachTag " ,
295
+ "type" : " Attachment " ,
324
296
"start" : 122 ,
325
297
"end" : 141 ,
326
298
"attachments" : [
378
350
}
379
351
}
380
352
]
381
- },
382
- {
383
- "type" : " Attribute" ,
384
- "start" : 141 ,
385
- "end" : 142 ,
386
- "name" : " )" ,
387
- "value" : true
388
353
}
389
354
],
390
355
"fragment" : {
You can’t perform that action at this time.
0 commit comments