react-cauldron
Version:
We have a library of components to display that you can expand on. We provide basic props and you can add in any extra props you wish.
2,083 lines (2,082 loc) • 59.7 kB
JSON
{
"type": "File",
"start": 0,
"end": 263,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 16,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 263,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 16,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 41,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 41
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 7,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 12
}
},
"local": {
"type": "Identifier",
"start": 7,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 12
},
"identifierName": "React"
},
"name": "React"
}
},
{
"type": "ImportSpecifier",
"start": 16,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 16,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 25
},
"identifierName": "PropTypes"
},
"name": "PropTypes"
},
"local": {
"type": "Identifier",
"start": 16,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 25
},
"identifierName": "PropTypes"
},
"name": "PropTypes"
}
}
],
"source": {
"type": "StringLiteral",
"start": 33,
"end": 40,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 40
}
},
"extra": {
"rawValue": "react",
"raw": "'react'"
},
"value": "react"
}
},
{
"type": "ExportDefaultDeclaration",
"start": 43,
"end": 195,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 11,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 58,
"end": 195,
"loc": {
"start": {
"line": 3,
"column": 15
},
"end": {
"line": 11,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 64,
"end": 66,
"loc": {
"start": {
"line": 3,
"column": 21
},
"end": {
"line": 3,
"column": 23
},
"identifierName": "H2"
},
"name": "H2"
},
"superClass": {
"type": "MemberExpression",
"start": 75,
"end": 90,
"loc": {
"start": {
"line": 3,
"column": 32
},
"end": {
"line": 3,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 75,
"end": 80,
"loc": {
"start": {
"line": 3,
"column": 32
},
"end": {
"line": 3,
"column": 37
},
"identifierName": "React"
},
"name": "React"
},
"property": {
"type": "Identifier",
"start": 81,
"end": 90,
"loc": {
"start": {
"line": 3,
"column": 38
},
"end": {
"line": 3,
"column": 47
},
"identifierName": "Component"
},
"name": "Component"
},
"computed": false
},
"body": {
"type": "ClassBody",
"start": 91,
"end": 195,
"loc": {
"start": {
"line": 3,
"column": 48
},
"end": {
"line": 11,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 97,
"end": 135,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 6,
"column": 5
}
},
"computed": false,
"key": {
"type": "Identifier",
"start": 97,
"end": 108,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"static": false,
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 111,
"end": 135,
"loc": {
"start": {
"line": 4,
"column": 18
},
"end": {
"line": 6,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 121,
"end": 129,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 16
}
},
"expression": {
"type": "CallExpression",
"start": 121,
"end": 128,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 15
}
},
"callee": {
"type": "Super",
"start": 121,
"end": 126,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 13
}
}
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 141,
"end": 193,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 10,
"column": 5
}
},
"computed": false,
"key": {
"type": "Identifier",
"start": 141,
"end": 147,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 10
},
"identifierName": "render"
},
"name": "render"
},
"static": false,
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 150,
"end": 193,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 10,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 160,
"end": 187,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 35
}
},
"expression": {
"type": "JSXElement",
"start": 160,
"end": 187,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 35
}
},
"openingElement": {
"type": "JSXOpeningElement",
"start": 160,
"end": 164,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 12
}
},
"attributes": [],
"name": {
"type": "JSXIdentifier",
"start": 161,
"end": 163,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 11
}
},
"name": "h2"
},
"selfClosing": false
},
"closingElement": {
"type": "JSXClosingElement",
"start": 182,
"end": 187,
"loc": {
"start": {
"line": 9,
"column": 30
},
"end": {
"line": 9,
"column": 35
}
},
"name": {
"type": "JSXIdentifier",
"start": 184,
"end": 186,
"loc": {
"start": {
"line": 9,
"column": 32
},
"end": {
"line": 9,
"column": 34
}
},
"name": "h2"
}
},
"children": [
{
"type": "JSXExpressionContainer",
"start": 164,
"end": 182,
"loc": {
"start": {
"line": 9,
"column": 12
},
"end": {
"line": 9,
"column": 30
}
},
"expression": {
"type": "MemberExpression",
"start": 165,
"end": 181,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 165,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 165,
"end": 169,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 170,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 18
},
"end": {
"line": 9,
"column": 23
},
"identifierName": "props"
},
"name": "props"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 176,
"end": 181,
"loc": {
"start": {
"line": 9,
"column": 24
},
"end": {
"line": 9,
"column": 29
},
"identifierName": "title"
},
"name": "title"
},
"computed": false
}
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "EmptyStatement",
"start": 195,
"end": 196,
"loc": {
"start": {
"line": 11,
"column": 1
},
"end": {
"line": 11,
"column": 2
}
}
},
{
"type": "ExpressionStatement",
"start": 198,
"end": 262,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 15,
"column": 2
}
},
"expression": {
"type": "AssignmentExpression",
"start": 198,
"end": 261,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 15,
"column": 1
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 198,
"end": 210,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 12
}
},
"object": {
"type": "Identifier",
"start": 198,
"end": 200,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 2
},
"identifierName": "H2"
},
"name": "H2"
},
"property": {
"type": "Identifier",
"start": 201,
"end": 210,
"loc": {
"start": {
"line": 13,
"column": 3
},
"end": {
"line": 13,
"column": 12
},
"identifierName": "PropTypes"
},
"name": "PropTypes"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 213,
"end": 261,
"loc": {
"start": {
"line": 13,
"column": 15
},
"end": {
"line": 15,
"column": 1
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 219,
"end": 259,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 219,
"end": 224,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 9
},
"identifierName": "title"
},
"name": "title"
},
"value": {
"type": "MemberExpression",
"start": 226,
"end": 259,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 226,
"end": 248,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 226,
"end": 241,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 226,
"end": 231,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 16
},
"identifierName": "React"
},
"name": "React"
},
"property": {
"type": "Identifier",
"start": 232,
"end": 241,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 14,
"column": 26
},
"identifierName": "PropTypes"
},
"name": "PropTypes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 242,
"end": 248,
"loc": {
"start": {
"line": 14,
"column": 27
},
"end": {
"line": 14,
"column": 33
},
"identifierName": "string"
},
"name": "string"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 249,
"end": 259,
"loc": {
"start": {
"line": 14,
"column": 34
},
"end": {
"line": 14,
"column": 44
},
"identifierName": "isRequired"
},
"name": "isRequired"
},
"computed": false
}
}
]
}
}
}
],
"directives": []
},
"comments": [],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "React",
"start": 7,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 12
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12,
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 12
},
"end": {
"line": 1,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 14,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "PropTypes",
"start": 16,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 26,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 28,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "react",
"start": 33,
"end": 40,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 40,
"end": 41,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 41
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 43,
"end": 49,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 50,
"end": 57,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 14
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 58,
"end": 63,
"loc": {
"start": {
"line": 3,
"column": 15
},
"end": {
"line": 3,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "H2",
"start": 64,
"end": 66,
"loc": {
"start": {
"line": 3,
"column": 21
},
"end": {
"line": 3,
"column": 23
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 67,
"end": 74,
"loc": {
"start": {
"line": 3,
"column": 24
},
"end": {
"line": 3,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "React",
"start": 75,
"end": 80,
"loc": {
"start": {
"line": 3,
"column": 32
},
"end": {
"line": 3,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 80,
"end": 81,
"loc": {
"start": {
"line": 3,
"column": 37
},
"end": {
"line": 3,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Component",
"start": 81,
"end": 90,
"loc": {
"start": {
"line": 3,
"column": 38
},
"end": {
"line": 3,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 91,
"end": 92,
"loc": {
"start": {
"line": 3,
"column": 48
},
"end": {
"line": 3,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 97,
"end": 108,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 108,
"end": 109,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 4,
"column": 16
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 109,
"end": 110,
"loc": {
"start": {
"line": 4,
"column": 16
},
"end": {
"line": 4,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 111,
"end": 112,
"loc": {
"start": {
"line": 4,
"column": 18
},
"end": {
"line": 4,
"column": 19
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 121,
"end": 126,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 126,
"end": 127,
"loc": {
"start": {
"line": 5,
"column": 13
},
"end": {
"line": 5,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 127,
"end": 128,
"loc": {
"start": {
"line": 5,
"column": 14
},
"end": {
"line": 5,
"column": 15
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 128,
"end": 129,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 134,
"end": 135,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "render",
"start": 141,
"end": 147,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 147,
"end": 148,
"loc": {
"start": {
"line": 8,
"column": 10
},
"end": {
"line": 8,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 148,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 11
},
"end": {
"line": 8,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 150,
"end": 151,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "jsxTagStart",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 160,
"end": 161,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 9
}
}
},
{
"type": {
"label": "jsxName",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "h2",
"start": 161,
"end": 163,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 11
}
}
},
{
"type": {
"label": "jsxTagEnd",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 163,
"end": 164,
"loc": {
"start": {
"line": 9,
"column": 11
},
"end": {
"line": 9,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 164,
"end": 165,
"loc": {
"start": {
"line": 9,
"column": 12
},
"end": {
"line": 9,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 165,
"end": 169,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 169,
"end": 170,
"loc": {
"start": {
"line": 9,
"column": 17
},
"end": {
"line": 9,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "props",
"start": 170,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 18
},
"end": {
"line": 9,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 9,
"column": 23
},
"end": {
"line": 9,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 176,
"end": 181,
"loc": {
"start": {
"line": 9,
"column": 24
},
"end": {
"line": 9,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 181,
"end": 182,
"loc": {
"start": {
"line": 9,
"column": 29
},
"end": {
"line": 9,
"column": 30
}
}
},
{
"type": {
"label": "jsxTagStart",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 182,
"end": 183,
"loc": {
"start": {
"line": 9,
"column": 30
},
"end": {
"line": 9,
"column": 31
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 183,
"end": 184,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 9,
"column": 32
}
}
},
{
"type": {
"label": "jsxName",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "h2",
"start": 184,
"end": 186,
"loc": {
"start": {
"line": 9,
"column": 32
},
"end": {
"line": 9,
"column": 34
}
}
},
{
"type": {
"label": "jsxTagEnd",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 186,
"end": 187,
"loc": {
"start": {
"line": 9,
"column": 34
},
"end": {
"line": 9,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 192,
"end": 193,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 5
}
}
},