69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":37,"loc":{"start":{"line":1,"column":0},"end":{"line":2,"column":23}},
|
|
"errors": [
|
|
"SyntaxError: Argument name clash (2:17)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":37,"loc":{"start":{"line":1,"column":0},"end":{"line":2,"column":23}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "FunctionDeclaration",
|
|
"start":14,"end":37,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":23}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":23,"end":24,"loc":{"start":{"line":2,"column":9},"end":{"line":2,"column":10},"identifierName":"a"},
|
|
"name": "a"
|
|
},
|
|
"generator": false,
|
|
"async": false,
|
|
"params": [
|
|
{
|
|
"type": "ArrayPattern",
|
|
"start":25,"end":33,"loc":{"start":{"line":2,"column":11},"end":{"line":2,"column":19}},
|
|
"elements": [
|
|
{
|
|
"type": "Identifier",
|
|
"start":26,"end":27,"loc":{"start":{"line":2,"column":12},"end":{"line":2,"column":13},"identifierName":"a"},
|
|
"name": "a"
|
|
},
|
|
{
|
|
"type": "RestElement",
|
|
"start":28,"end":32,"loc":{"start":{"line":2,"column":14},"end":{"line":2,"column":18}},
|
|
"argument": {
|
|
"type": "Identifier",
|
|
"start":31,"end":32,"loc":{"start":{"line":2,"column":17},"end":{"line":2,"column":18},"identifierName":"a"},
|
|
"name": "a"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"body": {
|
|
"type": "BlockStatement",
|
|
"start":34,"end":37,"loc":{"start":{"line":2,"column":20},"end":{"line":2,"column":23}},
|
|
"body": [],
|
|
"directives": []
|
|
}
|
|
}
|
|
],
|
|
"directives": [
|
|
{
|
|
"type": "Directive",
|
|
"start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
|
|
"value": {
|
|
"type": "DirectiveLiteral",
|
|
"start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
|
|
"value": "use strict",
|
|
"extra": {
|
|
"raw": "\"use strict\"",
|
|
"rawValue": "use strict"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |