{
  "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": [],
      "defaultCase": {
        "type": "SwitchDefault",
        "consequent": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 18,
            "offset": 18
          }
        }
      },
      "postDefaultCases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "LiteralNumericExpression",
            "value": 1,
            "loc": {
              "start": {
                "line": 1,
                "column": 23,
                "offset": 23
              },
              "end": {
                "line": 1,
                "column": 24,
                "offset": 24
              }
            }
          },
          "consequent": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 18,
              "offset": 18
            },
            "end": {
              "line": 1,
              "column": 25,
              "offset": 25
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 26,
          "offset": 26
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 26,
      "offset": 26
    }
  }
}
