Huáng Jùnliàng dc7c5640e9
Compact parser fixture loc info (#11322)
* chore: compact loc information in parser fixtures

* chore: update test fixtures
2020-03-23 20:10:29 -04:00

99 lines
3.4 KiB
JSON

{
"type": "File",
"start":0,"end":54,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":10}},
"program": {
"type": "Program",
"start":0,"end":54,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":10}},
"sourceType": "module",
"interpreter": null,
"body": [
{
"type": "ExpressionStatement",
"start":44,"end":54,"loc":{"start":{"line":4,"column":0},"end":{"line":4,"column":10}},
"expression": {
"type": "CallExpression",
"start":44,"end":53,"loc":{"start":{"line":4,"column":0},"end":{"line":4,"column":9}},
"callee": {
"type": "Identifier",
"start":44,"end":47,"loc":{"start":{"line":4,"column":0},"end":{"line":4,"column":3},"identifierName":"foo"},
"name": "foo"
},
"typeArguments": {
"type": "TypeParameterInstantiation",
"start":47,"end":50,"loc":{"start":{"line":4,"column":3},"end":{"line":4,"column":6}},
"params": [
{
"type": "GenericTypeAnnotation",
"start":48,"end":49,"loc":{"start":{"line":4,"column":4},"end":{"line":4,"column":5}},
"typeParameters": null,
"id": {
"type": "Identifier",
"start":48,"end":49,"loc":{"start":{"line":4,"column":4},"end":{"line":4,"column":5},"identifierName":"x"},
"name": "x"
}
}
]
},
"arguments": [
{
"type": "Identifier",
"start":51,"end":52,"loc":{"start":{"line":4,"column":7},"end":{"line":4,"column":8},"identifierName":"y"},
"name": "y"
}
]
},
"leadingComments": [
{
"type": "CommentLine",
"value": " arbitrary comment",
"start":14,"end":34,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":20}}
},
{
"type": "CommentLine",
"value": " @flow",
"start":35,"end":43,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":8}}
}
]
}
],
"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"
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " arbitrary comment",
"start":14,"end":34,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":20}}
},
{
"type": "CommentLine",
"value": " @flow",
"start":35,"end":43,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":8}}
}
]
}
]
},
"comments": [
{
"type": "CommentLine",
"value": " arbitrary comment",
"start":14,"end":34,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":20}}
},
{
"type": "CommentLine",
"value": " @flow",
"start":35,"end":43,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":8}}
}
]
}