documentation/test/fixture/expression-statement.output.json
John Firebaugh 0dca70ac00 Visit expression statements
Not sure how to best infer name from this though.
2015-03-13 17:51:07 -07:00

20 lines
339 B
JSON

[
{
"description": "Test",
"tags": [],
"context": {
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 22
}
},
"file": "fixture/expression-statement.input.js",
"code": "module.exports = Test;"
}
}
]