swc/crates/swc_ecma_parser/tests/tsc/parserVariableDeclaration3.json

344 lines
10 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 245,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 10,
"end": 18,
"ctxt": 0
},
"value": "runTests",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1,
"end": 245,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 21,
"end": 245,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 27,
"end": 243,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 31,
"end": 80,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 31,
"end": 38,
"ctxt": 0
},
"value": "outfile",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 41,
"end": 80,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 45,
"end": 78,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 45,
"end": 61,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 45,
"end": 52,
"ctxt": 0
},
"value": "Harness",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 53,
"end": 61,
"ctxt": 0
},
"value": "Compiler",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 62,
"end": 78,
"ctxt": 0
},
"value": "WriterAggregator",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 89,
"end": 137,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 89,
"end": 95,
"ctxt": 0
},
"value": "outerr",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 98,
"end": 137,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 102,
"end": 135,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 102,
"end": 118,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 102,
"end": 109,
"ctxt": 0
},
"value": "Harness",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 110,
"end": 118,
"ctxt": 0
},
"value": "Compiler",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 119,
"end": 135,
"ctxt": 0
},
"value": "WriterAggregator",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 146,
"end": 229,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 146,
"end": 154,
"ctxt": 0
},
"value": "compiler",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 157,
"end": 229,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 188,
"end": 229,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 192,
"end": 221,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 192,
"end": 202,
"ctxt": 0
},
"value": "TypeScript",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 203,
"end": 221,
"ctxt": 0
},
"value": "TypeScriptCompiler",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 222,
"end": 228,
"ctxt": 0
},
"value": "outerr",
"optional": false
}
}
],
"typeArguments": null
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 158,
"end": 187,
"ctxt": 0
},
"typeName": {
"type": "TsQualifiedName",
"left": {
"type": "Identifier",
"span": {
"start": 158,
"end": 168,
"ctxt": 0
},
"value": "TypeScript",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 169,
"end": 187,
"ctxt": 0
},
"value": "TypeScriptCompiler",
"optional": false
}
},
"typeParams": null
}
},
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 238,
"end": 242,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 238,
"end": 242,
"ctxt": 0
},
"value": "code",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}