{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "StringBase64",
          "loc": {
            "start": {
              "line": 16,
              "column": 14,
              "program": "StringBase64.ets"
            },
            "end": {
              "line": 16,
              "column": 26,
              "program": "StringBase64.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "TO_BASE64_TABLE",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 21,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 17,
                  "column": 36,
                  "program": "StringBase64.ets"
                }
              }
            },
            "value": {
              "type": "StringLiteral",
              "value": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 48,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 17,
                  "column": 119,
                  "program": "StringBase64.ets"
                }
              }
            },
            "accessibility": "public",
            "static": true,
            "readonly": true,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSTypeReference",
              "part": {
                "type": "ETSTypeReferencePart",
                "name": {
                  "type": "Identifier",
                  "name": "String",
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 39,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 17,
                      "column": 45,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 39,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 17,
                    "column": 45,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 39,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 17,
                  "column": 45,
                  "program": "StringBase64.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 17,
                "column": 21,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 17,
                "column": 119,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "BASE64PAD",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 21,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 18,
                  "column": 30,
                  "program": "StringBase64.ets"
                }
              }
            },
            "value": {
              "type": "CharLiteral",
              "value": "=",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 40,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 18,
                  "column": 44,
                  "program": "StringBase64.ets"
                }
              }
            },
            "accessibility": "public",
            "static": true,
            "readonly": true,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSPrimitiveType",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 33,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 18,
                  "column": 37,
                  "program": "StringBase64.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 18,
                "column": 21,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 18,
                "column": 44,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "TO_BINARY_TABLE",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 21,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 19,
                  "column": 36,
                  "program": "StringBase64.ets"
                }
              }
            },
            "value": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 48,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 50,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 52,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 54,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 56,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 58,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 60,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 62,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 64,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 66,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 68,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 70,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 72,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 74,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 76,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 78,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 80,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 82,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 84,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 86,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 88,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 90,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 92,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 94,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 96,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 98,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 100,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 102,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 104,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 106,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 108,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 110,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 112,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 114,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 116,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 118,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 120,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 122,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 124,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 126,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 128,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 130,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 132,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 134,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 136,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 138,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 140,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 142,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 144,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 146,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 148,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 150,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 152,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 154,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 156,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 158,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 160,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 162,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 164,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 166,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 168,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 170,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 172,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 174,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 176,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 178,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 180,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 182,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 184,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 186,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 188,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 190,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 192,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 194,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 196,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 198,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 200,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 202,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 204,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 206,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 208,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 210,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 212,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 214,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 216,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 218,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 62,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 220,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 222,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 224,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 226,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 228,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 230,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 232,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 234,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 63,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 236,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 238,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 52,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 240,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 242,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 53,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 244,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 246,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 54,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 248,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 250,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 55,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 252,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 254,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 56,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 256,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 258,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 57,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 260,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 262,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 58,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 264,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 266,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 59,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 268,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 270,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 60,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 272,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 274,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 61,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 276,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 278,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 280,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 282,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 284,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 286,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 288,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 290,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 0,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 292,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 293,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 295,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 297,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 299,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 301,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 303,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 305,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 0,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 307,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 308,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 310,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 311,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 313,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 314,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 316,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 317,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 4,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 319,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 320,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 5,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 322,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 323,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 6,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 325,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 326,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 7,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 328,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 329,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 8,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 331,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 332,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 9,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 334,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 335,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 10,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 337,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 339,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 11,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 341,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 343,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 12,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 345,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 347,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 13,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 349,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 351,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 14,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 353,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 355,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 15,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 357,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 359,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 16,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 361,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 363,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 17,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 365,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 367,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 18,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 369,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 371,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 19,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 373,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 375,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 20,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 377,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 379,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 21,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 381,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 383,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 22,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 385,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 387,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 23,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 389,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 391,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 24,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 393,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 395,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 25,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 397,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 399,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 401,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 403,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 405,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 407,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 409,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 411,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 413,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 415,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 417,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 419,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 421,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 423,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 26,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 425,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 427,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 27,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 429,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 431,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 28,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 433,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 435,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 29,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 437,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 439,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 30,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 441,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 443,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 31,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 445,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 447,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 32,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 449,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 451,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 33,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 453,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 455,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 34,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 457,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 459,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 35,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 461,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 463,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 36,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 465,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 467,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 37,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 469,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 471,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 38,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 473,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 475,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 39,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 477,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 479,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 40,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 481,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 483,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 41,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 485,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 487,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 42,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 489,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 491,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 43,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 493,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 495,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 44,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 497,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 499,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 45,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 501,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 503,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 46,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 505,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 507,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 47,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 509,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 511,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 48,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 513,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 515,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 49,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 517,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 519,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 50,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 521,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 523,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 51,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 525,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 527,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 529,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 531,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 533,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 535,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 537,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 539,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 541,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 543,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": -1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 545,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 547,
                      "program": "StringBase64.ets"
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 47,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 19,
                  "column": 548,
                  "program": "StringBase64.ets"
                }
              }
            },
            "accessibility": "public",
            "static": true,
            "readonly": true,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSTypeReference",
              "part": {
                "type": "ETSTypeReferencePart",
                "name": {
                  "type": "Identifier",
                  "name": "Array",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 1,
                      "column": 3,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "typeParams": {
                  "type": "TSTypeParameterInstantiation",
                  "params": [
                    {
                      "type": "ETSPrimitiveType",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 3,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 1,
                          "column": 3,
                          "program": "StringBase64.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 3,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 1,
                      "column": 3,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 1,
                    "column": 3,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 42,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 19,
                  "column": 44,
                  "program": "StringBase64.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 19,
                "column": 21,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 19,
                "column": 548,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "toBase64",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 6,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 20,
                  "column": 14,
                  "program": "StringBase64.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "toBase64",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 6,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 20,
                      "column": 14,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "ETSParameterExpression",
                    "name": {
                      "type": "Identifier",
                      "name": "data",
                      "typeAnnotation": {
                        "type": "ETSTypeReference",
                        "part": {
                          "type": "ETSTypeReferencePart",
                          "name": {
                            "type": "Identifier",
                            "name": "String",
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 22,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 20,
                                "column": 28,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 22,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 20,
                              "column": 28,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 22,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 20,
                            "column": 28,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 15,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 20,
                          "column": 28,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 15,
                        "program": "StringBase64.ets"
                      },
                      "end": {
                        "line": 20,
                        "column": 28,
                        "program": "StringBase64.ets"
                      }
                    }
                  }
                ],
                "returnType": {
                  "type": "ETSTypeReference",
                  "part": {
                    "type": "ETSTypeReferencePart",
                    "name": {
                      "type": "Identifier",
                      "name": "String",
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 31,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 20,
                          "column": 37,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 31,
                        "program": "StringBase64.ets"
                      },
                      "end": {
                        "line": 20,
                        "column": 37,
                        "program": "StringBase64.ets"
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 31,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 20,
                      "column": 37,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "result",
                            "typeAnnotation": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "StringBuilder",
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 22,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 35,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 22,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 35,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 22,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 21,
                                  "column": 35,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 21,
                                "column": 19,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "ETSNewClassInstanceExpression",
                            "typeReference": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "StringBuilder",
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 42,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 55,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 42,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 55,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 42,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 21,
                                  "column": 55,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 38,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 21,
                                "column": 58,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 21,
                              "column": 58,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 21,
                          "column": 58,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "length",
                            "typeAnnotation": {
                              "type": "ETSPrimitiveType",
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 22,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 22,
                                  "column": 25,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 22,
                                "column": 19,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "object": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "name": "data",
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 28,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 32,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "length",
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 33,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 39,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 28,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 39,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "toInt",
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 40,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 45,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "computed": false,
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 28,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 22,
                                  "column": 45,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "arguments": [],
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 28,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 22,
                                "column": 47,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 22,
                              "column": 47,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 22,
                          "column": 48,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "i",
                            "typeAnnotation": {
                              "type": "ETSPrimitiveType",
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 17,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 23,
                                  "column": 20,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 23,
                                "column": 14,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": null,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 23,
                              "column": 14,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 23,
                          "column": 22,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ForUpdateStatement",
                      "init": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 14,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 24,
                              "column": 15,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 0,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 18,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 24,
                              "column": 19,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 14,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 24,
                            "column": 19,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "<",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 21,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 24,
                              "column": 22,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "operator": "-",
                          "left": {
                            "type": "Identifier",
                            "name": "length",
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 26,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 24,
                                "column": 32,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "right": {
                            "type": "NumberLiteral",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 35,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 24,
                                "column": 36,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 25,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 24,
                              "column": 37,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 21,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 24,
                            "column": 37,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "update": {
                        "type": "AssignmentExpression",
                        "operator": "+=",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 39,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 24,
                              "column": 40,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 3,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 44,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 24,
                              "column": 45,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 39,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 24,
                            "column": 45,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "name": "result",
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 13,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 19,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "append",
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 20,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 26,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "StringBase64",
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 39,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "TO_BASE64_TABLE",
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 40,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 55,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "charAt",
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 62,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 62,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "operator": ">>",
                                      "left": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "object": {
                                                "type": "Identifier",
                                                "name": "data",
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 63,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 67,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "charAt",
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 68,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 74,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "computed": false,
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 63,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 74,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "i",
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 75,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 76,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              }
                                            ],
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 63,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 77,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "toInt",
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 78,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 83,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 63,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 83,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 63,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 85,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "NumberLiteral",
                                        "value": 2,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 89,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 90,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 63,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 90,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 91,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 25,
                                  "column": 92,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 25,
                                "column": 93,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "name": "result",
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 13,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 19,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "append",
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 20,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 26,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "StringBase64",
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 39,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "TO_BASE64_TABLE",
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 40,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 55,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "charAt",
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 62,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 62,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "operator": "+",
                                      "left": {
                                        "type": "BinaryExpression",
                                        "operator": "<<",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "&",
                                          "left": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "data",
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 65,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 69,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "charAt",
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 70,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 76,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "computed": false,
                                                  "optional": false,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 65,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 76,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 77,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 78,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  }
                                                ],
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 65,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 79,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toInt",
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 80,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 85,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "computed": false,
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 65,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 85,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 65,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 87,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "NumberLiteral",
                                            "value": 3,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 90,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 94,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 64,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 95,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "NumberLiteral",
                                          "value": 4,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 99,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 100,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 63,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 101,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "operator": ">>",
                                        "left": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "data",
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 105,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 109,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "charAt",
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 110,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 116,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "computed": false,
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 105,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 116,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "operator": "+",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 117,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 118,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "NumberLiteral",
                                                    "value": 1,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 121,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 122,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 117,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 122,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                }
                                              ],
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 105,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 123,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "toInt",
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 124,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 129,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 105,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 129,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 105,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 131,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "NumberLiteral",
                                          "value": 4,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 135,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 136,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 104,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 137,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 63,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 137,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 138,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 26,
                                  "column": 139,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 26,
                                "column": 140,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "name": "result",
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 13,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 19,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "append",
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 20,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 26,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "StringBase64",
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 39,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "TO_BASE64_TABLE",
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 40,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 55,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "charAt",
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 62,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 62,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "operator": "+",
                                      "left": {
                                        "type": "BinaryExpression",
                                        "operator": "<<",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "&",
                                          "left": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "data",
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 65,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 69,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "charAt",
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 70,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 76,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "computed": false,
                                                  "optional": false,
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 65,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 76,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "name": "i",
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 77,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 78,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "NumberLiteral",
                                                      "value": 1,
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 81,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 82,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 77,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 82,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  }
                                                ],
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 65,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 83,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toInt",
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 84,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 89,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "computed": false,
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 65,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 89,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 65,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 91,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "NumberLiteral",
                                            "value": 15,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 94,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 98,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 64,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 99,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "NumberLiteral",
                                          "value": 2,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 103,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 104,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 63,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 105,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "operator": ">>",
                                        "left": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "data",
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 109,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 113,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "charAt",
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 114,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 120,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "computed": false,
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 109,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 120,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "operator": "+",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 121,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 122,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "NumberLiteral",
                                                    "value": 2,
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 125,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 126,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 121,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 126,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                }
                                              ],
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 109,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 127,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "toInt",
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 128,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 133,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 109,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 133,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 109,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 135,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "NumberLiteral",
                                          "value": 6,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 139,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 140,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 108,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 141,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 63,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 141,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 142,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 27,
                                  "column": 143,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 27,
                                "column": 144,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "name": "result",
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 13,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 19,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "append",
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 20,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 26,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "StringBase64",
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 39,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "TO_BASE64_TABLE",
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 40,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 55,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "charAt",
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 62,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 62,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "operator": "&",
                                      "left": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "object": {
                                                "type": "Identifier",
                                                "name": "data",
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 63,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 67,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "charAt",
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 68,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 74,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "computed": false,
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 63,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 74,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "i",
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 75,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 76,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "NumberLiteral",
                                                  "value": 2,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 79,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 80,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 75,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 80,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              }
                                            ],
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 63,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 81,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "toInt",
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 82,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 87,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 63,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 87,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 63,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 89,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "NumberLiteral",
                                        "value": 63,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 92,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 96,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 63,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 96,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 97,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 28,
                                  "column": 98,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 28,
                                "column": 99,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 47,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 29,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 29,
                          "column": 10,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "!=",
                        "left": {
                          "type": "BinaryExpression",
                          "operator": "%",
                          "left": {
                            "type": "Identifier",
                            "name": "length",
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 30,
                                "column": 19,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "right": {
                            "type": "NumberLiteral",
                            "value": 3,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 22,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 30,
                                "column": 23,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 30,
                              "column": 23,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 0,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 27,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 30,
                              "column": 28,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 22,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 30,
                            "column": 28,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "name": "i",
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 14,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "-",
                                "left": {
                                  "type": "Identifier",
                                  "name": "length",
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 23,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "operator": "%",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 33,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "NumberLiteral",
                                    "value": 3,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 36,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 37,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 38,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 38,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 31,
                                  "column": 38,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 31,
                                "column": 39,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "Identifier",
                                  "name": "result",
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 13,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 19,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "append",
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 20,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 26,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "StringBase64",
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 39,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "TO_BASE64_TABLE",
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 40,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 55,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "charAt",
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 62,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 62,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "operator": ">>",
                                      "left": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "object": {
                                                "type": "Identifier",
                                                "name": "data",
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 63,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 67,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "charAt",
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 68,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 74,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "computed": false,
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 63,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 74,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "i",
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 75,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 76,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              }
                                            ],
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 63,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 77,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "toInt",
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 78,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 83,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 63,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 83,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 63,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 85,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "NumberLiteral",
                                        "value": 2,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 89,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 90,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 63,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 90,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 91,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 32,
                                  "column": 92,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 32,
                                "column": 93,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "==",
                              "left": {
                                "type": "BinaryExpression",
                                "operator": "%",
                                "left": {
                                  "type": "Identifier",
                                  "name": "length",
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 18,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 24,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NumberLiteral",
                                  "value": 3,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 28,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 29,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "NumberLiteral",
                                "value": 2,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 33,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 34,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 17,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 33,
                                  "column": 34,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "statements": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 17,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 23,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "append",
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 30,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "Identifier",
                                              "name": "StringBase64",
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 31,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 43,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "TO_BASE64_TABLE",
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 44,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 59,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 31,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 59,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "charAt",
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 60,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 66,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 66,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "operator": "+",
                                            "left": {
                                              "type": "BinaryExpression",
                                              "operator": "<<",
                                              "left": {
                                                "type": "BinaryExpression",
                                                "operator": "&",
                                                "left": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "data",
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 69,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 73,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "charAt",
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 74,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 80,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        },
                                                        "computed": false,
                                                        "optional": false,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 69,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 80,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "i",
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 81,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 82,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "optional": false,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 69,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 83,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "toInt",
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 84,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 89,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "computed": false,
                                                    "optional": false,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 69,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 89,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "optional": false,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 69,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 91,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "NumberLiteral",
                                                  "value": 3,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 94,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 98,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 68,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 99,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "NumberLiteral",
                                                "value": 4,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 103,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 104,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 67,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 105,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "BinaryExpression",
                                              "operator": ">>",
                                              "left": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "data",
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 109,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 113,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "charAt",
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 114,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 120,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "computed": false,
                                                      "optional": false,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 109,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 120,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BinaryExpression",
                                                        "operator": "+",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "name": "i",
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 121,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 122,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "NumberLiteral",
                                                          "value": 1,
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 125,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 126,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        },
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 121,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 126,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "optional": false,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 109,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 127,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "toInt",
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 128,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 133,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "computed": false,
                                                  "optional": false,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 109,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 133,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 109,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 135,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "NumberLiteral",
                                                "value": 4,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 139,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 140,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 108,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 141,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 67,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 141,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          }
                                        ],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 31,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 142,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 143,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 144,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 17,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 23,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "append",
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 30,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "Identifier",
                                              "name": "StringBase64",
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 31,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 43,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "TO_BASE64_TABLE",
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 44,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 59,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 31,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 59,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "charAt",
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 60,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 66,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 66,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "operator": "<<",
                                            "left": {
                                              "type": "BinaryExpression",
                                              "operator": "&",
                                              "left": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "data",
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 68,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 72,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "charAt",
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 73,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 79,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "computed": false,
                                                      "optional": false,
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 68,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 79,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BinaryExpression",
                                                        "operator": "+",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "name": "i",
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 80,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 81,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "NumberLiteral",
                                                          "value": 1,
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 84,
                                                              "program": "StringBase64.ets"
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 85,
                                                              "program": "StringBase64.ets"
                                                            }
                                                          }
                                                        },
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 80,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 85,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "optional": false,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 68,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 86,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "toInt",
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 87,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 92,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "computed": false,
                                                  "optional": false,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 68,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 92,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 68,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 94,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "NumberLiteral",
                                                "value": 15,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 97,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 101,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 67,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 102,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NumberLiteral",
                                              "value": 2,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 106,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 107,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 67,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 107,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          }
                                        ],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 31,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 108,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 109,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 110,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 17,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 23,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "append",
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 30,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "object": {
                                          "type": "Identifier",
                                          "name": "StringBase64",
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 43,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "BASE64PAD",
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 44,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 53,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "computed": false,
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 31,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 53,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 54,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 55,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 36,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 37,
                                  "column": 14,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "statements": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 17,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 23,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "append",
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 30,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "Identifier",
                                              "name": "StringBase64",
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 31,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 43,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "TO_BASE64_TABLE",
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 44,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 59,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 31,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 59,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "charAt",
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 60,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 66,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 66,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "operator": "<<",
                                            "left": {
                                              "type": "BinaryExpression",
                                              "operator": "&",
                                              "left": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "data",
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 68,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 72,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "charAt",
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 73,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 79,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      },
                                                      "computed": false,
                                                      "optional": false,
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 68,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 79,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "i",
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 80,
                                                            "program": "StringBase64.ets"
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 81,
                                                            "program": "StringBase64.ets"
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "optional": false,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 68,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 82,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "toInt",
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 83,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 88,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "computed": false,
                                                  "optional": false,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 68,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 88,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 68,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 90,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "NumberLiteral",
                                                "value": 3,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 93,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 97,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 67,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 98,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NumberLiteral",
                                              "value": 4,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 102,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 103,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 67,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 103,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          }
                                        ],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 31,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 104,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 105,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 106,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 17,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 23,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "append",
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 30,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "object": {
                                          "type": "Identifier",
                                          "name": "StringBase64",
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 43,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "BASE64PAD",
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 44,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 53,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "computed": false,
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 31,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 53,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 54,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 55,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 17,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 23,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "append",
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 30,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "object": {
                                          "type": "Identifier",
                                          "name": "StringBase64",
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 43,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "BASE64PAD",
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 44,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 53,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "computed": false,
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 31,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 53,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 54,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 55,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 18,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 42,
                                  "column": 14,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 42,
                                "column": 14,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 30,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 43,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "alternate": null,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 43,
                          "column": 10,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "Identifier",
                            "name": "result",
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 16,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 44,
                                "column": 22,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "toString",
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 23,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 44,
                                "column": 31,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 16,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 44,
                              "column": 31,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "arguments": [],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 16,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 44,
                            "column": 33,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 44,
                          "column": 34,
                          "program": "StringBase64.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 38,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 45,
                      "column": 6,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 14,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 45,
                    "column": 6,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 14,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 45,
                  "column": 6,
                  "program": "StringBase64.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 6,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 45,
                "column": 6,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "base64ToString",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 6,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 46,
                  "column": 20,
                  "program": "StringBase64.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "base64ToString",
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 6,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 46,
                      "column": 20,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "ETSParameterExpression",
                    "name": {
                      "type": "Identifier",
                      "name": "data",
                      "typeAnnotation": {
                        "type": "ETSTypeReference",
                        "part": {
                          "type": "ETSTypeReferencePart",
                          "name": {
                            "type": "Identifier",
                            "name": "String",
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 28,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 46,
                                "column": 34,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 28,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 46,
                              "column": 34,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 28,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 46,
                            "column": 34,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 21,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 46,
                          "column": 34,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 21,
                        "program": "StringBase64.ets"
                      },
                      "end": {
                        "line": 46,
                        "column": 34,
                        "program": "StringBase64.ets"
                      }
                    }
                  }
                ],
                "returnType": {
                  "type": "ETSTypeReference",
                  "part": {
                    "type": "ETSTypeReferencePart",
                    "name": {
                      "type": "Identifier",
                      "name": "String",
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 37,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 46,
                          "column": 43,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 37,
                        "program": "StringBase64.ets"
                      },
                      "end": {
                        "line": 46,
                        "column": 43,
                        "program": "StringBase64.ets"
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 37,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 46,
                      "column": 43,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "result",
                            "typeAnnotation": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "StringBuilder",
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 22,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 35,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 22,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 35,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 22,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 47,
                                  "column": 35,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 47,
                                "column": 19,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "ETSNewClassInstanceExpression",
                            "typeReference": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "StringBuilder",
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 42,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 55,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 42,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 55,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 42,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 47,
                                  "column": 55,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 38,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 47,
                                "column": 58,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 47,
                              "column": 58,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 47,
                          "column": 58,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "leftbits",
                            "typeAnnotation": {
                              "type": "ETSPrimitiveType",
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 24,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 48,
                                  "column": 27,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 48,
                                "column": 21,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "NumberLiteral",
                            "value": 0,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 30,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 48,
                                "column": 31,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 48,
                              "column": 31,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 48,
                          "column": 32,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "leftdata",
                            "typeAnnotation": {
                              "type": "ETSPrimitiveType",
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 24,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 49,
                                  "column": 27,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 49,
                                "column": 21,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "NumberLiteral",
                            "value": 0,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 30,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 49,
                                "column": 31,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 49,
                              "column": 31,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 49,
                          "column": 32,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ForUpdateStatement",
                      "init": {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "i",
                              "typeAnnotation": {
                                "type": "ETSPrimitiveType",
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 22,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 25,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 18,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 50,
                                  "column": 19,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "init": {
                              "type": "NumberLiteral",
                              "value": 0,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 28,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 50,
                                  "column": 29,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 18,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 50,
                                "column": 29,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 14,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 50,
                            "column": 29,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "<",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 31,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 50,
                              "column": 32,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "Identifier",
                            "name": "data",
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 35,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 50,
                                "column": 39,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "length",
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 40,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 50,
                                "column": 46,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 35,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 50,
                              "column": 46,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 31,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 50,
                            "column": 46,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 48,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 50,
                              "column": 49,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 48,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 50,
                            "column": 51,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "c",
                                  "typeAnnotation": {
                                    "type": "ETSPrimitiveType",
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 21,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 24,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 18,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "Identifier",
                                      "name": "StringBase64",
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 39,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "TO_BINARY_TABLE",
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 40,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 55,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "BinaryExpression",
                                    "operator": "&",
                                    "left": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "object": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "Identifier",
                                              "name": "data",
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 56,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 60,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "charAt",
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 61,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 67,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 56,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 67,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "i",
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 68,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 69,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            }
                                          ],
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 56,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 70,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "toInt",
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 71,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 76,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "computed": false,
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 56,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 76,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 78,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "NumberLiteral",
                                      "value": 127,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 81,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 85,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 56,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 85,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "computed": true,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 86,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 86,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 51,
                                "column": 87,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "padding",
                                  "typeAnnotation": {
                                    "type": "ETSPrimitiveType",
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 34,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 24,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "operator": "==",
                                  "left": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "data",
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 37,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 41,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "charAt",
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 42,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 48,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 37,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 48,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "i",
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 49,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 50,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 37,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 51,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "Identifier",
                                      "name": "StringBase64",
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 67,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "BASE64PAD",
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 68,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 77,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 55,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 77,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 37,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 77,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 77,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 52,
                                "column": 78,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "==",
                              "left": {
                                "type": "Identifier",
                                "name": "c",
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 18,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "NumberLiteral",
                                "value": -1,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 22,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 24,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 17,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 53,
                                  "column": 24,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "statements": [
                                {
                                  "type": "ContinueStatement",
                                  "label": null,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 26,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 26,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 55,
                                  "column": 14,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "alternate": null,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 55,
                                "column": 14,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "name": "leftdata",
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 21,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "|",
                                "left": {
                                  "type": "BinaryExpression",
                                  "operator": "<<",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "leftdata",
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 25,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 33,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "NumberLiteral",
                                    "value": 6,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 37,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 38,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 24,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 39,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "c",
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 42,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 43,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 24,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 43,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 56,
                                  "column": 43,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 56,
                                "column": 44,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "name": "leftbits",
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 21,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "NumberLiteral",
                                "value": 6,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 25,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 26,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 57,
                                  "column": 26,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 57,
                                "column": 27,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": ">=",
                              "left": {
                                "type": "Identifier",
                                "name": "leftbits",
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 25,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "NumberLiteral",
                                "value": 8,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 29,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 30,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 17,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 58,
                                  "column": 30,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "statements": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "-=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "leftbits",
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 25,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "NumberLiteral",
                                      "value": 8,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 29,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 30,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 30,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 31,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "UnaryExpression",
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "name": "padding",
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 22,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 29,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 21,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 29,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "statements": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "object": {
                                              "type": "Identifier",
                                              "name": "result",
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 21,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 27,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "append",
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 28,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 34,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "computed": false,
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 21,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 34,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "object": {
                                                  "type": "BinaryExpression",
                                                  "operator": "&",
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "operator": ">>",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "name": "leftdata",
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 37,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 45,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Identifier",
                                                      "name": "leftbits",
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 49,
                                                          "program": "StringBase64.ets"
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 57,
                                                          "program": "StringBase64.ets"
                                                        }
                                                      }
                                                    },
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 36,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 58,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "NumberLiteral",
                                                    "value": 255,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 61,
                                                        "program": "StringBase64.ets"
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 65,
                                                        "program": "StringBase64.ets"
                                                      }
                                                    }
                                                  },
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 35,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 66,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "toChar",
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 67,
                                                      "program": "StringBase64.ets"
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 73,
                                                      "program": "StringBase64.ets"
                                                    }
                                                  }
                                                },
                                                "computed": false,
                                                "optional": false,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 35,
                                                    "program": "StringBase64.ets"
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 73,
                                                    "program": "StringBase64.ets"
                                                  }
                                                }
                                              },
                                              "arguments": [],
                                              "optional": false,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 35,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 75,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            }
                                          ],
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 21,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 76,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 21,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 77,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 31,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 18,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "alternate": null,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 18,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "&=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "leftdata",
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 17,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 25,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "operator": "-",
                                      "left": {
                                        "type": "BinaryExpression",
                                        "operator": "<<",
                                        "left": {
                                          "type": "NumberLiteral",
                                          "value": 1,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 30,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 31,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "name": "leftbits",
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 35,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 43,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 29,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 44,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "NumberLiteral",
                                        "value": 1,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 47,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 48,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 29,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 48,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 17,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 48,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 49,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 32,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 64,
                                  "column": 14,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "alternate": null,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 64,
                                "column": 14,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 53,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 65,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 65,
                          "column": 10,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "!=",
                        "left": {
                          "type": "Identifier",
                          "name": "leftbits",
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 66,
                              "column": 21,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 0,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 25,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 66,
                              "column": 26,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 13,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 66,
                            "column": 26,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "statements": [],
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 28,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 67,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "alternate": null,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 67,
                          "column": 10,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "Identifier",
                            "name": "result",
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 16,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 68,
                                "column": 22,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "toString",
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 23,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 68,
                                "column": 31,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 16,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 68,
                              "column": 31,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "arguments": [],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 16,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 68,
                            "column": 33,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 68,
                          "column": 34,
                          "program": "StringBase64.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 44,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 69,
                      "column": 6,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 20,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 69,
                    "column": 6,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 46,
                  "column": 20,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 69,
                  "column": 6,
                  "program": "StringBase64.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 46,
                "column": 6,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 69,
                "column": 6,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "n1",
              "loc": {
                "start": {
                  "line": 70,
                  "column": 5,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 70,
                  "column": 7,
                  "program": "StringBase64.ets"
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 8192,
              "loc": {
                "start": {
                  "line": 70,
                  "column": 16,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 70,
                  "column": 20,
                  "program": "StringBase64.ets"
                }
              }
            },
            "accessibility": "public",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSPrimitiveType",
              "loc": {
                "start": {
                  "line": 70,
                  "column": 10,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 70,
                  "column": 13,
                  "program": "StringBase64.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 70,
                "column": 5,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 70,
                "column": 20,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "n2",
              "loc": {
                "start": {
                  "line": 71,
                  "column": 5,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 71,
                  "column": 7,
                  "program": "StringBase64.ets"
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 16384,
              "loc": {
                "start": {
                  "line": 71,
                  "column": 16,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 71,
                  "column": 21,
                  "program": "StringBase64.ets"
                }
              }
            },
            "accessibility": "public",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSPrimitiveType",
              "loc": {
                "start": {
                  "line": 71,
                  "column": 10,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 71,
                  "column": 13,
                  "program": "StringBase64.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 71,
                "column": 5,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 71,
                "column": 21,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "run",
              "loc": {
                "start": {
                  "line": 72,
                  "column": 13,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 72,
                  "column": 16,
                  "program": "StringBase64.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "run",
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 13,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 72,
                      "column": 16,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "returnType": {
                  "type": "ETSPrimitiveType",
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 20,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 72,
                      "column": 24,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "str",
                            "typeAnnotation": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "String",
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 19,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 25,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 19,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 25,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 19,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 73,
                                  "column": 25,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 73,
                                "column": 16,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "StringLiteral",
                            "value": "",
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 28,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 73,
                                "column": 30,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 13,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 73,
                              "column": 30,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 73,
                          "column": 31,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ForUpdateStatement",
                      "init": {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "i",
                              "typeAnnotation": {
                                "type": "ETSPrimitiveType",
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 22,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 25,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 18,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 74,
                                  "column": 19,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "init": {
                              "type": "NumberLiteral",
                              "value": 0,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 28,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 74,
                                  "column": 29,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 18,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 74,
                                "column": 29,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 14,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 74,
                            "column": 29,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "<",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 31,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 74,
                              "column": 32,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 35,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 74,
                                "column": 39,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "n1",
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 40,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 74,
                                "column": 42,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 35,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 74,
                              "column": 42,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 31,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 74,
                            "column": 42,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 44,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 74,
                              "column": 45,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 44,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 74,
                            "column": 47,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "name": "str",
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 16,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "*",
                                      "left": {
                                        "type": "NumberLiteral",
                                        "value": 25,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 22,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 24,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "random",
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 27,
                                                  "program": "StringBase64.ets"
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 33,
                                                  "program": "StringBase64.ets"
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "optional": false,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 27,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 35,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "toInt",
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 36,
                                                "program": "StringBase64.ets"
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 41,
                                                "program": "StringBase64.ets"
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 27,
                                              "program": "StringBase64.ets"
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 41,
                                              "program": "StringBase64.ets"
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 43,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 21,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 44,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "NumberLiteral",
                                      "value": 97,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 47,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 49,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 20,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 50,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toChar",
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 51,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 57,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "computed": false,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 20,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 57,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "arguments": [],
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 20,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 59,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 75,
                                  "column": 59,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 75,
                                "column": 60,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 49,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 76,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 76,
                          "column": 10,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ForUpdateStatement",
                      "init": {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "i",
                              "typeAnnotation": {
                                "type": "ETSPrimitiveType",
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 22,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 25,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 18,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 77,
                                  "column": 19,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "init": {
                              "type": "MemberExpression",
                              "object": {
                                "type": "ThisExpression",
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 28,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 32,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "n1",
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 33,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 35,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "computed": false,
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 28,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 77,
                                  "column": 35,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 18,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 77,
                                "column": 35,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 14,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 77,
                            "column": 35,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "<=",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 37,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 77,
                              "column": 38,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 42,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 77,
                                "column": 46,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "n2",
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 47,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 77,
                                "column": 49,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 42,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 77,
                              "column": 49,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 37,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 77,
                            "column": 49,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "update": {
                        "type": "AssignmentExpression",
                        "operator": "*=",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 51,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 77,
                              "column": 52,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 2,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 56,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 77,
                              "column": 57,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 51,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 77,
                            "column": 57,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "base64",
                                  "typeAnnotation": {
                                    "type": "ETSTypeReference",
                                    "part": {
                                      "type": "ETSTypeReferencePart",
                                      "name": {
                                        "type": "Identifier",
                                        "name": "String",
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 26,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 32,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 26,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 32,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 26,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 32,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 23,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "ThisExpression",
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 35,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 39,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "toBase64",
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 40,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 48,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 35,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 48,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "str",
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 49,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 52,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 35,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 53,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 53,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 78,
                                "column": 54,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "encoded",
                                  "typeAnnotation": {
                                    "type": "ETSTypeReference",
                                    "part": {
                                      "type": "ETSTypeReferencePart",
                                      "name": {
                                        "type": "Identifier",
                                        "name": "String",
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 27,
                                            "program": "StringBase64.ets"
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 33,
                                            "program": "StringBase64.ets"
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 27,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 33,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 27,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 33,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 17,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 24,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "object": {
                                      "type": "ThisExpression",
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 36,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 40,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "base64ToString",
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 41,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 55,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    },
                                    "computed": false,
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 36,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 55,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "base64",
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 56,
                                          "program": "StringBase64.ets"
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 62,
                                          "program": "StringBase64.ets"
                                        }
                                      }
                                    }
                                  ],
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 36,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 63,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 17,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 63,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 79,
                                "column": 64,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "UnaryExpression",
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "Identifier",
                                    "name": "encoded",
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 18,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 25,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equals",
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 26,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 32,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  },
                                  "computed": false,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 18,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 32,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "str",
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 33,
                                        "program": "StringBase64.ets"
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 36,
                                        "program": "StringBase64.ets"
                                      }
                                    }
                                  }
                                ],
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 18,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 37,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 17,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 80,
                                  "column": 37,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "statements": [],
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 39,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 81,
                                  "column": 14,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "alternate": null,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 81,
                                "column": 14,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "name": "str",
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 13,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 16,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "str",
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 20,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 23,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 13,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 82,
                                  "column": 23,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 13,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 82,
                                "column": 24,
                                "program": "StringBase64.ets"
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 59,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 83,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 9,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 83,
                          "column": 10,
                          "program": "StringBase64.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 25,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 85,
                      "column": 6,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 16,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 85,
                    "column": 6,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 72,
                  "column": 16,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 85,
                  "column": 6,
                  "program": "StringBase64.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 72,
                "column": 13,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 85,
                "column": 6,
                "program": "StringBase64.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 29,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 16,
                  "column": 29,
                  "program": "StringBase64.ets"
                }
              }
            },
            "kind": "constructor",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "constructor",
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 29,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 29,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 29,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 29,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 29,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 16,
                    "column": 29,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 29,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 16,
                  "column": 29,
                  "program": "StringBase64.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 1,
                "program": null
              },
              "end": {
                "line": 1,
                "column": 1,
                "program": null
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 28,
            "program": "StringBase64.ets"
          },
          "end": {
            "line": 86,
            "column": 2,
            "program": "StringBase64.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1,
          "program": "StringBase64.ets"
        },
        "end": {
          "line": 86,
          "column": 2,
          "program": "StringBase64.ets"
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ETSGLOBAL",
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "program": "StringBase64.ets"
            },
            "end": {
              "line": 1,
              "column": 1,
              "program": "StringBase64.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "main",
              "loc": {
                "start": {
                  "line": 88,
                  "column": 10,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 88,
                  "column": 14,
                  "program": "StringBase64.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "main",
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 10,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 88,
                      "column": 14,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "returnType": {
                  "type": "ETSPrimitiveType",
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 18,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 88,
                      "column": 22,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 7,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 89,
                                "column": 8,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "init": {
                            "type": "ETSNewClassInstanceExpression",
                            "typeReference": {
                              "type": "ETSTypeReference",
                              "part": {
                                "type": "ETSTypeReferencePart",
                                "name": {
                                  "type": "Identifier",
                                  "name": "StringBase64",
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 15,
                                      "program": "StringBase64.ets"
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 27,
                                      "program": "StringBase64.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 15,
                                    "program": "StringBase64.ets"
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 27,
                                    "program": "StringBase64.ets"
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 15,
                                  "program": "StringBase64.ets"
                                },
                                "end": {
                                  "line": 89,
                                  "column": 27,
                                  "program": "StringBase64.ets"
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 11,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 89,
                                "column": 28,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 7,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 89,
                              "column": 28,
                              "program": "StringBase64.ets"
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 3,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 89,
                          "column": 28,
                          "program": "StringBase64.ets"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "Identifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 3,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 90,
                                "column": 4,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "run",
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 5,
                                "program": "StringBase64.ets"
                              },
                              "end": {
                                "line": 90,
                                "column": 8,
                                "program": "StringBase64.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 3,
                              "program": "StringBase64.ets"
                            },
                            "end": {
                              "line": 90,
                              "column": 8,
                              "program": "StringBase64.ets"
                            }
                          }
                        },
                        "arguments": [],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 3,
                            "program": "StringBase64.ets"
                          },
                          "end": {
                            "line": 90,
                            "column": 10,
                            "program": "StringBase64.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 3,
                          "program": "StringBase64.ets"
                        },
                        "end": {
                          "line": 90,
                          "column": 11,
                          "program": "StringBase64.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 23,
                      "program": "StringBase64.ets"
                    },
                    "end": {
                      "line": 91,
                      "column": 2,
                      "program": "StringBase64.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 10,
                    "program": "StringBase64.ets"
                  },
                  "end": {
                    "line": 91,
                    "column": 2,
                    "program": "StringBase64.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 88,
                  "column": 10,
                  "program": "StringBase64.ets"
                },
                "end": {
                  "line": 91,
                  "column": 2,
                  "program": "StringBase64.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 88,
                "column": 1,
                "program": "StringBase64.ets"
              },
              "end": {
                "line": 91,
                "column": 2,
                "program": "StringBase64.ets"
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "program": "StringBase64.ets"
          },
          "end": {
            "line": 1,
            "column": 1,
            "program": "StringBase64.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1,
          "program": "StringBase64.ets"
        },
        "end": {
          "line": 1,
          "column": 1,
          "program": "StringBase64.ets"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "StringBase64.ets"
    },
    "end": {
      "line": 92,
      "column": 1,
      "program": "StringBase64.ets"
    }
  }
}