Skip to content

Commit 93f675b

Browse files
committed
revert
1 parent bdf3a1a commit 93f675b

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

packages/svelte/tests/parser-legacy/samples/action-duplicate/output.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"end": 20,
1616
"type": "Action",
1717
"name": "autofocus",
18-
"expression": null,
19-
"modifiers": []
18+
"modifiers": [],
19+
"expression": null
2020
},
2121
{
2222
"start": 21,
2323
"end": 34,
2424
"type": "Action",
2525
"name": "autofocus",
26-
"expression": null,
27-
"modifiers": []
26+
"modifiers": [],
27+
"expression": null
2828
}
2929
],
3030
"children": []

packages/svelte/tests/parser-legacy/samples/action-with-call/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"end": 39,
1616
"type": "Action",
1717
"name": "tooltip",
18+
"modifiers": [],
1819
"expression": {
1920
"type": "CallExpression",
2021
"start": 21,
@@ -65,8 +66,7 @@
6566
}
6667
],
6768
"optional": false
68-
},
69-
"modifiers": []
69+
}
7070
}
7171
],
7272
"children": []

packages/svelte/tests/parser-legacy/samples/action-with-identifier/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"end": 28,
1616
"type": "Action",
1717
"name": "tooltip",
18+
"modifiers": [],
1819
"expression": {
1920
"type": "Identifier",
2021
"start": 20,
@@ -30,8 +31,7 @@
3031
}
3132
},
3233
"name": "message"
33-
},
34-
"modifiers": []
34+
}
3535
}
3636
],
3737
"children": []

packages/svelte/tests/parser-legacy/samples/action-with-literal/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"end": 36,
1616
"type": "Action",
1717
"name": "tooltip",
18+
"modifiers": [],
1819
"expression": {
1920
"type": "Literal",
2021
"start": 21,
@@ -31,8 +32,7 @@
3132
},
3233
"value": "tooltip msg",
3334
"raw": "'tooltip msg'"
34-
},
35-
"modifiers": []
35+
}
3636
}
3737
],
3838
"children": []

packages/svelte/tests/parser-legacy/samples/action/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"end": 20,
1616
"type": "Action",
1717
"name": "autofocus",
18-
"expression": null,
19-
"modifiers": []
18+
"modifiers": [],
19+
"expression": null
2020
}
2121
],
2222
"children": []

packages/svelte/tests/parser-legacy/samples/animation/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"end": 50,
2121
"type": "Animation",
2222
"name": "flip",
23-
"expression": null,
24-
"modifiers": []
23+
"modifiers": [],
24+
"expression": null
2525
}
2626
],
2727
"children": [

packages/svelte/tests/parser-legacy/samples/attribute-class-directive/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"end": 22,
1616
"type": "Class",
1717
"name": "foo",
18+
"modifiers": [],
1819
"expression": {
1920
"type": "Identifier",
2021
"start": 16,
@@ -30,8 +31,7 @@
3031
}
3132
},
3233
"name": "isFoo"
33-
},
34-
"modifiers": []
34+
}
3535
}
3636
],
3737
"children": []

packages/svelte/tests/parser-legacy/samples/attribute-with-whitespace/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"end": 23,
1616
"type": "EventHandler",
1717
"name": "click",
18+
"modifiers": [],
1819
"expression": {
1920
"type": "Identifier",
2021
"start": 19,
@@ -30,8 +31,7 @@
3031
}
3132
},
3233
"name": "foo"
33-
},
34-
"modifiers": []
34+
}
3535
}
3636
],
3737
"children": [

packages/svelte/tests/parser-legacy/samples/binding-shorthand/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"end": 46,
2323
"type": "Binding",
2424
"name": "foo",
25+
"modifiers": [],
2526
"expression": {
2627
"start": 43,
2728
"end": 46,
2829
"type": "Identifier",
2930
"name": "foo"
30-
},
31-
"modifiers": []
31+
}
3232
}
3333
],
3434
"children": []

packages/svelte/tests/parser-legacy/samples/binding/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"end": 55,
2323
"type": "Binding",
2424
"name": "value",
25+
"modifiers": [],
2526
"expression": {
2627
"type": "Identifier",
2728
"start": 50,
@@ -37,8 +38,7 @@
3738
}
3839
},
3940
"name": "name"
40-
},
41-
"modifiers": []
41+
}
4242
}
4343
],
4444
"children": []

0 commit comments

Comments
 (0)