Skip to content

Commit 122d318

Browse files
committed
chore: format fixtures
1 parent b6e8cb6 commit 122d318

8 files changed

+746
-746
lines changed

Diff for: tests/fixtures/parser/ast/svelte5/docs/snippets/01-output.json

+38-38
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
33
"body": [
44
{
55
"type": "SvelteSnippetBlock",
6+
"id": {
7+
"type": "Identifier",
8+
"name": "figure",
9+
"range": [
10+
10,
11+
16
12+
],
13+
"loc": {
14+
"start": {
15+
"line": 1,
16+
"column": 10
17+
},
18+
"end": {
19+
"line": 1,
20+
"column": 16
21+
}
22+
}
23+
},
24+
"params": [
25+
{
26+
"type": "Identifier",
27+
"name": "image",
28+
"range": [
29+
17,
30+
22
31+
],
32+
"loc": {
33+
"start": {
34+
"line": 1,
35+
"column": 17
36+
},
37+
"end": {
38+
"line": 1,
39+
"column": 22
40+
}
41+
}
42+
}
43+
],
644
"children": [
745
{
846
"type": "SvelteElement",
@@ -782,44 +820,6 @@
782820
}
783821
}
784822
],
785-
"id": {
786-
"type": "Identifier",
787-
"name": "figure",
788-
"range": [
789-
10,
790-
16
791-
],
792-
"loc": {
793-
"start": {
794-
"line": 1,
795-
"column": 10
796-
},
797-
"end": {
798-
"line": 1,
799-
"column": 16
800-
}
801-
}
802-
},
803-
"params": [
804-
{
805-
"type": "Identifier",
806-
"name": "image",
807-
"range": [
808-
17,
809-
22
810-
],
811-
"loc": {
812-
"start": {
813-
"line": 1,
814-
"column": 17
815-
},
816-
"end": {
817-
"line": 1,
818-
"column": 22
819-
}
820-
}
821-
}
822-
],
823823
"range": [
824824
0,
825825
201

0 commit comments

Comments
 (0)