{
  "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": "Selection",
            "range": [
              846,
              855
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 846
              },
              "end": {
                "line": 1,
                "column": 855
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Element",
                  "range": [
                    865,
                    873
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 865
                    },
                    "end": {
                      "line": 1,
                      "column": 873
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Selection",
                      "range": [
                        884,
                        893
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 884
                        },
                        "end": {
                          "line": 1,
                          "column": 893
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          894,
                          895
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 894
                          },
                          "end": {
                            "line": 1,
                            "column": 895
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "b",
                                "range": [
                                  901,
                                  902
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 901
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 902
                                  }
                                }
                              },
                              "init": {
                                "type": "ConditionalExpression",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "<",
                                    "left": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        903,
                                        904
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 903
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 904
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arguments",
                                        "range": [
                                          905,
                                          914
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 905
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 914
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          915,
                                          921
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 915
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 921
                                          }
                                        }
                                      },
                                      "range": [
                                        905,
                                        921
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 905
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 921
                                        }
                                      }
                                    },
                                    "range": [
                                      903,
                                      921
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 903
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 921
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "!==",
                                    "left": {
                                      "type": "UnaryExpression",
                                      "operator": "void",
                                      "argument": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          928,
                                          929
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 928
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 929
                                          }
                                        }
                                      },
                                      "prefix": true,
                                      "range": [
                                        923,
                                        929
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 923
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 929
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": true,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arguments",
                                        "range": [
                                          932,
                                          941
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 932
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 941
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          942,
                                          943
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 942
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 943
                                          }
                                        }
                                      },
                                      "range": [
                                        932,
                                        944
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 932
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 944
                                        }
                                      }
                                    },
                                    "range": [
                                      923,
                                      944
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 923
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 944
                                      }
                                    }
                                  },
                                  "range": [
                                    903,
                                    944
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 903
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 944
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "MemberExpression",
                                  "computed": true,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "arguments",
                                    "range": [
                                      945,
                                      954
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 945
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 954
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      955,
                                      956
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 955
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 956
                                      }
                                    }
                                  },
                                  "range": [
                                    945,
                                    957
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 945
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 957
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "ObjectExpression",
                                  "properties": [],
                                  "range": [
                                    958,
                                    960
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 958
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 960
                                    }
                                  }
                                },
                                "range": [
                                  903,
                                  960
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 903
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 960
                                  }
                                }
                              },
                              "range": [
                                901,
                                960
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 901
                                },
                                "end": {
                                  "line": 1,
                                  "column": 960
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            897,
                            961
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 897
                            },
                            "end": {
                              "line": 1,
                              "column": 961
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        968,
                                        969
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 968
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 969
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_classCallCheck3",
                                        "range": [
                                          970,
                                          986
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 970
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 986
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          987,
                                          994
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 987
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 994
                                          }
                                        }
                                      },
                                      "range": [
                                        970,
                                        994
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 970
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 994
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    968,
                                    994
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 968
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 994
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      996,
                                      1000
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 996
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1000
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "Selection",
                                    "range": [
                                      1001,
                                      1010
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1001
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1010
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  967,
                                  1011
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 967
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1011
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1013,
                                        1014
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1013
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1014
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          1015,
                                          1042
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1015
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1042
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          1043,
                                          1050
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1043
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1050
                                          }
                                        }
                                      },
                                      "range": [
                                        1015,
                                        1050
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1015
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1050
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1013,
                                    1050
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1013
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1050
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      1052,
                                      1056
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1052
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1056
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Selection",
                                            "range": [
                                              1058,
                                              1067
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1058
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1067
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              1068,
                                              1077
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1068
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1077
                                              }
                                            }
                                          },
                                          "range": [
                                            1058,
                                            1077
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1058
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1077
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1080,
                                                  1081
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1080
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1081
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    1082,
                                                    1098
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1082
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1098
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    1099,
                                                    1106
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1099
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1106
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1082,
                                                  1106
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1082
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1106
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1080,
                                              1106
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1080
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1106
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Selection",
                                              "range": [
                                                1108,
                                                1117
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1108
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1117
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1079,
                                            1118
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1079
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1118
                                            }
                                          }
                                        },
                                        "range": [
                                          1058,
                                          1118
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1058
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1118
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          1120,
                                          1124
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1120
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1124
                                          }
                                        }
                                      },
                                      "range": [
                                        1057,
                                        1124
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1057
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1124
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          1125,
                                          1129
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1125
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1129
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          1130,
                                          1131
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1130
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1131
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                1133,
                                                1134
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1133
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1134
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_extends3",
                                                "range": [
                                                  1135,
                                                  1144
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1135
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1144
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  1145,
                                                  1152
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1145
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1152
                                                  }
                                                }
                                              },
                                              "range": [
                                                1135,
                                                1152
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1135
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1152
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1133,
                                            1152
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1133
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1152
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "type",
                                                  "range": [
                                                    1155,
                                                    1159
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1155
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1159
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "_element2",
                                                        "range": [
                                                          1160,
                                                          1169
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1160
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1169
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "default",
                                                        "range": [
                                                          1170,
                                                          1177
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1170
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1177
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1160,
                                                        1177
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1160
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1177
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Type",
                                                      "range": [
                                                        1178,
                                                        1182
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1178
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1182
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1160,
                                                      1182
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1160
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1182
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dropdown",
                                                    "range": [
                                                      1183,
                                                      1191
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1183
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1191
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1160,
                                                    1191
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1160
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1191
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1155,
                                                  1191
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1155
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1191
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "value",
                                                  "range": [
                                                    1192,
                                                    1197
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1192
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1197
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "UnaryExpression",
                                                  "operator": "void",
                                                  "argument": {
                                                    "type": "Literal",
                                                    "value": 0,
                                                    "raw": "0",
                                                    "range": [
                                                      1203,
                                                      1204
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1203
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1204
                                                      }
                                                    }
                                                  },
                                                  "prefix": true,
                                                  "range": [
                                                    1198,
                                                    1204
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1198
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1204
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1192,
                                                  1204
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1192
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1204
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1154,
                                              1205
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1154
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1205
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              1206,
                                              1207
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1206
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1207
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1132,
                                          1208
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1132
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1208
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1057,
                                      1209
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1057
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1209
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1012,
                                  1210
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1012
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1210
                                  }
                                }
                              }
                            ],
                            "range": [
                              967,
                              1210
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 967
                              },
                              "end": {
                                "line": 1,
                                "column": 1210
                              }
                            }
                          },
                          "range": [
                            961,
                            1210
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 961
                            },
                            "end": {
                              "line": 1,
                              "column": 1210
                            }
                          }
                        }
                      ],
                      "range": [
                        896,
                        1211
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 896
                        },
                        "end": {
                          "line": 1,
                          "column": 1211
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      875,
                      1211
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 875
                      },
                      "end": {
                        "line": 1,
                        "column": 1211
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  1218,
                                  1219
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1218
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1219
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    1220,
                                    1230
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1220
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1230
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    1231,
                                    1238
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1231
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1238
                                    }
                                  }
                                },
                                "range": [
                                  1220,
                                  1238
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1220
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1238
                                  }
                                }
                              }
                            ],
                            "range": [
                              1218,
                              1238
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1218
                              },
                              "end": {
                                "line": 1,
                                "column": 1238
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Selection",
                              "range": [
                                1240,
                                1249
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1240
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1249
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Element",
                              "range": [
                                1250,
                                1258
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1250
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1258
                                }
                              }
                            }
                          ],
                          "range": [
                            1217,
                            1259
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1217
                            },
                            "end": {
                              "line": 1,
                              "column": 1259
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Selection",
                          "range": [
                            1260,
                            1269
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1260
                            },
                            "end": {
                              "line": 1,
                              "column": 1269
                            }
                          }
                        }
                      ],
                      "range": [
                        1217,
                        1269
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1217
                        },
                        "end": {
                          "line": 1,
                          "column": 1269
                        }
                      }
                    },
                    "range": [
                      1211,
                      1269
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1211
                      },
                      "end": {
                        "line": 1,
                        "column": 1269
                      }
                    }
                  }
                ],
                "range": [
                  874,
                  1270
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 874
                  },
                  "end": {
                    "line": 1,
                    "column": 1270
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                856,
                1270
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 856
                },
                "end": {
                  "line": 1,
                  "column": 1270
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_element2",
                  "range": [
                    1271,
                    1280
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1271
                    },
                    "end": {
                      "line": 1,
                      "column": 1280
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    1281,
                    1288
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1281
                    },
                    "end": {
                      "line": 1,
                      "column": 1288
                    }
                  }
                },
                "range": [
                  1271,
                  1288
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1271
                  },
                  "end": {
                    "line": 1,
                    "column": 1288
                  }
                }
              }
            ],
            "range": [
              856,
              1289
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 856
              },
              "end": {
                "line": 1,
                "column": 1289
              }
            }
          },
          "range": [
            846,
            1289
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 846
            },
            "end": {
              "line": 1,
              "column": 1289
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        842,
        1290
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 842
        },
        "end": {
          "line": 1,
          "column": 1290
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1290,
              1297
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1290
              },
              "end": {
                "line": 1,
                "column": 1297
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1298,
              1305
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1298
              },
              "end": {
                "line": 1,
                "column": 1305
              }
            }
          },
          "range": [
            1290,
            1305
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1290
            },
            "end": {
              "line": 1,
              "column": 1305
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Selection",
          "range": [
            1306,
            1315
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1306
            },
            "end": {
              "line": 1,
              "column": 1315
            }
          }
        },
        "range": [
          1290,
          1315
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1290
          },
          "end": {
            "line": 1,
            "column": 1315
          }
        }
      },
      "range": [
        1290,
        1316
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1290
        },
        "end": {
          "line": 1,
          "column": 1316
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1316
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 1316
    }
  },
  "comments": []
}