swc/crates/swc_ecma_parser/tests/jsx/basic/20/input.js.json
Austaras f58b50bea7
refactor(es/ast): Change types of member-like expressions (#3178)
swc_ecma_ast:
 - Split `MemberExpr` into `MemberExpr` and `SuperPropExpr`.
 - Use `Box<Expr>` for `MemberExpr.obj`.
 - Use ad-hoc type for `MemberExpr.prop`.
 - Use ad-hoc type for `SuperPropExpr.prop`.
 - Use `Callee` instead of  `ExprOrSpread` for `CallExpr`.
 - Simplify types for meta property expressions.
2022-01-10 13:54:42 +00:00

299 lines
7.9 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 52,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 52,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 0,
"end": 52,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"value": "A",
"optional": false
},
"span": {
"start": 0,
"end": 31,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 3,
"end": 16,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3,
"end": 5,
"ctxt": 0
},
"value": "aa",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 6,
"end": 16,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 7,
"end": 15,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 7,
"end": 12,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 7,
"end": 9,
"ctxt": 0
},
"value": "aa",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 10,
"end": 12,
"ctxt": 0
},
"value": "bb",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 13,
"end": 15,
"ctxt": 0
},
"value": "cc",
"optional": false
}
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 17,
"end": 30,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 17,
"end": 19,
"ctxt": 0
},
"value": "bb",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 20,
"end": 30,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 21,
"end": 29,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 21,
"end": 26,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 21,
"end": 23,
"ctxt": 0
},
"value": "bb",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 24,
"end": 26,
"ctxt": 0
},
"value": "cc",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 27,
"end": 29,
"ctxt": 0
},
"value": "dd",
"optional": false
}
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXElement",
"span": {
"start": 31,
"end": 48,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 32,
"end": 35,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 31,
"end": 36,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 36,
"end": 42,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 37,
"end": 41,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 37,
"end": 39,
"ctxt": 0
},
"value": "aa",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 40,
"end": 41,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 42,
"end": 48,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 44,
"end": 47,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 48,
"end": 52,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": "A",
"optional": false
}
}
}
}
],
"interpreter": null
}