{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "SwitchStatementWithDefault",
      "discriminant": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 1,
            "column": 8,
            "offset": 8
          }
        }
      },
      "preDefaultCases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "LiteralNumericExpression",
            "value": 1,
            "loc": {
              "start": {
                "line": 1,
                "column": 15,
                "offset": 15
              },
              "end": {
                "line": 1,
                "column": 16,
                "offset": 16
              }
            }
          },
          "consequent": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 10,
              "offset": 10
            },
            "end": {
              "line": 1,
              "column": 17,
              "offset": 17
            }
          }
        }
      ],
      "defaultCase": {
        "type": "SwitchDefault",
        "consequent": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 1,
            "column": 25,
            "offset": 25
          }
        }
      },
      "postDefaultCases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "LiteralNumericExpression",
            "value": 2,
            "loc": {
              "start": {
                "line": 1,
                "column": 30,
                "offset": 30
              },
              "end": {
                "line": 1,
                "column": 31,
                "offset": 31
              }
            }
          },
          "consequent": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 25,
              "offset": 25
            },
            "end": {
              "line": 1,
              "column": 32,
              "offset": 32
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 33,
          "offset": 33
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 33,
      "offset": 33
    }
  }
}
