{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "let",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 23
                      },
                      "end": {
                        "line": 2,
                        "column": 9,
                        "offset": 24
                      }
                    }
                  },
                  "init": {
                    "type": "NewTargetExpression",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 12,
                        "offset": 27
                      },
                      "end": {
                        "line": 2,
                        "column": 22,
                        "offset": 37
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 22,
                      "offset": 37
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 19
                },
                "end": {
                  "line": 2,
                  "column": 22,
                  "offset": 37
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 2,
                "column": 23,
                "offset": 38
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 40
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 1,
          "offset": 40
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 4,
      "column": 0,
      "offset": 41
    }
  }
}
