{
  "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": "Label",
            "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": "Label",
                      "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
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "b",
                        "range": [
                          888,
                          889
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 888
                          },
                          "end": {
                            "line": 1,
                            "column": 889
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        898,
                                        899
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 898
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 899
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_classCallCheck3",
                                        "range": [
                                          900,
                                          916
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 900
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 916
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          917,
                                          924
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 917
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 924
                                          }
                                        }
                                      },
                                      "range": [
                                        900,
                                        924
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 900
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 924
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    898,
                                    924
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 898
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 924
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      926,
                                      930
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 926
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 930
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "Label",
                                    "range": [
                                      931,
                                      936
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 931
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 936
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  897,
                                  937
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 897
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 937
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        939,
                                        940
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 939
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 940
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          941,
                                          968
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 941
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 968
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          969,
                                          976
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 969
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 976
                                          }
                                        }
                                      },
                                      "range": [
                                        941,
                                        976
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 941
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 976
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    939,
                                    976
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 939
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 976
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      978,
                                      982
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 978
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 982
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Label",
                                            "range": [
                                              984,
                                              989
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 984
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 989
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              990,
                                              999
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 990
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 999
                                              }
                                            }
                                          },
                                          "range": [
                                            984,
                                            999
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 984
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 999
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1002,
                                                  1003
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1002
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1003
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    1004,
                                                    1020
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1004
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1020
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    1021,
                                                    1028
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1021
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1028
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1004,
                                                  1028
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1004
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1028
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1002,
                                              1028
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1002
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1028
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Label",
                                              "range": [
                                                1030,
                                                1035
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1030
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1035
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1001,
                                            1036
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1001
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1036
                                            }
                                          }
                                        },
                                        "range": [
                                          984,
                                          1036
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 984
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1036
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          1038,
                                          1042
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1038
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1042
                                          }
                                        }
                                      },
                                      "range": [
                                        983,
                                        1042
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 983
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1042
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          1043,
                                          1047
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1043
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1047
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          1048,
                                          1049
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1048
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1049
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                1051,
                                                1052
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1051
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1052
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_extends3",
                                                "range": [
                                                  1053,
                                                  1062
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1053
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1062
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  1063,
                                                  1070
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1063
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1070
                                                  }
                                                }
                                              },
                                              "range": [
                                                1053,
                                                1070
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1053
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1070
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1051,
                                            1070
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1051
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1070
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "type",
                                                  "range": [
                                                    1073,
                                                    1077
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1073
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1077
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "_element2",
                                                        "range": [
                                                          1078,
                                                          1087
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1078
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1087
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "default",
                                                        "range": [
                                                          1088,
                                                          1095
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1088
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1095
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1078,
                                                        1095
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1078
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1095
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Type",
                                                      "range": [
                                                        1096,
                                                        1100
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1096
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1100
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1078,
                                                      1100
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1078
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1100
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Label",
                                                    "range": [
                                                      1101,
                                                      1106
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1101
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1106
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1078,
                                                    1106
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1078
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1106
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1073,
                                                  1106
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1073
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1106
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "value",
                                                  "range": [
                                                    1107,
                                                    1112
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1107
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1112
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "",
                                                  "raw": "\"\"",
                                                  "range": [
                                                    1113,
                                                    1115
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1113
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1115
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1107,
                                                  1115
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1107
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1115
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1072,
                                              1116
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1072
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1116
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              1117,
                                              1118
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1117
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1118
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1050,
                                          1119
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1050
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1119
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      983,
                                      1120
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 983
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1120
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  938,
                                  1121
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 938
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1121
                                  }
                                }
                              }
                            ],
                            "range": [
                              897,
                              1121
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 897
                              },
                              "end": {
                                "line": 1,
                                "column": 1121
                              }
                            }
                          },
                          "range": [
                            891,
                            1121
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 891
                            },
                            "end": {
                              "line": 1,
                              "column": 1121
                            }
                          }
                        }
                      ],
                      "range": [
                        890,
                        1122
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 890
                        },
                        "end": {
                          "line": 1,
                          "column": 1122
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      871,
                      1122
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 871
                      },
                      "end": {
                        "line": 1,
                        "column": 1122
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  1129,
                                  1130
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1129
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1130
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    1131,
                                    1141
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1131
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1141
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    1142,
                                    1149
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1142
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1149
                                    }
                                  }
                                },
                                "range": [
                                  1131,
                                  1149
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1131
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1149
                                  }
                                }
                              }
                            ],
                            "range": [
                              1129,
                              1149
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1129
                              },
                              "end": {
                                "line": 1,
                                "column": 1149
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Label",
                              "range": [
                                1151,
                                1156
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1151
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1156
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Element",
                              "range": [
                                1157,
                                1165
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1157
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1165
                                }
                              }
                            }
                          ],
                          "range": [
                            1128,
                            1166
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1128
                            },
                            "end": {
                              "line": 1,
                              "column": 1166
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Label",
                          "range": [
                            1167,
                            1172
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1167
                            },
                            "end": {
                              "line": 1,
                              "column": 1172
                            }
                          }
                        }
                      ],
                      "range": [
                        1128,
                        1172
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1128
                        },
                        "end": {
                          "line": 1,
                          "column": 1172
                        }
                      }
                    },
                    "range": [
                      1122,
                      1172
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1122
                      },
                      "end": {
                        "line": 1,
                        "column": 1172
                      }
                    }
                  }
                ],
                "range": [
                  870,
                  1173
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 870
                  },
                  "end": {
                    "line": 1,
                    "column": 1173
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                852,
                1173
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 852
                },
                "end": {
                  "line": 1,
                  "column": 1173
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_element2",
                  "range": [
                    1174,
                    1183
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1174
                    },
                    "end": {
                      "line": 1,
                      "column": 1183
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    1184,
                    1191
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1184
                    },
                    "end": {
                      "line": 1,
                      "column": 1191
                    }
                  }
                },
                "range": [
                  1174,
                  1191
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1174
                  },
                  "end": {
                    "line": 1,
                    "column": 1191
                  }
                }
              }
            ],
            "range": [
              852,
              1192
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 852
              },
              "end": {
                "line": 1,
                "column": 1192
              }
            }
          },
          "range": [
            846,
            1192
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 846
            },
            "end": {
              "line": 1,
              "column": 1192
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        842,
        1193
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 842
        },
        "end": {
          "line": 1,
          "column": 1193
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1193,
              1200
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1193
              },
              "end": {
                "line": 1,
                "column": 1200
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1201,
              1208
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1201
              },
              "end": {
                "line": 1,
                "column": 1208
              }
            }
          },
          "range": [
            1193,
            1208
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1193
            },
            "end": {
              "line": 1,
              "column": 1208
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Label",
          "range": [
            1209,
            1214
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1209
            },
            "end": {
              "line": 1,
              "column": 1214
            }
          }
        },
        "range": [
          1193,
          1214
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1193
          },
          "end": {
            "line": 1,
            "column": 1214
          }
        }
      },
      "range": [
        1193,
        1215
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1193
        },
        "end": {
          "line": 1,
          "column": 1215
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1215
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 1215
    }
  },
  "comments": []
}