Skip to content

Commit

Permalink
chore: format fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Feb 29, 2024
1 parent b6e8cb6 commit 122d318
Show file tree
Hide file tree
Showing 8 changed files with 746 additions and 746 deletions.
76 changes: 38 additions & 38 deletions tests/fixtures/parser/ast/svelte5/docs/snippets/01-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
"body": [
{
"type": "SvelteSnippetBlock",
"id": {
"type": "Identifier",
"name": "figure",
"range": [
10,
16
],
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 16
}
}
},
"params": [
{
"type": "Identifier",
"name": "image",
"range": [
17,
22
],
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 22
}
}
}
],
"children": [
{
"type": "SvelteElement",
Expand Down Expand Up @@ -782,44 +820,6 @@
}
}
],
"id": {
"type": "Identifier",
"name": "figure",
"range": [
10,
16
],
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 16
}
}
},
"params": [
{
"type": "Identifier",
"name": "image",
"range": [
17,
22
],
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 22
}
}
}
],
"range": [
0,
201
Expand Down
Loading

0 comments on commit 122d318

Please sign in to comment.