{
  "type": "Program",
  "statements": [
    {
      "type": "IfStatement",
      "test": {
        "type": "NumberLiteral",
        "value": 1,
        "loc": {
          "start": {
            "line": 1,
            "column": 5
          },
          "end": {
            "line": 1,
            "column": 6
          }
        }
      },
      "consequent": {
        "type": "TSEnumDeclaration",
        "id": {
          "type": "Identifier",
          "name": "A",
          "decorators": [],
          "loc": {
            "start": {
              "line": 2,
              "column": 16
            },
            "end": {
              "line": 2,
              "column": 17
            }
          }
        },
        "members": [],
        "const": true,
        "loc": {
          "start": {
            "line": 2,
            "column": 11
          },
          "end": {
            "line": 2,
            "column": 21
          }
        }
      },
      "alternate": {
        "type": "IfStatement",
        "test": {
          "type": "NumberLiteral",
          "value": 2,
          "loc": {
            "start": {
              "line": 3,
              "column": 10
            },
            "end": {
              "line": 3,
              "column": 11
            }
          }
        },
        "consequent": {
          "type": "TSEnumDeclaration",
          "id": {
            "type": "Identifier",
            "name": "B",
            "decorators": [],
            "loc": {
              "start": {
                "line": 4,
                "column": 16
              },
              "end": {
                "line": 4,
                "column": 17
              }
            }
          },
          "members": [],
          "const": true,
          "loc": {
            "start": {
              "line": 4,
              "column": 11
            },
            "end": {
              "line": 4,
              "column": 21
            }
          }
        },
        "alternate": {
          "type": "TSEnumDeclaration",
          "id": {
            "type": "Identifier",
            "name": "C",
            "decorators": [],
            "loc": {
              "start": {
                "line": 6,
                "column": 16
              },
              "end": {
                "line": 6,
                "column": 17
              }
            }
          },
          "members": [],
          "const": true,
          "loc": {
            "start": {
              "line": 6,
              "column": 11
            },
            "end": {
              "line": 6,
              "column": 21
            }
          }
        },
        "loc": {
          "start": {
            "line": 3,
            "column": 6
          },
          "end": {
            "line": 6,
            "column": 21
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 6,
          "column": 21
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 7,
      "column": 1
    }
  }
}
