Files
babel/packages/babel-parser/test/fixtures/esprima/expression-primary/object/output.json
2018-05-21 18:19:58 -07:00

34 lines
483 B
JSON

{
"type": "File",
"start": 0,
"end": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 0
}
},
"sourceType": "script",
"interpreter": null,
"body": [],
"directives": []
}
}