* Ignore fixture directories that do not contain input or exec * Fix parser test fixtures structures for some imported esprima tests. * Warn on test folders that are not empty and do not contain testfiles
99 lines
1.9 KiB
JSON
99 lines
1.9 KiB
JSON
{
|
||
"type": "File",
|
||
"start": 0,
|
||
"end": 12,
|
||
"loc": {
|
||
"start": {
|
||
"line": 1,
|
||
"column": 0
|
||
},
|
||
"end": {
|
||
"line": 1,
|
||
"column": 12
|
||
}
|
||
},
|
||
"program": {
|
||
"type": "Program",
|
||
"start": 0,
|
||
"end": 12,
|
||
"loc": {
|
||
"start": {
|
||
"line": 1,
|
||
"column": 0
|
||
},
|
||
"end": {
|
||
"line": 1,
|
||
"column": 12
|
||
}
|
||
},
|
||
"sourceType": "script",
|
||
"interpreter": null,
|
||
"body": [
|
||
{
|
||
"type": "ExpressionStatement",
|
||
"start": 0,
|
||
"end": 12,
|
||
"loc": {
|
||
"start": {
|
||
"line": 1,
|
||
"column": 0
|
||
},
|
||
"end": {
|
||
"line": 1,
|
||
"column": 12
|
||
}
|
||
},
|
||
"expression": {
|
||
"type": "AssignmentExpression",
|
||
"start": 0,
|
||
"end": 12,
|
||
"loc": {
|
||
"start": {
|
||
"line": 1,
|
||
"column": 0
|
||
},
|
||
"end": {
|
||
"line": 1,
|
||
"column": 12
|
||
}
|
||
},
|
||
"operator": "=",
|
||
"left": {
|
||
"type": "Identifier",
|
||
"start": 0,
|
||
"end": 7,
|
||
"loc": {
|
||
"start": {
|
||
"line": 1,
|
||
"column": 0
|
||
},
|
||
"end": {
|
||
"line": 1,
|
||
"column": 7
|
||
},
|
||
"identifierName": "T"
|
||
},
|
||
"name": "T"
|
||
},
|
||
"right": {
|
||
"type": "ArrayExpression",
|
||
"start": 10,
|
||
"end": 12,
|
||
"loc": {
|
||
"start": {
|
||
"line": 1,
|
||
"column": 10
|
||
},
|
||
"end": {
|
||
"line": 1,
|
||
"column": 12
|
||
}
|
||
},
|
||
"elements": []
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"directives": []
|
||
}
|
||
} |