{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                }
              }
            },
            "init": {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "DataProperty",
                  "name": {
                    "type": "StaticPropertyName",
                    "value": "b",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 4,
                        "offset": 14
                      },
                      "end": {
                        "line": 2,
                        "column": 7,
                        "offset": 17
                      }
                    }
                  },
                  "expression": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 9,
                        "offset": 19
                      },
                      "end": {
                        "line": 2,
                        "column": 10,
                        "offset": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 14
                    },
                    "end": {
                      "line": 2,
                      "column": 10,
                      "offset": 20
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 3,
                  "column": 1,
                  "offset": 22
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 3,
                "column": 1,
                "offset": 22
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 2,
          "offset": 23
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 4,
      "column": 0,
      "offset": 24
    }
  }
}
