{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "SwitchStatement",
      "discriminant": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 8,
            "offset": 8
          },
          "end": {
            "line": 1,
            "column": 9,
            "offset": 9
          }
        }
      },
      "cases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "LiteralNumericExpression",
            "value": 1,
            "loc": {
              "start": {
                "line": 1,
                "column": 18,
                "offset": 18
              },
              "end": {
                "line": 1,
                "column": 19,
                "offset": 19
              }
            }
          },
          "consequent": [
            {
              "type": "VariableDeclarationStatement",
              "declaration": {
                "type": "VariableDeclaration",
                "kind": "let",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 25,
                          "offset": 25
                        },
                        "end": {
                          "line": 1,
                          "column": 26,
                          "offset": 26
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 25,
                        "offset": 25
                      },
                      "end": {
                        "line": 1,
                        "column": 26,
                        "offset": 26
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 21,
                    "offset": 21
                  },
                  "end": {
                    "line": 1,
                    "column": 26,
                    "offset": 26
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 21,
                  "offset": 21
                },
                "end": {
                  "line": 1,
                  "column": 27,
                  "offset": 27
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13,
              "offset": 13
            },
            "end": {
              "line": 1,
              "column": 27,
              "offset": 27
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 29,
          "offset": 29
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 29,
      "offset": 29
    }
  }
}
