{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 49,
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 48,
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 47,
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 10,
              "name": "name"
            },
            "init": {
              "type": "CallExpression",
              "start": 13,
              "end": 47,
              "callee": {
                "type": "Identifier",
                "start": 13,
                "end": 17,
                "name": "view"
              },
              "arguments": [
                {
                  "type": "CallExpression",
                  "start": 18,
                  "end": 46,
                  "callee": {
                    "type": "MemberExpression",
                    "start": 18,
                    "end": 29,
                    "object": {
                      "type": "Identifier",
                      "start": 18,
                      "end": 24,
                      "name": "Inputs"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 25,
                      "end": 29,
                      "name": "text"
                    },
                    "computed": false,
                    "optional": false
                  },
                  "arguments": [
                    {
                      "type": "ObjectExpression",
                      "start": 30,
                      "end": 45,
                      "properties": [
                        {
                          "type": "Property",
                          "start": 31,
                          "end": 44,
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 31,
                            "end": 36,
                            "name": "label"
                          },
                          "value": {
                            "type": "Literal",
                            "start": 38,
                            "end": 44,
                            "value": "Name",
                            "raw": "\"Name\""
                          },
                          "kind": "init"
                        }
                      ]
                    }
                  ],
                  "optional": false
                }
              ],
              "optional": false
            }
          }
        ],
        "kind": "const"
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 6,
      "end": 10,
      "name": "name"
    }
  ],
  "references": [
    {
      "type": "Identifier",
      "start": 13,
      "end": 17,
      "name": "view"
    },
    {
      "type": "Identifier",
      "start": 18,
      "end": 24,
      "name": "Inputs"
    }
  ],
  "files": [],
  "imports": [],
  "expression": false,
  "async": false
}