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

366 lines
8.8 KiB
JSON

{
"type": "Module",
"span": {
"start": 63,
"end": 259,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 63,
"end": 114,
"ctxt": 0
},
"declaration": {
"type": "TsInterfaceDeclaration",
"span": {
"start": 70,
"end": 114,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 80,
"end": 88,
"ctxt": 0
},
"value": "BarProps",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 89,
"end": 114,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 95,
"end": 112,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 95,
"end": 102,
"ctxt": 0
},
"value": "barProp",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 103,
"end": 111,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 105,
"end": 111,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 116,
"end": 179,
"ctxt": 0
},
"declaration": {
"type": "TsInterfaceDeclaration",
"span": {
"start": 123,
"end": 179,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 133,
"end": 141,
"ctxt": 0
},
"value": "FooProps",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 142,
"end": 179,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 148,
"end": 177,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 148,
"end": 156,
"ctxt": 0
},
"value": "fooProps",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 157,
"end": 176,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 159,
"end": 176,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 159,
"end": 167,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 159,
"end": 167,
"ctxt": 0
},
"value": "BarProps",
"optional": false
},
"typeParams": null
},
{
"type": "TsKeywordType",
"span": {
"start": 170,
"end": 176,
"ctxt": 0
},
"kind": "object"
}
]
}
},
"typeParams": null
}
]
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 181,
"end": 209,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 195,
"end": 208,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 195,
"end": 198,
"ctxt": 0
},
"value": "foo",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 198,
"end": 208,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 200,
"end": 208,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 200,
"end": 208,
"ctxt": 0
},
"value": "FooProps",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 210,
"end": 240,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 216,
"end": 239,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 216,
"end": 233,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 218,
"end": 231,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 218,
"end": 226,
"ctxt": 0
},
"value": "fooProps",
"optional": false
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 229,
"end": 231,
"ctxt": 0
},
"properties": []
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 236,
"end": 239,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 242,
"end": 259,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 242,
"end": 258,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 242,
"end": 250,
"ctxt": 0
},
"value": "fooProps",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 251,
"end": 258,
"ctxt": 0
},
"value": "barProp",
"optional": false
}
}
}
],
"interpreter": null
}