{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "FunctionExpression",
        "isAsync": false,
        "isGenerator": false,
        "name": null,
        "params": {
          "type": "FormalParameters",
          "items": [],
          "rest": null,
          "loc": {
            "start": {
              "line": 1,
              "column": 9,
              "offset": 9
            },
            "end": {
              "line": 1,
              "column": 11,
              "offset": 11
            }
          }
        },
        "body": {
          "type": "FunctionBody",
          "directives": [
            {
              "type": "Directive",
              "rawValue": "use strict",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 13,
                  "offset": 13
                },
                "end": {
                  "line": 1,
                  "column": 26,
                  "offset": 26
                }
              }
            }
          ],
          "statements": [
            {
              "type": "ReturnStatement",
              "expression": {
                "type": "LiteralNumericExpression",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 33,
                    "offset": 33
                  },
                  "end": {
                    "line": 1,
                    "column": 34,
                    "offset": 34
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 26,
                  "offset": 26
                },
                "end": {
                  "line": 1,
                  "column": 35,
                  "offset": 35
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 12,
              "offset": 12
            },
            "end": {
              "line": 1,
              "column": 36,
              "offset": 36
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 1,
            "column": 36,
            "offset": 36
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 38,
          "offset": 38
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 38,
      "offset": 38
    }
  }
}
