{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "'use strict'",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "Object",
            "range": [
              13,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "defineProperty",
            "range": [
              20,
              34
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 20
              },
              "end": {
                "line": 1,
                "column": 34
              }
            }
          },
          "range": [
            13,
            34
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13
            },
            "end": {
              "line": 1,
              "column": 34
            }
          }
        },
        "arguments": [
          {
            "type": "Identifier",
            "name": "exports",
            "range": [
              35,
              42
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 35
              },
              "end": {
                "line": 1,
                "column": 42
              }
            }
          },
          {
            "type": "Literal",
            "value": "__esModule",
            "raw": "'__esModule'",
            "range": [
              43,
              55
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 43
              },
              "end": {
                "line": 1,
                "column": 55
              }
            }
          },
          {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "value",
                  "range": [
                    57,
                    62
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 57
                    },
                    "end": {
                      "line": 1,
                      "column": 62
                    }
                  }
                },
                "value": {
                  "type": "UnaryExpression",
                  "operator": "!",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      64,
                      65
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 64
                      },
                      "end": {
                        "line": 1,
                        "column": 65
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    63,
                    65
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 63
                    },
                    "end": {
                      "line": 1,
                      "column": 65
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  57,
                  65
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 57
                  },
                  "end": {
                    "line": 1,
                    "column": 65
                  }
                }
              }
            ],
            "range": [
              56,
              66
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 56
              },
              "end": {
                "line": 1,
                "column": 66
              }
            }
          }
        ],
        "range": [
          13,
          67
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13
          },
          "end": {
            "line": 1,
            "column": 67
          }
        }
      },
      "range": [
        13,
        68
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 13
        },
        "end": {
          "line": 1,
          "column": 68
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends2",
            "range": [
              72,
              81
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 72
              },
              "end": {
                "line": 1,
                "column": 81
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                82,
                89
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 82
                },
                "end": {
                  "line": 1,
                  "column": 89
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/extends",
                "raw": "'babel-runtime/helpers/extends'",
                "range": [
                  90,
                  121
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 90
                  },
                  "end": {
                    "line": 1,
                    "column": 121
                  }
                }
              }
            ],
            "range": [
              82,
              122
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 82
              },
              "end": {
                "line": 1,
                "column": 122
              }
            }
          },
          "range": [
            72,
            122
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 72
            },
            "end": {
              "line": 1,
              "column": 122
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends3",
            "range": [
              123,
              132
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 123
              },
              "end": {
                "line": 1,
                "column": 132
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                133,
                155
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 133
                },
                "end": {
                  "line": 1,
                  "column": 155
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_extends2",
                "range": [
                  156,
                  165
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 156
                  },
                  "end": {
                    "line": 1,
                    "column": 165
                  }
                }
              }
            ],
            "range": [
              133,
              166
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 133
              },
              "end": {
                "line": 1,
                "column": 166
              }
            }
          },
          "range": [
            123,
            166
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 123
            },
            "end": {
              "line": 1,
              "column": 166
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf",
            "range": [
              167,
              182
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 167
              },
              "end": {
                "line": 1,
                "column": 182
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                183,
                190
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 183
                },
                "end": {
                  "line": 1,
                  "column": 190
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/core-js/object/get-prototype-of",
                "raw": "'babel-runtime/core-js/object/get-prototype-of'",
                "range": [
                  191,
                  238
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 191
                  },
                  "end": {
                    "line": 1,
                    "column": 238
                  }
                }
              }
            ],
            "range": [
              183,
              239
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 183
              },
              "end": {
                "line": 1,
                "column": 239
              }
            }
          },
          "range": [
            167,
            239
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 167
            },
            "end": {
              "line": 1,
              "column": 239
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf2",
            "range": [
              240,
              256
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 240
              },
              "end": {
                "line": 1,
                "column": 256
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                257,
                279
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 257
                },
                "end": {
                  "line": 1,
                  "column": 279
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_getPrototypeOf",
                "range": [
                  280,
                  295
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 280
                  },
                  "end": {
                    "line": 1,
                    "column": 295
                  }
                }
              }
            ],
            "range": [
              257,
              296
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 257
              },
              "end": {
                "line": 1,
                "column": 296
              }
            }
          },
          "range": [
            240,
            296
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 240
            },
            "end": {
              "line": 1,
              "column": 296
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck2",
            "range": [
              297,
              313
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 297
              },
              "end": {
                "line": 1,
                "column": 313
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                314,
                321
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 314
                },
                "end": {
                  "line": 1,
                  "column": 321
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/classCallCheck",
                "raw": "'babel-runtime/helpers/classCallCheck'",
                "range": [
                  322,
                  360
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 322
                  },
                  "end": {
                    "line": 1,
                    "column": 360
                  }
                }
              }
            ],
            "range": [
              314,
              361
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 314
              },
              "end": {
                "line": 1,
                "column": 361
              }
            }
          },
          "range": [
            297,
            361
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 297
            },
            "end": {
              "line": 1,
              "column": 361
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck3",
            "range": [
              362,
              378
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 362
              },
              "end": {
                "line": 1,
                "column": 378
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                379,
                401
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 379
                },
                "end": {
                  "line": 1,
                  "column": 401
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_classCallCheck2",
                "range": [
                  402,
                  418
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 402
                  },
                  "end": {
                    "line": 1,
                    "column": 418
                  }
                }
              }
            ],
            "range": [
              379,
              419
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 379
              },
              "end": {
                "line": 1,
                "column": 419
              }
            }
          },
          "range": [
            362,
            419
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 362
            },
            "end": {
              "line": 1,
              "column": 419
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn2",
            "range": [
              420,
              447
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 420
              },
              "end": {
                "line": 1,
                "column": 447
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                448,
                455
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 448
                },
                "end": {
                  "line": 1,
                  "column": 455
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/possibleConstructorReturn",
                "raw": "'babel-runtime/helpers/possibleConstructorReturn'",
                "range": [
                  456,
                  505
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 456
                  },
                  "end": {
                    "line": 1,
                    "column": 505
                  }
                }
              }
            ],
            "range": [
              448,
              506
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 448
              },
              "end": {
                "line": 1,
                "column": 506
              }
            }
          },
          "range": [
            420,
            506
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 420
            },
            "end": {
              "line": 1,
              "column": 506
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn3",
            "range": [
              507,
              534
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 507
              },
              "end": {
                "line": 1,
                "column": 534
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                535,
                557
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 535
                },
                "end": {
                  "line": 1,
                  "column": 557
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_possibleConstructorReturn2",
                "range": [
                  558,
                  585
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 558
                  },
                  "end": {
                    "line": 1,
                    "column": 585
                  }
                }
              }
            ],
            "range": [
              535,
              586
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 535
              },
              "end": {
                "line": 1,
                "column": 586
              }
            }
          },
          "range": [
            507,
            586
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 507
            },
            "end": {
              "line": 1,
              "column": 586
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits2",
            "range": [
              587,
              597
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 587
              },
              "end": {
                "line": 1,
                "column": 597
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                598,
                605
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 598
                },
                "end": {
                  "line": 1,
                  "column": 605
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/inherits",
                "raw": "'babel-runtime/helpers/inherits'",
                "range": [
                  606,
                  638
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 606
                  },
                  "end": {
                    "line": 1,
                    "column": 638
                  }
                }
              }
            ],
            "range": [
              598,
              639
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 598
              },
              "end": {
                "line": 1,
                "column": 639
              }
            }
          },
          "range": [
            587,
            639
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 587
            },
            "end": {
              "line": 1,
              "column": 639
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits3",
            "range": [
              640,
              650
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 640
              },
              "end": {
                "line": 1,
                "column": 650
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                651,
                673
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 651
                },
                "end": {
                  "line": 1,
                  "column": 673
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_inherits2",
                "range": [
                  674,
                  684
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 674
                  },
                  "end": {
                    "line": 1,
                    "column": 684
                  }
                }
              }
            ],
            "range": [
              651,
              685
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 651
              },
              "end": {
                "line": 1,
                "column": 685
              }
            }
          },
          "range": [
            640,
            685
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 640
            },
            "end": {
              "line": 1,
              "column": 685
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_element",
            "range": [
              686,
              694
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 686
              },
              "end": {
                "line": 1,
                "column": 694
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                695,
                702
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 695
                },
                "end": {
                  "line": 1,
                  "column": 702
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../element",
                "raw": "'../element'",
                "range": [
                  703,
                  715
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 703
                  },
                  "end": {
                    "line": 1,
                    "column": 715
                  }
                }
              }
            ],
            "range": [
              695,
              716
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 695
              },
              "end": {
                "line": 1,
                "column": 716
              }
            }
          },
          "range": [
            686,
            716
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 686
            },
            "end": {
              "line": 1,
              "column": 716
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_element2",
            "range": [
              717,
              726
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 717
              },
              "end": {
                "line": 1,
                "column": 726
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                727,
                749
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 727
                },
                "end": {
                  "line": 1,
                  "column": 749
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_element",
                "range": [
                  750,
                  758
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 750
                  },
                  "end": {
                    "line": 1,
                    "column": 758
                  }
                }
              }
            ],
            "range": [
              727,
              759
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 727
              },
              "end": {
                "line": 1,
                "column": 759
              }
            }
          },
          "range": [
            717,
            759
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 717
            },
            "end": {
              "line": 1,
              "column": 759
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        68,
        760
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 68
        },
        "end": {
          "line": 1,
          "column": 760
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireDefault",
        "range": [
          769,
          791
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 769
          },
          "end": {
            "line": 1,
            "column": 791
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            792,
            795
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 792
            },
            "end": {
              "line": 1,
              "column": 795
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "ConditionalExpression",
              "test": {
                "type": "LogicalExpression",
                "operator": "&&",
                "left": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    804,
                    807
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 804
                    },
                    "end": {
                      "line": 1,
                      "column": 807
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      809,
                      812
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 809
                      },
                      "end": {
                        "line": 1,
                        "column": 812
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "__esModule",
                    "range": [
                      813,
                      823
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 813
                      },
                      "end": {
                        "line": 1,
                        "column": 823
                      }
                    }
                  },
                  "range": [
                    809,
                    823
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 809
                    },
                    "end": {
                      "line": 1,
                      "column": 823
                    }
                  }
                },
                "range": [
                  804,
                  823
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 804
                  },
                  "end": {
                    "line": 1,
                    "column": 823
                  }
                }
              },
              "consequent": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  824,
                  827
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 824
                  },
                  "end": {
                    "line": 1,
                    "column": 827
                  }
                }
              },
              "alternate": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        829,
                        836
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 829
                        },
                        "end": {
                          "line": 1,
                          "column": 836
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "obj",
                      "range": [
                        837,
                        840
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 837
                        },
                        "end": {
                          "line": 1,
                          "column": 840
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      829,
                      840
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 829
                      },
                      "end": {
                        "line": 1,
                        "column": 840
                      }
                    }
                  }
                ],
                "range": [
                  828,
                  841
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 828
                  },
                  "end": {
                    "line": 1,
                    "column": 841
                  }
                }
              },
              "range": [
                804,
                841
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 804
                },
                "end": {
                  "line": 1,
                  "column": 841
                }
              }
            },
            "range": [
              797,
              841
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 797
              },
              "end": {
                "line": 1,
                "column": 841
              }
            }
          }
        ],
        "range": [
          796,
          842
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 796
          },
          "end": {
            "line": 1,
            "column": 842
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        760,
        842
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 760
        },
        "end": {
          "line": 1,
          "column": 842
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Group",
            "range": [
              846,
              851
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 846
              },
              "end": {
                "line": 1,
                "column": 851
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Element",
                  "range": [
                    861,
                    869
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 861
                    },
                    "end": {
                      "line": 1,
                      "column": 869
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Group",
                      "range": [
                        880,
                        885
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 880
                        },
                        "end": {
                          "line": 1,
                          "column": 885
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          886,
                          887
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 886
                          },
                          "end": {
                            "line": 1,
                            "column": 887
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "b",
                                "range": [
                                  893,
                                  894
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 893
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 894
                                  }
                                }
                              },
                              "init": {
                                "type": "ConditionalExpression",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "<",
                                    "left": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        895,
                                        896
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 895
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 896
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arguments",
                                        "range": [
                                          897,
                                          906
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 897
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 906
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          907,
                                          913
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 907
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 913
                                          }
                                        }
                                      },
                                      "range": [
                                        897,
                                        913
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 897
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 913
                                        }
                                      }
                                    },
                                    "range": [
                                      895,
                                      913
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 895
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 913
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "!==",
                                    "left": {
                                      "type": "UnaryExpression",
                                      "operator": "void",
                                      "argument": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          920,
                                          921
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 920
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 921
                                          }
                                        }
                                      },
                                      "prefix": true,
                                      "range": [
                                        915,
                                        921
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 915
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 921
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": true,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arguments",
                                        "range": [
                                          924,
                                          933
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 924
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 933
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          934,
                                          935
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 934
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 935
                                          }
                                        }
                                      },
                                      "range": [
                                        924,
                                        936
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 924
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 936
                                        }
                                      }
                                    },
                                    "range": [
                                      915,
                                      936
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 915
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 936
                                      }
                                    }
                                  },
                                  "range": [
                                    895,
                                    936
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 895
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 936
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "MemberExpression",
                                  "computed": true,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "arguments",
                                    "range": [
                                      937,
                                      946
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 937
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 946
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      947,
                                      948
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 947
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 948
                                      }
                                    }
                                  },
                                  "range": [
                                    937,
                                    949
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 937
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 949
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "ObjectExpression",
                                  "properties": [],
                                  "range": [
                                    950,
                                    952
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 950
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 952
                                    }
                                  }
                                },
                                "range": [
                                  895,
                                  952
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 895
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 952
                                  }
                                }
                              },
                              "range": [
                                893,
                                952
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 893
                                },
                                "end": {
                                  "line": 1,
                                  "column": 952
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            889,
                            953
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 889
                            },
                            "end": {
                              "line": 1,
                              "column": 953
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        960,
                                        961
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 960
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 961
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_classCallCheck3",
                                        "range": [
                                          962,
                                          978
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 962
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 978
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          979,
                                          986
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 979
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 986
                                          }
                                        }
                                      },
                                      "range": [
                                        962,
                                        986
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 962
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 986
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    960,
                                    986
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 960
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 986
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      988,
                                      992
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 988
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 992
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "Group",
                                    "range": [
                                      993,
                                      998
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 993
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 998
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  959,
                                  999
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 959
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 999
                                  }
                                }
                              },
                              {
                                "type": "LogicalExpression",
                                "operator": "&&",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "b",
                                    "range": [
                                      1000,
                                      1001
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1000
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1001
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "children",
                                    "range": [
                                      1002,
                                      1010
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1002
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1010
                                      }
                                    }
                                  },
                                  "range": [
                                    1000,
                                    1010
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1000
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1010
                                    }
                                  }
                                },
                                "right": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "b",
                                      "range": [
                                        1013,
                                        1014
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1013
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1014
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "children",
                                      "range": [
                                        1015,
                                        1023
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1015
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1023
                                        }
                                      }
                                    },
                                    "range": [
                                      1013,
                                      1023
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1013
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1023
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            1024,
                                            1025
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1024
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1025
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "children",
                                          "range": [
                                            1026,
                                            1034
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1026
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1034
                                            }
                                          }
                                        },
                                        "range": [
                                          1024,
                                          1034
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1024
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1034
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "map",
                                        "range": [
                                          1035,
                                          1038
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1035
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1038
                                          }
                                        }
                                      },
                                      "range": [
                                        1024,
                                        1038
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1024
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1038
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "c",
                                            "range": [
                                              1048,
                                              1049
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1048
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1049
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "ConditionalExpression",
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "operator": "instanceof",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "name": "c",
                                                    "range": [
                                                      1058,
                                                      1059
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1058
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1059
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "_element2",
                                                      "range": [
                                                        1071,
                                                        1080
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1071
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1080
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "default",
                                                      "range": [
                                                        1081,
                                                        1088
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1081
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1088
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1071,
                                                      1088
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1071
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1088
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1058,
                                                    1088
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1058
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1088
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "c",
                                                    "range": [
                                                      1089,
                                                      1090
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1089
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1090
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "id",
                                                    "range": [
                                                      1091,
                                                      1093
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1091
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1093
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1089,
                                                    1093
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1089
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1093
                                                    }
                                                  }
                                                },
                                                "alternate": {
                                                  "type": "Identifier",
                                                  "name": "c",
                                                  "range": [
                                                    1094,
                                                    1095
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1094
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1095
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1058,
                                                  1095
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1058
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1095
                                                  }
                                                }
                                              },
                                              "range": [
                                                1051,
                                                1095
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1051
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1095
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1050,
                                            1096
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1050
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1096
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1039,
                                          1096
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1039
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1096
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1024,
                                      1097
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1024
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1097
                                      }
                                    }
                                  },
                                  "range": [
                                    1013,
                                    1097
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1013
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1097
                                    }
                                  }
                                },
                                "range": [
                                  1000,
                                  1098
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1000
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1098
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1100,
                                        1101
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1100
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1101
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          1102,
                                          1129
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1102
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1129
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          1130,
                                          1137
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1130
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1137
                                          }
                                        }
                                      },
                                      "range": [
                                        1102,
                                        1137
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1102
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1137
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1100,
                                    1137
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1100
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1137
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      1139,
                                      1143
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1139
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1143
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Group",
                                            "range": [
                                              1145,
                                              1150
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1145
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1150
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              1151,
                                              1160
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1151
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1160
                                              }
                                            }
                                          },
                                          "range": [
                                            1145,
                                            1160
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1145
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1160
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1163,
                                                  1164
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1163
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1164
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    1165,
                                                    1181
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1165
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1181
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    1182,
                                                    1189
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1182
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1189
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1165,
                                                  1189
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1165
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1189
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1163,
                                              1189
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1163
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1189
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Group",
                                              "range": [
                                                1191,
                                                1196
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1191
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1196
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1162,
                                            1197
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1162
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1197
                                            }
                                          }
                                        },
                                        "range": [
                                          1145,
                                          1197
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1145
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1197
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          1199,
                                          1203
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1199
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1203
                                          }
                                        }
                                      },
                                      "range": [
                                        1144,
                                        1203
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1144
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1203
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          1204,
                                          1208
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1204
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1208
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          1209,
                                          1210
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1209
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1210
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                1212,
                                                1213
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1212
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1213
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_extends3",
                                                "range": [
                                                  1214,
                                                  1223
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1214
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1223
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  1224,
                                                  1231
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1224
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1231
                                                  }
                                                }
                                              },
                                              "range": [
                                                1214,
                                                1231
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1214
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1231
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1212,
                                            1231
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1212
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1231
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "type",
                                                  "range": [
                                                    1234,
                                                    1238
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1234
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1238
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "_element2",
                                                        "range": [
                                                          1239,
                                                          1248
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1239
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1248
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "default",
                                                        "range": [
                                                          1249,
                                                          1256
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1249
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1256
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1239,
                                                        1256
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1239
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1256
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Type",
                                                      "range": [
                                                        1257,
                                                        1261
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1257
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1261
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1239,
                                                      1261
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1239
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1261
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Group",
                                                    "range": [
                                                      1262,
                                                      1267
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1262
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1267
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1239,
                                                    1267
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1239
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1267
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1234,
                                                  1267
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1234
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1267
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "format",
                                                  "range": [
                                                    1268,
                                                    1274
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1268
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1274
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "Group",
                                                      "range": [
                                                        1275,
                                                        1280
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1275
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1280
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Format",
                                                      "range": [
                                                        1281,
                                                        1287
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1281
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1287
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1275,
                                                      1287
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1275
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1287
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Default",
                                                    "range": [
                                                      1288,
                                                      1295
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1288
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1295
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1275,
                                                    1295
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1275
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1295
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1268,
                                                  1295
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1268
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1295
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1233,
                                              1296
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1233
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1296
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              1297,
                                              1298
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1297
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1298
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1211,
                                          1299
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1211
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1299
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1144,
                                      1300
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1144
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1300
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1099,
                                  1301
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1099
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1301
                                  }
                                }
                              }
                            ],
                            "range": [
                              959,
                              1301
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 959
                              },
                              "end": {
                                "line": 1,
                                "column": 1301
                              }
                            }
                          },
                          "range": [
                            953,
                            1301
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 953
                            },
                            "end": {
                              "line": 1,
                              "column": 1301
                            }
                          }
                        }
                      ],
                      "range": [
                        888,
                        1302
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 888
                        },
                        "end": {
                          "line": 1,
                          "column": 1302
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      871,
                      1302
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 871
                      },
                      "end": {
                        "line": 1,
                        "column": 1302
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  1309,
                                  1310
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1309
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1310
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    1311,
                                    1321
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1311
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1321
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    1322,
                                    1329
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1322
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1329
                                    }
                                  }
                                },
                                "range": [
                                  1311,
                                  1329
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1311
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1329
                                  }
                                }
                              }
                            ],
                            "range": [
                              1309,
                              1329
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1309
                              },
                              "end": {
                                "line": 1,
                                "column": 1329
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Group",
                              "range": [
                                1331,
                                1336
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1331
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1336
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Element",
                              "range": [
                                1337,
                                1345
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1337
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1345
                                }
                              }
                            }
                          ],
                          "range": [
                            1308,
                            1346
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1308
                            },
                            "end": {
                              "line": 1,
                              "column": 1346
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Group",
                          "range": [
                            1347,
                            1352
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1347
                            },
                            "end": {
                              "line": 1,
                              "column": 1352
                            }
                          }
                        }
                      ],
                      "range": [
                        1308,
                        1352
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1308
                        },
                        "end": {
                          "line": 1,
                          "column": 1352
                        }
                      }
                    },
                    "range": [
                      1302,
                      1352
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1302
                      },
                      "end": {
                        "line": 1,
                        "column": 1352
                      }
                    }
                  }
                ],
                "range": [
                  870,
                  1353
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 870
                  },
                  "end": {
                    "line": 1,
                    "column": 1353
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                852,
                1353
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 852
                },
                "end": {
                  "line": 1,
                  "column": 1353
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_element2",
                  "range": [
                    1354,
                    1363
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1354
                    },
                    "end": {
                      "line": 1,
                      "column": 1363
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    1364,
                    1371
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1364
                    },
                    "end": {
                      "line": 1,
                      "column": 1371
                    }
                  }
                },
                "range": [
                  1354,
                  1371
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1354
                  },
                  "end": {
                    "line": 1,
                    "column": 1371
                  }
                }
              }
            ],
            "range": [
              852,
              1372
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 852
              },
              "end": {
                "line": 1,
                "column": 1372
              }
            }
          },
          "range": [
            846,
            1372
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 846
            },
            "end": {
              "line": 1,
              "column": 1372
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        842,
        1373
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 842
        },
        "end": {
          "line": 1,
          "column": 1373
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "Group",
            "range": [
              1373,
              1378
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1373
              },
              "end": {
                "line": 1,
                "column": 1378
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Format",
            "range": [
              1379,
              1385
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1379
              },
              "end": {
                "line": 1,
                "column": 1385
              }
            }
          },
          "range": [
            1373,
            1385
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1373
            },
            "end": {
              "line": 1,
              "column": 1385
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "key": {
                "type": "Identifier",
                "name": "Default",
                "range": [
                  1387,
                  1394
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1387
                  },
                  "end": {
                    "line": 1,
                    "column": 1394
                  }
                }
              },
              "value": {
                "type": "Literal",
                "value": "Default",
                "raw": "'Default'",
                "range": [
                  1395,
                  1404
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1395
                  },
                  "end": {
                    "line": 1,
                    "column": 1404
                  }
                }
              },
              "kind": "init",
              "method": false,
              "shorthand": false,
              "computed": false,
              "range": [
                1387,
                1404
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1387
                },
                "end": {
                  "line": 1,
                  "column": 1404
                }
              }
            },
            {
              "type": "Property",
              "key": {
                "type": "Identifier",
                "name": "Buttons",
                "range": [
                  1405,
                  1412
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1405
                  },
                  "end": {
                    "line": 1,
                    "column": 1412
                  }
                }
              },
              "value": {
                "type": "Literal",
                "value": "Buttons",
                "raw": "'Buttons'",
                "range": [
                  1413,
                  1422
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1413
                  },
                  "end": {
                    "line": 1,
                    "column": 1422
                  }
                }
              },
              "kind": "init",
              "method": false,
              "shorthand": false,
              "computed": false,
              "range": [
                1405,
                1422
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1405
                },
                "end": {
                  "line": 1,
                  "column": 1422
                }
              }
            },
            {
              "type": "Property",
              "key": {
                "type": "Identifier",
                "name": "Rows",
                "range": [
                  1423,
                  1427
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1423
                  },
                  "end": {
                    "line": 1,
                    "column": 1427
                  }
                }
              },
              "value": {
                "type": "Literal",
                "value": "Rows",
                "raw": "'Rows'",
                "range": [
                  1428,
                  1434
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1428
                  },
                  "end": {
                    "line": 1,
                    "column": 1434
                  }
                }
              },
              "kind": "init",
              "method": false,
              "shorthand": false,
              "computed": false,
              "range": [
                1423,
                1434
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1423
                },
                "end": {
                  "line": 1,
                  "column": 1434
                }
              }
            },
            {
              "type": "Property",
              "key": {
                "type": "Identifier",
                "name": "Table",
                "range": [
                  1435,
                  1440
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1435
                  },
                  "end": {
                    "line": 1,
                    "column": 1440
                  }
                }
              },
              "value": {
                "type": "Literal",
                "value": "Table",
                "raw": "'Table'",
                "range": [
                  1441,
                  1448
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1441
                  },
                  "end": {
                    "line": 1,
                    "column": 1448
                  }
                }
              },
              "kind": "init",
              "method": false,
              "shorthand": false,
              "computed": false,
              "range": [
                1435,
                1448
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1435
                },
                "end": {
                  "line": 1,
                  "column": 1448
                }
              }
            }
          ],
          "range": [
            1386,
            1449
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1386
            },
            "end": {
              "line": 1,
              "column": 1449
            }
          }
        },
        "range": [
          1373,
          1449
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1373
          },
          "end": {
            "line": 1,
            "column": 1449
          }
        }
      },
      "range": [
        1373,
        1450
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1373
        },
        "end": {
          "line": 1,
          "column": 1450
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1450,
              1457
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1450
              },
              "end": {
                "line": 1,
                "column": 1457
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1458,
              1465
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1458
              },
              "end": {
                "line": 1,
                "column": 1465
              }
            }
          },
          "range": [
            1450,
            1465
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1450
            },
            "end": {
              "line": 1,
              "column": 1465
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Group",
          "range": [
            1466,
            1471
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1466
            },
            "end": {
              "line": 1,
              "column": 1471
            }
          }
        },
        "range": [
          1450,
          1471
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1450
          },
          "end": {
            "line": 1,
            "column": 1471
          }
        }
      },
      "range": [
        1450,
        1472
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1450
        },
        "end": {
          "line": 1,
          "column": 1472
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1472
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 1472
    }
  },
  "comments": []
}