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,25 +25,30 @@
"name": "foo" "name": "foo"
}, },
"context": { "context": {
"type": "Identifier", "type": "ArrayPattern",
"name": "msg", "elements": [
"start": 43, {
"end": 54, "type": "Identifier",
"typeAnnotation": { "name": "msg",
"type": "TSStringKeyword", "start": 43,
"start": 48, "end": 54,
"end": 54, "typeAnnotation": {
"loc": { "type": "TSStringKeyword",
"start": { "start": 48,
"line": 1, "end": 54,
"column": 48 "loc": {
}, "start": {
"end": { "line": 1,
"line": 1, "column": 48
"column": 54 },
"end": {
"line": 1,
"column": 54
}
}
} }
} }
} ]
}, },
"body": { "body": {
"type": "Fragment", "type": "Fragment",
@ -127,22 +132,24 @@
}, },
"name": "foo" "name": "foo"
}, },
"argument": { "arguments": [
"type": "Identifier", {
"start": 96, "type": "Identifier",
"end": 99, "start": 96,
"loc": { "end": 99,
"start": { "loc": {
"line": 7, "start": {
"column": 13 "line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 16
}
}, },
"end": { "name": "msg"
"line": 7, }
"column": 16 ]
}
},
"name": "msg"
}
} }
], ],
"transparent": false "transparent": false

Loading…
Cancel
Save