51 lines
1.9 KiB
JSON
51 lines
1.9 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":21,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":21}},
|
|
"errors": [
|
|
"SyntaxError: Private name #priv is not defined (1:15)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":21,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":21}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"start":0,"end":21,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":21}},
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"start":4,"end":20,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":20}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":4,"end":8,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":8},"identifierName":"prop"},
|
|
"name": "prop"
|
|
},
|
|
"init": {
|
|
"type": "MemberExpression",
|
|
"start":11,"end":20,"loc":{"start":{"line":1,"column":11},"end":{"line":1,"column":20}},
|
|
"object": {
|
|
"type": "Identifier",
|
|
"start":11,"end":14,"loc":{"start":{"line":1,"column":11},"end":{"line":1,"column":14},"identifierName":"foo"},
|
|
"name": "foo"
|
|
},
|
|
"property": {
|
|
"type": "PrivateName",
|
|
"start":15,"end":20,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":20}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":16,"end":20,"loc":{"start":{"line":1,"column":16},"end":{"line":1,"column":20},"identifierName":"priv"},
|
|
"name": "priv"
|
|
}
|
|
},
|
|
"computed": false
|
|
}
|
|
}
|
|
],
|
|
"kind": "var"
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |