* 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
70 lines
1.2 KiB
JSON
70 lines
1.2 KiB
JSON
{
|
|
"type": "File",
|
|
"start": 0,
|
|
"end": 14,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 14
|
|
}
|
|
},
|
|
"program": {
|
|
"type": "Program",
|
|
"start": 0,
|
|
"end": 14,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 14
|
|
}
|
|
},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start": 0,
|
|
"end": 14,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 14
|
|
}
|
|
},
|
|
"expression": {
|
|
"type": "NumericLiteral",
|
|
"start": 0,
|
|
"end": 14,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 14
|
|
}
|
|
},
|
|
"extra": {
|
|
"rawValue": 6.02214179e+23,
|
|
"raw": "6.02214179e+23"
|
|
},
|
|
"value": 6.02214179e+23
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |