fix failing tests

pull/16098/head
ComputerGuy 4 months ago
parent 971f463fea
commit 348d91dbe6

@ -15,20 +15,20 @@
"end": 20,
"type": "Action",
"name": "autofocus",
"modifiers": [],
"expression": null
"expression": null,
"modifiers": []
},
{
"start": 21,
"end": 34,
"type": "Action",
"name": "autofocus",
"modifiers": [],
"expression": null
"expression": null,
"modifiers": []
}
],
"children": []
}
]
}
}
}

@ -15,7 +15,6 @@
"end": 39,
"type": "Action",
"name": "tooltip",
"modifiers": [],
"expression": {
"type": "CallExpression",
"start": 21,
@ -66,11 +65,12 @@
}
],
"optional": false
}
},
"modifiers": []
}
],
"children": []
}
]
}
}
}

@ -15,7 +15,6 @@
"end": 28,
"type": "Action",
"name": "tooltip",
"modifiers": [],
"expression": {
"type": "Identifier",
"start": 20,
@ -31,11 +30,12 @@
}
},
"name": "message"
}
},
"modifiers": []
}
],
"children": []
}
]
}
}
}

@ -15,7 +15,6 @@
"end": 36,
"type": "Action",
"name": "tooltip",
"modifiers": [],
"expression": {
"type": "Literal",
"start": 21,
@ -32,11 +31,12 @@
},
"value": "tooltip msg",
"raw": "'tooltip msg'"
}
},
"modifiers": []
}
],
"children": []
}
]
}
}
}

@ -15,12 +15,12 @@
"end": 20,
"type": "Action",
"name": "autofocus",
"modifiers": [],
"expression": null
"expression": null,
"modifiers": []
}
],
"children": []
}
]
}
}
}

@ -20,8 +20,8 @@
"end": 50,
"type": "Animation",
"name": "flip",
"modifiers": [],
"expression": null
"expression": null,
"modifiers": []
}
],
"children": [
@ -88,4 +88,4 @@
}
]
}
}
}

@ -15,7 +15,6 @@
"end": 22,
"type": "Class",
"name": "foo",
"modifiers": [],
"expression": {
"type": "Identifier",
"start": 16,
@ -31,11 +30,12 @@
}
},
"name": "isFoo"
}
},
"modifiers": []
}
],
"children": []
}
]
}
}
}

@ -15,7 +15,9 @@
"end": 36,
"type": "StyleDirective",
"name": "color",
"modifiers": ["important"],
"modifiers": [
"important"
],
"value": [
{
"type": "MustacheTag",
@ -45,4 +47,4 @@
}
]
}
}
}

@ -15,7 +15,6 @@
"end": 23,
"type": "EventHandler",
"name": "click",
"modifiers": [],
"expression": {
"type": "Identifier",
"start": 19,
@ -31,7 +30,8 @@
}
},
"name": "foo"
}
},
"modifiers": []
}
],
"children": [
@ -46,4 +46,4 @@
}
]
}
}
}

@ -22,13 +22,13 @@
"end": 46,
"type": "Binding",
"name": "foo",
"modifiers": [],
"expression": {
"start": 43,
"end": 46,
"type": "Identifier",
"name": "foo"
}
},
"modifiers": []
}
],
"children": []
@ -109,4 +109,4 @@
"sourceType": "module"
}
}
}
}

@ -22,7 +22,6 @@
"end": 55,
"type": "Binding",
"name": "value",
"modifiers": [],
"expression": {
"type": "Identifier",
"start": 50,
@ -38,7 +37,8 @@
}
},
"name": "name"
}
},
"modifiers": []
}
],
"children": []
@ -119,4 +119,4 @@
"sourceType": "module"
}
}
}
}

@ -9,8 +9,11 @@
"start": 0,
"end": 31,
"data": " svelte-ignore foo, bar ",
"ignores": ["foo", "bar"]
"ignores": [
"foo",
"bar"
]
}
]
}
}
}

@ -104,7 +104,8 @@
},
"value": "svelte",
"raw": "'svelte'"
}
},
"attributes": []
},
{
"type": "ExpressionStatement",
@ -257,7 +258,8 @@
},
"value": "./foo.js",
"raw": "'./foo.js'"
}
},
"options": null
},
"property": {
"type": "Identifier",
@ -479,4 +481,4 @@
"sourceType": "module"
}
}
}
}

@ -15,7 +15,6 @@
"end": 45,
"type": "EventHandler",
"name": "click",
"modifiers": [],
"expression": {
"type": "ArrowFunctionExpression",
"start": 19,
@ -100,7 +99,8 @@
}
}
}
}
},
"modifiers": []
}
],
"children": [
@ -161,4 +161,4 @@
}
]
}
}
}

@ -22,7 +22,6 @@
"end": 692,
"type": "EventHandler",
"name": "click",
"modifiers": [],
"expression": {
"type": "ArrowFunctionExpression",
"start": 596,
@ -137,7 +136,8 @@
"end": 594
}
]
}
},
"modifiers": []
}
],
"children": [
@ -869,4 +869,4 @@
"sourceType": "module"
}
}
}
}

@ -22,7 +22,6 @@
"end": 53,
"type": "Binding",
"name": "this",
"modifiers": [],
"expression": {
"type": "Identifier",
"start": 49,
@ -38,7 +37,8 @@
}
},
"name": "foo"
}
},
"modifiers": []
}
],
"children": []
@ -119,4 +119,4 @@
"sourceType": "module"
}
}
}
}

@ -15,8 +15,8 @@
"end": 12,
"type": "Transition",
"name": "fade",
"modifiers": [],
"expression": null,
"modifiers": [],
"intro": true,
"outro": false
}
@ -33,4 +33,4 @@
}
]
}
}
}

@ -15,7 +15,6 @@
"end": 30,
"type": "Transition",
"name": "style",
"modifiers": [],
"expression": {
"type": "ObjectExpression",
"start": 16,
@ -85,6 +84,7 @@
}
]
},
"modifiers": [],
"intro": true,
"outro": false
}
@ -101,4 +101,4 @@
}
]
}
}
}
Loading…
Cancel
Save