{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "WhileStatement",
      "test": {
        "type": "LiteralNumericExpression",
        "value": 1,
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 1,
            "column": 8,
            "offset": 8
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 10,
              "offset": 10
            },
            "end": {
              "line": 1,
              "column": 12,
              "offset": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 12,
          "offset": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LiteralRegExpExpression",
        "pattern": "foo",
        "global": false,
        "ignoreCase": false,
        "multiLine": false,
        "dotAll": false,
        "unicode": false,
        "sticky": false,
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 1,
            "column": 18,
            "offset": 18
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 13,
          "offset": 13
        },
        "end": {
          "line": 1,
          "column": 18,
          "offset": 18
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 18,
      "offset": 18
    }
  }
}
