look, ok, it did work, i just needed to update the snapshots

pull/10320/head
S. Elliott Johnson 2 years ago
parent 243ba9c033
commit cb4daeac67

@ -25,6 +25,9 @@
"name": "foo" "name": "foo"
}, },
"context": { "context": {
"type": "ArrayPattern",
"elements": [
{
"type": "Identifier", "type": "Identifier",
"name": "msg", "name": "msg",
"start": 43, "start": 43,
@ -44,6 +47,8 @@
} }
} }
} }
}
]
}, },
"body": { "body": {
"type": "Fragment", "type": "Fragment",
@ -127,7 +132,8 @@
}, },
"name": "foo" "name": "foo"
}, },
"argument": { "arguments": [
{
"type": "Identifier", "type": "Identifier",
"start": 96, "start": 96,
"end": 99, "end": 99,
@ -143,6 +149,7 @@
}, },
"name": "msg" "name": "msg"
} }
]
} }
], ],
"transparent": false "transparent": false

Loading…
Cancel
Save