{
  "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": "_keys",
            "range": [
              72,
              77
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 72
              },
              "end": {
                "line": 1,
                "column": 77
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                78,
                85
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 78
                },
                "end": {
                  "line": 1,
                  "column": 85
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/core-js/object/keys",
                "raw": "'babel-runtime/core-js/object/keys'",
                "range": [
                  86,
                  121
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 86
                  },
                  "end": {
                    "line": 1,
                    "column": 121
                  }
                }
              }
            ],
            "range": [
              78,
              122
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 78
              },
              "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": "_keys2",
            "range": [
              123,
              129
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 123
              },
              "end": {
                "line": 1,
                "column": 129
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                130,
                152
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 130
                },
                "end": {
                  "line": 1,
                  "column": 152
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_keys",
                "range": [
                  153,
                  158
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 153
                  },
                  "end": {
                    "line": 1,
                    "column": 158
                  }
                }
              }
            ],
            "range": [
              130,
              159
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 130
              },
              "end": {
                "line": 1,
                "column": 159
              }
            }
          },
          "range": [
            123,
            159
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 123
            },
            "end": {
              "line": 1,
              "column": 159
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf",
            "range": [
              160,
              175
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 160
              },
              "end": {
                "line": 1,
                "column": 175
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                176,
                183
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 176
                },
                "end": {
                  "line": 1,
                  "column": 183
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/core-js/object/get-prototype-of",
                "raw": "'babel-runtime/core-js/object/get-prototype-of'",
                "range": [
                  184,
                  231
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 184
                  },
                  "end": {
                    "line": 1,
                    "column": 231
                  }
                }
              }
            ],
            "range": [
              176,
              232
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 176
              },
              "end": {
                "line": 1,
                "column": 232
              }
            }
          },
          "range": [
            160,
            232
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 160
            },
            "end": {
              "line": 1,
              "column": 232
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf2",
            "range": [
              233,
              249
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 233
              },
              "end": {
                "line": 1,
                "column": 249
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                250,
                272
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 250
                },
                "end": {
                  "line": 1,
                  "column": 272
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_getPrototypeOf",
                "range": [
                  273,
                  288
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 273
                  },
                  "end": {
                    "line": 1,
                    "column": 288
                  }
                }
              }
            ],
            "range": [
              250,
              289
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 250
              },
              "end": {
                "line": 1,
                "column": 289
              }
            }
          },
          "range": [
            233,
            289
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 233
            },
            "end": {
              "line": 1,
              "column": 289
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck2",
            "range": [
              290,
              306
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 290
              },
              "end": {
                "line": 1,
                "column": 306
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                307,
                314
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 307
                },
                "end": {
                  "line": 1,
                  "column": 314
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/classCallCheck",
                "raw": "'babel-runtime/helpers/classCallCheck'",
                "range": [
                  315,
                  353
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 315
                  },
                  "end": {
                    "line": 1,
                    "column": 353
                  }
                }
              }
            ],
            "range": [
              307,
              354
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 307
              },
              "end": {
                "line": 1,
                "column": 354
              }
            }
          },
          "range": [
            290,
            354
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 290
            },
            "end": {
              "line": 1,
              "column": 354
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck3",
            "range": [
              355,
              371
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 355
              },
              "end": {
                "line": 1,
                "column": 371
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                372,
                394
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 372
                },
                "end": {
                  "line": 1,
                  "column": 394
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_classCallCheck2",
                "range": [
                  395,
                  411
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 395
                  },
                  "end": {
                    "line": 1,
                    "column": 411
                  }
                }
              }
            ],
            "range": [
              372,
              412
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 372
              },
              "end": {
                "line": 1,
                "column": 412
              }
            }
          },
          "range": [
            355,
            412
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 355
            },
            "end": {
              "line": 1,
              "column": 412
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn2",
            "range": [
              413,
              440
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 413
              },
              "end": {
                "line": 1,
                "column": 440
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                441,
                448
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 441
                },
                "end": {
                  "line": 1,
                  "column": 448
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/possibleConstructorReturn",
                "raw": "'babel-runtime/helpers/possibleConstructorReturn'",
                "range": [
                  449,
                  498
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 449
                  },
                  "end": {
                    "line": 1,
                    "column": 498
                  }
                }
              }
            ],
            "range": [
              441,
              499
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 441
              },
              "end": {
                "line": 1,
                "column": 499
              }
            }
          },
          "range": [
            413,
            499
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 413
            },
            "end": {
              "line": 1,
              "column": 499
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn3",
            "range": [
              500,
              527
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 500
              },
              "end": {
                "line": 1,
                "column": 527
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                528,
                550
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 528
                },
                "end": {
                  "line": 1,
                  "column": 550
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_possibleConstructorReturn2",
                "range": [
                  551,
                  578
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 551
                  },
                  "end": {
                    "line": 1,
                    "column": 578
                  }
                }
              }
            ],
            "range": [
              528,
              579
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 528
              },
              "end": {
                "line": 1,
                "column": 579
              }
            }
          },
          "range": [
            500,
            579
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 500
            },
            "end": {
              "line": 1,
              "column": 579
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits2",
            "range": [
              580,
              590
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 580
              },
              "end": {
                "line": 1,
                "column": 590
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                591,
                598
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 591
                },
                "end": {
                  "line": 1,
                  "column": 598
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/inherits",
                "raw": "'babel-runtime/helpers/inherits'",
                "range": [
                  599,
                  631
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 599
                  },
                  "end": {
                    "line": 1,
                    "column": 631
                  }
                }
              }
            ],
            "range": [
              591,
              632
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 591
              },
              "end": {
                "line": 1,
                "column": 632
              }
            }
          },
          "range": [
            580,
            632
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 580
            },
            "end": {
              "line": 1,
              "column": 632
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits3",
            "range": [
              633,
              643
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 633
              },
              "end": {
                "line": 1,
                "column": 643
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                644,
                666
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 644
                },
                "end": {
                  "line": 1,
                  "column": 666
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_inherits2",
                "range": [
                  667,
                  677
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 667
                  },
                  "end": {
                    "line": 1,
                    "column": 677
                  }
                }
              }
            ],
            "range": [
              644,
              678
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 644
              },
              "end": {
                "line": 1,
                "column": 678
              }
            }
          },
          "range": [
            633,
            678
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 633
            },
            "end": {
              "line": 1,
              "column": 678
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_defineProperty2",
            "range": [
              679,
              695
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 679
              },
              "end": {
                "line": 1,
                "column": 695
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                696,
                703
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 696
                },
                "end": {
                  "line": 1,
                  "column": 703
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/defineProperty",
                "raw": "'babel-runtime/helpers/defineProperty'",
                "range": [
                  704,
                  742
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 704
                  },
                  "end": {
                    "line": 1,
                    "column": 742
                  }
                }
              }
            ],
            "range": [
              696,
              743
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 696
              },
              "end": {
                "line": 1,
                "column": 743
              }
            }
          },
          "range": [
            679,
            743
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 679
            },
            "end": {
              "line": 1,
              "column": 743
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_defineProperty3",
            "range": [
              744,
              760
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 744
              },
              "end": {
                "line": 1,
                "column": 760
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                761,
                783
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 761
                },
                "end": {
                  "line": 1,
                  "column": 783
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_defineProperty2",
                "range": [
                  784,
                  800
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 784
                  },
                  "end": {
                    "line": 1,
                    "column": 800
                  }
                }
              }
            ],
            "range": [
              761,
              801
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 761
              },
              "end": {
                "line": 1,
                "column": 801
              }
            }
          },
          "range": [
            744,
            801
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 744
            },
            "end": {
              "line": 1,
              "column": 801
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends3",
            "range": [
              802,
              811
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 802
              },
              "end": {
                "line": 1,
                "column": 811
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                812,
                819
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 812
                },
                "end": {
                  "line": 1,
                  "column": 819
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/extends",
                "raw": "'babel-runtime/helpers/extends'",
                "range": [
                  820,
                  851
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 820
                  },
                  "end": {
                    "line": 1,
                    "column": 851
                  }
                }
              }
            ],
            "range": [
              812,
              852
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 812
              },
              "end": {
                "line": 1,
                "column": 852
              }
            }
          },
          "range": [
            802,
            852
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 802
            },
            "end": {
              "line": 1,
              "column": 852
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends4",
            "range": [
              853,
              862
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 853
              },
              "end": {
                "line": 1,
                "column": 862
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                863,
                885
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 863
                },
                "end": {
                  "line": 1,
                  "column": 885
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_extends3",
                "range": [
                  886,
                  895
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 886
                  },
                  "end": {
                    "line": 1,
                    "column": 895
                  }
                }
              }
            ],
            "range": [
              863,
              896
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 863
              },
              "end": {
                "line": 1,
                "column": 896
              }
            }
          },
          "range": [
            853,
            896
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 853
            },
            "end": {
              "line": 1,
              "column": 896
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_plugin",
            "range": [
              897,
              904
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 897
              },
              "end": {
                "line": 1,
                "column": 904
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                905,
                912
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 905
                },
                "end": {
                  "line": 1,
                  "column": 912
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../session/plugin",
                "raw": "'../../session/plugin'",
                "range": [
                  913,
                  935
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 913
                  },
                  "end": {
                    "line": 1,
                    "column": 935
                  }
                }
              }
            ],
            "range": [
              905,
              936
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 905
              },
              "end": {
                "line": 1,
                "column": 936
              }
            }
          },
          "range": [
            897,
            936
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 897
            },
            "end": {
              "line": 1,
              "column": 936
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_plugin2",
            "range": [
              937,
              945
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 937
              },
              "end": {
                "line": 1,
                "column": 945
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                946,
                968
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 946
                },
                "end": {
                  "line": 1,
                  "column": 968
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_plugin",
                "range": [
                  969,
                  976
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 969
                  },
                  "end": {
                    "line": 1,
                    "column": 976
                  }
                }
              }
            ],
            "range": [
              946,
              977
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 946
              },
              "end": {
                "line": 1,
                "column": 977
              }
            }
          },
          "range": [
            937,
            977
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 937
            },
            "end": {
              "line": 1,
              "column": 977
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_helpers",
            "range": [
              978,
              986
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 978
              },
              "end": {
                "line": 1,
                "column": 986
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                987,
                994
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 987
                },
                "end": {
                  "line": 1,
                  "column": 994
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../session/helpers",
                "raw": "'../../session/helpers'",
                "range": [
                  995,
                  1018
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 995
                  },
                  "end": {
                    "line": 1,
                    "column": 1018
                  }
                }
              }
            ],
            "range": [
              987,
              1019
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 987
              },
              "end": {
                "line": 1,
                "column": 1019
              }
            }
          },
          "range": [
            978,
            1019
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 978
            },
            "end": {
              "line": 1,
              "column": 1019
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_elements",
            "range": [
              1020,
              1029
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1020
              },
              "end": {
                "line": 1,
                "column": 1029
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1030,
                1037
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1030
                },
                "end": {
                  "line": 1,
                  "column": 1037
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../session/elements",
                "raw": "'../../session/elements'",
                "range": [
                  1038,
                  1062
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1038
                  },
                  "end": {
                    "line": 1,
                    "column": 1062
                  }
                }
              }
            ],
            "range": [
              1030,
              1063
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1030
              },
              "end": {
                "line": 1,
                "column": 1063
              }
            }
          },
          "range": [
            1020,
            1063
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1020
            },
            "end": {
              "line": 1,
              "column": 1063
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        68,
        1064
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 68
        },
        "end": {
          "line": 1,
          "column": 1064
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireDefault",
        "range": [
          1073,
          1095
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1073
          },
          "end": {
            "line": 1,
            "column": 1095
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            1096,
            1099
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1096
            },
            "end": {
              "line": 1,
              "column": 1099
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "ConditionalExpression",
              "test": {
                "type": "LogicalExpression",
                "operator": "&&",
                "left": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    1108,
                    1111
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1108
                    },
                    "end": {
                      "line": 1,
                      "column": 1111
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      1113,
                      1116
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1113
                      },
                      "end": {
                        "line": 1,
                        "column": 1116
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "__esModule",
                    "range": [
                      1117,
                      1127
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1117
                      },
                      "end": {
                        "line": 1,
                        "column": 1127
                      }
                    }
                  },
                  "range": [
                    1113,
                    1127
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1113
                    },
                    "end": {
                      "line": 1,
                      "column": 1127
                    }
                  }
                },
                "range": [
                  1108,
                  1127
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1108
                  },
                  "end": {
                    "line": 1,
                    "column": 1127
                  }
                }
              },
              "consequent": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1128,
                  1131
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1128
                  },
                  "end": {
                    "line": 1,
                    "column": 1131
                  }
                }
              },
              "alternate": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        1133,
                        1140
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1133
                        },
                        "end": {
                          "line": 1,
                          "column": 1140
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "obj",
                      "range": [
                        1141,
                        1144
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1141
                        },
                        "end": {
                          "line": 1,
                          "column": 1144
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      1133,
                      1144
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1133
                      },
                      "end": {
                        "line": 1,
                        "column": 1144
                      }
                    }
                  }
                ],
                "range": [
                  1132,
                  1145
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1132
                  },
                  "end": {
                    "line": 1,
                    "column": 1145
                  }
                }
              },
              "range": [
                1108,
                1145
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1108
                },
                "end": {
                  "line": 1,
                  "column": 1145
                }
              }
            },
            "range": [
              1101,
              1145
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1101
              },
              "end": {
                "line": 1,
                "column": 1145
              }
            }
          }
        ],
        "range": [
          1100,
          1146
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1100
          },
          "end": {
            "line": 1,
            "column": 1146
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        1064,
        1146
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1064
        },
        "end": {
          "line": 1,
          "column": 1146
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "keys",
            "range": [
              1150,
              1154
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1150
              },
              "end": {
                "line": 1,
                "column": 1154
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "Literal",
                "value": "feature",
                "raw": "'feature'",
                "range": [
                  1156,
                  1165
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1156
                  },
                  "end": {
                    "line": 1,
                    "column": 1165
                  }
                }
              }
            ],
            "range": [
              1155,
              1166
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1155
              },
              "end": {
                "line": 1,
                "column": 1166
              }
            }
          },
          "range": [
            1150,
            1166
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1150
            },
            "end": {
              "line": 1,
              "column": 1166
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "resources",
            "range": [
              1167,
              1176
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1167
              },
              "end": {
                "line": 1,
                "column": 1176
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "Identifier",
                "name": "keys",
                "range": [
                  1177,
                  1181
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1177
                  },
                  "end": {
                    "line": 1,
                    "column": 1181
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "reduce",
                "range": [
                  1182,
                  1188
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1182
                  },
                  "end": {
                    "line": 1,
                    "column": 1188
                  }
                }
              },
              "range": [
                1177,
                1188
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1177
                },
                "end": {
                  "line": 1,
                  "column": 1188
                }
              }
            },
            "arguments": [
              {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "a",
                    "range": [
                      1198,
                      1199
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1198
                      },
                      "end": {
                        "line": 1,
                        "column": 1199
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "b",
                    "range": [
                      1200,
                      1201
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1200
                      },
                      "end": {
                        "line": 1,
                        "column": 1201
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "SequenceExpression",
                          "expressions": [
                            {
                              "type": "Literal",
                              "value": 0,
                              "raw": "0",
                              "range": [
                                1210,
                                1211
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1210
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1211
                                }
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_extends4",
                                "range": [
                                  1212,
                                  1221
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1212
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1221
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "default",
                                "range": [
                                  1222,
                                  1229
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1222
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1229
                                  }
                                }
                              },
                              "range": [
                                1212,
                                1229
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1212
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1229
                                }
                              }
                            }
                          ],
                          "range": [
                            1210,
                            1229
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1210
                            },
                            "end": {
                              "line": 1,
                              "column": 1229
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "properties": [],
                            "range": [
                              1231,
                              1233
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1231
                              },
                              "end": {
                                "line": 1,
                                "column": 1233
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "a",
                            "range": [
                              1234,
                              1235
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1234
                              },
                              "end": {
                                "line": 1,
                                "column": 1235
                              }
                            }
                          },
                          {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1237,
                                    1238
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1237
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1238
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_defineProperty3",
                                    "range": [
                                      1239,
                                      1255
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1239
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1255
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      1256,
                                      1263
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1256
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1263
                                      }
                                    }
                                  },
                                  "range": [
                                    1239,
                                    1263
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1239
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1263
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1237,
                                1263
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1237
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1263
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "properties": [],
                                "range": [
                                  1265,
                                  1267
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1265
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1267
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "b",
                                "range": [
                                  1268,
                                  1269
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1268
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1269
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "require",
                                  "range": [
                                    1270,
                                    1277
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1270
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1277
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "+",
                                      "left": {
                                        "type": "Literal",
                                        "value": "./resources/",
                                        "raw": "'./resources/'",
                                        "range": [
                                          1278,
                                          1292
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1278
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1292
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "name": "b",
                                        "range": [
                                          1293,
                                          1294
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1293
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1294
                                          }
                                        }
                                      },
                                      "range": [
                                        1278,
                                        1294
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1278
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1294
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": ".png",
                                      "raw": "'.png'",
                                      "range": [
                                        1295,
                                        1301
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1295
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1301
                                        }
                                      }
                                    },
                                    "range": [
                                      1278,
                                      1301
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1278
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1301
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1270,
                                  1302
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1270
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1302
                                  }
                                }
                              }
                            ],
                            "range": [
                              1236,
                              1303
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1236
                              },
                              "end": {
                                "line": 1,
                                "column": 1303
                              }
                            }
                          }
                        ],
                        "range": [
                          1209,
                          1304
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1209
                          },
                          "end": {
                            "line": 1,
                            "column": 1304
                          }
                        }
                      },
                      "range": [
                        1203,
                        1304
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1203
                        },
                        "end": {
                          "line": 1,
                          "column": 1304
                        }
                      }
                    }
                  ],
                  "range": [
                    1202,
                    1305
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1202
                    },
                    "end": {
                      "line": 1,
                      "column": 1305
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  1189,
                  1305
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1189
                  },
                  "end": {
                    "line": 1,
                    "column": 1305
                  }
                }
              },
              {
                "type": "ObjectExpression",
                "properties": [],
                "range": [
                  1306,
                  1308
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1306
                  },
                  "end": {
                    "line": 1,
                    "column": 1308
                  }
                }
              }
            ],
            "range": [
              1177,
              1309
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1177
              },
              "end": {
                "line": 1,
                "column": 1309
              }
            }
          },
          "range": [
            1167,
            1309
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1167
            },
            "end": {
              "line": 1,
              "column": 1309
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1146,
        1310
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1146
        },
        "end": {
          "line": 1,
          "column": 1310
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Test",
            "range": [
              1314,
              1318
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1314
              },
              "end": {
                "line": 1,
                "column": 1318
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Plugin",
                  "range": [
                    1328,
                    1335
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1328
                    },
                    "end": {
                      "line": 1,
                      "column": 1335
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Test",
                      "range": [
                        1346,
                        1350
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1346
                        },
                        "end": {
                          "line": 1,
                          "column": 1350
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          1351,
                          1352
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1351
                          },
                          "end": {
                            "line": 1,
                            "column": 1352
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "b",
                        "range": [
                          1353,
                          1354
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1353
                          },
                          "end": {
                            "line": 1,
                            "column": 1354
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1357,
                                    1358
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1357
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1358
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_classCallCheck3",
                                    "range": [
                                      1359,
                                      1375
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1359
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1375
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      1376,
                                      1383
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1376
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1383
                                      }
                                    }
                                  },
                                  "range": [
                                    1359,
                                    1383
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1359
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1383
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1357,
                                1383
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1357
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1383
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1385,
                                  1389
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1385
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1389
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "Test",
                                "range": [
                                  1390,
                                  1394
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1390
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1394
                                  }
                                }
                              }
                            ],
                            "range": [
                              1356,
                              1395
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1356
                              },
                              "end": {
                                "line": 1,
                                "column": 1395
                              }
                            }
                          },
                          "range": [
                            1356,
                            1396
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1356
                            },
                            "end": {
                              "line": 1,
                              "column": 1396
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this",
                                "range": [
                                  1400,
                                  1405
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1400
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1405
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1407,
                                        1408
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1407
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1408
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          1409,
                                          1436
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1409
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1436
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          1437,
                                          1444
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1437
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1444
                                          }
                                        }
                                      },
                                      "range": [
                                        1409,
                                        1444
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1409
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1444
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1407,
                                    1444
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1407
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1444
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      1446,
                                      1450
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1446
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1450
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Test",
                                            "range": [
                                              1452,
                                              1456
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1452
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1456
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              1457,
                                              1466
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1457
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1466
                                              }
                                            }
                                          },
                                          "range": [
                                            1452,
                                            1466
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1452
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1466
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1469,
                                                  1470
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1469
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1470
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    1471,
                                                    1487
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1471
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1487
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    1488,
                                                    1495
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1488
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1495
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1471,
                                                  1495
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1471
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1495
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1469,
                                              1495
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1469
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1495
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Test",
                                              "range": [
                                                1497,
                                                1501
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1497
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1501
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1468,
                                            1502
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1468
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1502
                                            }
                                          }
                                        },
                                        "range": [
                                          1452,
                                          1502
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1452
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1502
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          1504,
                                          1508
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1504
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1508
                                          }
                                        }
                                      },
                                      "range": [
                                        1451,
                                        1508
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1451
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1508
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          1509,
                                          1513
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1509
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1513
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          1514,
                                          1515
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1514
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1515
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                1517,
                                                1518
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1517
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1518
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_extends4",
                                                "range": [
                                                  1519,
                                                  1528
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1519
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1528
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  1529,
                                                  1536
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1529
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1536
                                                  }
                                                }
                                              },
                                              "range": [
                                                1519,
                                                1536
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1519
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1536
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1517,
                                            1536
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1517
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1536
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "type",
                                                  "range": [
                                                    1539,
                                                    1543
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1539
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1543
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "Feature",
                                                  "raw": "'Feature'",
                                                  "range": [
                                                    1544,
                                                    1553
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1544
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1553
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1539,
                                                  1553
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1539
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1553
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "icon",
                                                  "range": [
                                                    1554,
                                                    1558
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1554
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1558
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "feature",
                                                  "raw": "'feature'",
                                                  "range": [
                                                    1559,
                                                    1568
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1559
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1568
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1554,
                                                  1568
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1554
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1568
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "resources",
                                                  "range": [
                                                    1569,
                                                    1578
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1569
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1578
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "resources",
                                                  "range": [
                                                    1579,
                                                    1588
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1579
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1588
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1569,
                                                  1588
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1569
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1588
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1538,
                                              1589
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1538
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1589
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              1590,
                                              1591
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1590
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1591
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1516,
                                          1592
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1516
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1592
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1451,
                                      1593
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1451
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1593
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1406,
                                  1594
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1406
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1594
                                  }
                                }
                              },
                              "range": [
                                1400,
                                1594
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1400
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1594
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            1396,
                            1595
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1396
                            },
                            "end": {
                              "line": 1,
                              "column": 1595
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      1602,
                                      1607
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1602
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1607
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "addElement",
                                    "range": [
                                      1608,
                                      1618
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1608
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1618
                                      }
                                    }
                                  },
                                  "range": [
                                    1602,
                                    1618
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1602
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1618
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_elements",
                                        "range": [
                                          1623,
                                          1632
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1623
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1632
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "Group",
                                        "range": [
                                          1633,
                                          1638
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1633
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1638
                                          }
                                        }
                                      },
                                      "range": [
                                        1623,
                                        1638
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1623
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1638
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "_this",
                                        "range": [
                                          1639,
                                          1644
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1639
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1644
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "format",
                                              "range": [
                                                1646,
                                                1652
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1646
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1652
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "_elements",
                                                    "range": [
                                                      1653,
                                                      1662
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1653
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1662
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Group",
                                                    "range": [
                                                      1663,
                                                      1668
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1663
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1668
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1653,
                                                    1668
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1653
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1668
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Format",
                                                  "range": [
                                                    1669,
                                                    1675
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1669
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1675
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1653,
                                                  1675
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1653
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1675
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Table",
                                                "range": [
                                                  1676,
                                                  1681
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1676
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1681
                                                  }
                                                }
                                              },
                                              "range": [
                                                1653,
                                                1681
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1653
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1681
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1646,
                                              1681
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1646
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1681
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "children",
                                              "range": [
                                                1682,
                                                1690
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1682
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 1690
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "SequenceExpression",
                                                    "expressions": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          1692,
                                                          1693
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1692
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1693
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "_keys2",
                                                          "range": [
                                                            1694,
                                                            1700
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 1694
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 1700
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "default",
                                                          "range": [
                                                            1701,
                                                            1708
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 1701
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 1708
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1694,
                                                          1708
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1694
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1708
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1692,
                                                      1708
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1692
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 1708
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            1710,
                                                            1711
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 1710
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 1711
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "feature",
                                                          "range": [
                                                            1712,
                                                            1719
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 1712
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 1719
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1710,
                                                          1719
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1710
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1719
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "members",
                                                        "range": [
                                                          1720,
                                                          1727
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1720
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1727
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1710,
                                                        1727
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1710
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1727
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1691,
                                                    1728
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1691
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1728
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "map",
                                                  "range": [
                                                    1729,
                                                    1732
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1729
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1732
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1691,
                                                  1732
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1691
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1732
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "FunctionExpression",
                                                  "id": null,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "c",
                                                      "range": [
                                                        1742,
                                                        1743
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 1742
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 1743
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "body": [
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "id": {
                                                              "type": "Identifier",
                                                              "name": "d",
                                                              "range": [
                                                                1749,
                                                                1750
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1749
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1750
                                                                }
                                                              }
                                                            },
                                                            "init": {
                                                              "type": "MemberExpression",
                                                              "computed": true,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "b",
                                                                    "range": [
                                                                      1751,
                                                                      1752
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 1751
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 1752
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "feature",
                                                                    "range": [
                                                                      1753,
                                                                      1760
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 1753
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 1760
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    1751,
                                                                    1760
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1751
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1760
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "members",
                                                                  "range": [
                                                                    1761,
                                                                    1768
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1761
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1768
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1751,
                                                                  1768
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 1751
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 1768
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "c",
                                                                "range": [
                                                                  1769,
                                                                  1770
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 1769
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 1770
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1751,
                                                                1771
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1751
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1771
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1749,
                                                              1771
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 1749
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 1771
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "id": {
                                                              "type": "Identifier",
                                                              "name": "e",
                                                              "range": [
                                                                1772,
                                                                1773
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1772
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1773
                                                                }
                                                              }
                                                            },
                                                            "init": {
                                                              "type": "NewExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_elements",
                                                                  "range": [
                                                                    1778,
                                                                    1787
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1778
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1787
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "Input",
                                                                  "range": [
                                                                    1788,
                                                                    1793
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1788
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1793
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1778,
                                                                  1793
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 1778
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 1793
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "_this",
                                                                  "range": [
                                                                    1794,
                                                                    1799
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1794
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1799
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ObjectExpression",
                                                                  "properties": [
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "value",
                                                                        "range": [
                                                                          1801,
                                                                          1806
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1801
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1806
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "d",
                                                                          "range": [
                                                                            1807,
                                                                            1808
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1807
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1808
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "expression",
                                                                          "range": [
                                                                            1809,
                                                                            1819
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1809
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1819
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          1807,
                                                                          1819
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1807
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1819
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        1801,
                                                                        1819
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 1801
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 1819
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "flex",
                                                                        "range": [
                                                                          1820,
                                                                          1824
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1820
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1824
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "Literal",
                                                                        "value": 2,
                                                                        "raw": "2",
                                                                        "range": [
                                                                          1825,
                                                                          1826
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1825
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1826
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        1820,
                                                                        1826
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 1820
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 1826
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    1800,
                                                                    1827
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1800
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1827
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                1774,
                                                                1828
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1774
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1828
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1772,
                                                              1828
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 1772
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 1828
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "kind": "var",
                                                        "range": [
                                                          1745,
                                                          1829
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1745
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 1829
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "e",
                                                              "range": [
                                                                1829,
                                                                1830
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1829
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1830
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "observe",
                                                              "range": [
                                                                1831,
                                                                1838
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1831
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1838
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1829,
                                                              1838
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 1829
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 1838
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "FunctionExpression",
                                                              "id": null,
                                                              "params": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "g",
                                                                  "range": [
                                                                    1848,
                                                                    1849
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1848
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1849
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "body": [
                                                                  {
                                                                    "type": "ReturnStatement",
                                                                    "argument": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "name": "g",
                                                                        "range": [
                                                                          1858,
                                                                          1859
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1858
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1859
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "lastEvent",
                                                                        "range": [
                                                                          1860,
                                                                          1869
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1860
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1869
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        1858,
                                                                        1869
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 1858
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 1869
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      1851,
                                                                      1869
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 1851
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 1869
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  1850,
                                                                  1870
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 1850
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 1870
                                                                  }
                                                                }
                                                              },
                                                              "generator": false,
                                                              "expression": false,
                                                              "range": [
                                                                1839,
                                                                1870
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1839
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 1870
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "FunctionExpression",
                                                              "id": null,
                                                              "params": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "g",
                                                                  "range": [
                                                                    1880,
                                                                    1881
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 1880
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 1881
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "body": [
                                                                  {
                                                                    "type": "VariableDeclaration",
                                                                    "declarations": [
                                                                      {
                                                                        "type": "VariableDeclarator",
                                                                        "id": {
                                                                          "type": "Identifier",
                                                                          "name": "h",
                                                                          "range": [
                                                                            1887,
                                                                            1888
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1887
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1888
                                                                            }
                                                                          }
                                                                        },
                                                                        "init": {
                                                                          "type": "CallExpression",
                                                                          "callee": {
                                                                            "type": "SequenceExpression",
                                                                            "expressions": [
                                                                              {
                                                                                "type": "Literal",
                                                                                "value": 0,
                                                                                "raw": "0",
                                                                                "range": [
                                                                                  1890,
                                                                                  1891
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1890
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 1891
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "MemberExpression",
                                                                                "computed": false,
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "name": "_helpers",
                                                                                  "range": [
                                                                                    1892,
                                                                                    1900
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 1892
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 1900
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "name": "buildFeaturePath",
                                                                                  "range": [
                                                                                    1901,
                                                                                    1917
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 1901
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 1917
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  1892,
                                                                                  1917
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1892
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 1917
                                                                                  }
                                                                                }
                                                                              }
                                                                            ],
                                                                            "range": [
                                                                              1890,
                                                                              1917
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 1890
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 1917
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_this",
                                                                                "range": [
                                                                                  1919,
                                                                                  1924
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1919
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 1924
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "session",
                                                                                "range": [
                                                                                  1925,
                                                                                  1932
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1925
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 1932
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                1919,
                                                                                1932
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 1919
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 1932
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "b",
                                                                                "range": [
                                                                                  1933,
                                                                                  1934
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1933
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 1934
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "feature",
                                                                                "range": [
                                                                                  1935,
                                                                                  1942
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1935
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 1942
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                1933,
                                                                                1942
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 1933
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 1942
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            1889,
                                                                            1943
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1889
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1943
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          1887,
                                                                          1943
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1887
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1943
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "kind": "var",
                                                                    "range": [
                                                                      1883,
                                                                      1944
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 1883
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 1944
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "expression": {
                                                                      "type": "LogicalExpression",
                                                                      "operator": "&&",
                                                                      "left": {
                                                                        "type": "BinaryExpression",
                                                                        "operator": "===",
                                                                        "left": {
                                                                          "type": "Literal",
                                                                          "value": "Enter",
                                                                          "raw": "'Enter'",
                                                                          "range": [
                                                                            1944,
                                                                            1951
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1944
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1951
                                                                            }
                                                                          }
                                                                        },
                                                                        "right": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "g",
                                                                            "range": [
                                                                              1954,
                                                                              1955
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 1954
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 1955
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "key",
                                                                            "range": [
                                                                              1956,
                                                                              1959
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 1956
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 1959
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            1954,
                                                                            1959
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1954
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1959
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          1944,
                                                                          1959
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1944
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 1959
                                                                          }
                                                                        }
                                                                      },
                                                                      "right": {
                                                                        "type": "CallExpression",
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "name": "_this",
                                                                              "range": [
                                                                                1961,
                                                                                1966
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 1961
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 1966
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "session",
                                                                              "range": [
                                                                                1967,
                                                                                1974
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 1967
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 1974
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              1961,
                                                                              1974
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 1961
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 1974
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "execute",
                                                                            "range": [
                                                                              1975,
                                                                              1982
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 1975
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 1982
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            1961,
                                                                            1982
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 1961
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 1982
                                                                            }
                                                                          }
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "BinaryExpression",
                                                                            "operator": "+",
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "operator": "+",
                                                                              "left": {
                                                                                "type": "BinaryExpression",
                                                                                "operator": "+",
                                                                                "left": {
                                                                                  "type": "BinaryExpression",
                                                                                  "operator": "+",
                                                                                  "left": {
                                                                                    "type": "BinaryExpression",
                                                                                    "operator": "+",
                                                                                    "left": {
                                                                                      "type": "BinaryExpression",
                                                                                      "operator": "+",
                                                                                      "left": {
                                                                                        "type": "Literal",
                                                                                        "value": "\n                        _O.",
                                                                                        "raw": "'\\n                        _O.'",
                                                                                        "range": [
                                                                                          1983,
                                                                                          2014
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 1983
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 2014
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "Identifier",
                                                                                        "name": "h",
                                                                                        "range": [
                                                                                          2015,
                                                                                          2016
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 2015
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 2016
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        1983,
                                                                                        2016
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 1983
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 2016
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "right": {
                                                                                      "type": "Literal",
                                                                                      "value": ".OBJ_SetMemberExpr(\"",
                                                                                      "raw": "'.OBJ_SetMemberExpr(\"'",
                                                                                      "range": [
                                                                                        2017,
                                                                                        2039
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 2017
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 2039
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      1983,
                                                                                      2039
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 1983
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 2039
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "right": {
                                                                                    "type": "Identifier",
                                                                                    "name": "c",
                                                                                    "range": [
                                                                                      2040,
                                                                                      2041
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 2040
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 2041
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    1983,
                                                                                    2041
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 1983
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2041
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "right": {
                                                                                  "type": "Literal",
                                                                                  "value": "\",\"",
                                                                                  "raw": "'\",\"'",
                                                                                  "range": [
                                                                                    2042,
                                                                                    2047
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2042
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2047
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  1983,
                                                                                  2047
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 1983
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2047
                                                                                  }
                                                                                }
                                                                              },
                                                                              "right": {
                                                                                "type": "MemberExpression",
                                                                                "computed": false,
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "name": "e",
                                                                                  "range": [
                                                                                    2048,
                                                                                    2049
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2048
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2049
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "name": "value",
                                                                                  "range": [
                                                                                    2050,
                                                                                    2055
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2050
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2055
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  2048,
                                                                                  2055
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2048
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2055
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                1983,
                                                                                2055
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 1983
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2055
                                                                                }
                                                                              }
                                                                            },
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "value": "\");\n                        _C.GlobaleFunktionen.UseOnStartRecalc(_O);",
                                                                              "raw": "'\");\\n                        _C.GlobaleFunktionen.UseOnStartRecalc(_O);'",
                                                                              "range": [
                                                                                2056,
                                                                                2129
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2056
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2129
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              1983,
                                                                              2129
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 1983
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2129
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "range": [
                                                                          1961,
                                                                          2130
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 1961
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2130
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        1944,
                                                                        2130
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 1944
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2130
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      1944,
                                                                      2130
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 1944
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2130
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  1882,
                                                                  2131
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 1882
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2131
                                                                  }
                                                                }
                                                              },
                                                              "generator": false,
                                                              "expression": false,
                                                              "range": [
                                                                1871,
                                                                2131
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 1871
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2131
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1829,
                                                            2132
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 1829
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2132
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1829,
                                                          2133
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 1829
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2133
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "id": {
                                                              "type": "Identifier",
                                                              "name": "f",
                                                              "range": [
                                                                2137,
                                                                2138
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2137
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2138
                                                                }
                                                              }
                                                            },
                                                            "init": {
                                                              "type": "NewExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_elements",
                                                                  "range": [
                                                                    2143,
                                                                    2152
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2143
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2152
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "Label",
                                                                  "range": [
                                                                    2153,
                                                                    2158
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2153
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2158
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  2143,
                                                                  2158
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2143
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2158
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "_this",
                                                                  "range": [
                                                                    2159,
                                                                    2164
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2159
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2164
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ObjectExpression",
                                                                  "properties": [
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "value",
                                                                        "range": [
                                                                          2166,
                                                                          2171
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2166
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2171
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "d",
                                                                          "range": [
                                                                            2172,
                                                                            2173
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2172
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2173
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "value",
                                                                          "range": [
                                                                            2174,
                                                                            2179
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2174
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2179
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2172,
                                                                          2179
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2172
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2179
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        2166,
                                                                        2179
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2166
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2179
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "flex",
                                                                        "range": [
                                                                          2180,
                                                                          2184
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2180
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2184
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "Literal",
                                                                        "value": 1,
                                                                        "raw": "1",
                                                                        "range": [
                                                                          2185,
                                                                          2186
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2185
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2186
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        2180,
                                                                        2186
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2180
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2186
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    2165,
                                                                    2187
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2165
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2187
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                2139,
                                                                2188
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2139
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2188
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2137,
                                                              2188
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2137
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2188
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "kind": "var",
                                                        "range": [
                                                          2133,
                                                          2189
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2133
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2189
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ReturnStatement",
                                                        "argument": {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "_elements",
                                                              "range": [
                                                                2200,
                                                                2209
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2200
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2209
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "Group",
                                                              "range": [
                                                                2210,
                                                                2215
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2210
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2215
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2200,
                                                              2215
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2200
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2215
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "name": "_this",
                                                              "range": [
                                                                2216,
                                                                2221
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2216
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2221
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ObjectExpression",
                                                              "properties": [
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "name",
                                                                    "range": [
                                                                      2223,
                                                                      2227
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2223
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2227
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "Identifier",
                                                                    "name": "c",
                                                                    "range": [
                                                                      2228,
                                                                      2229
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2228
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2229
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2223,
                                                                    2229
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2223
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2229
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "margin",
                                                                    "range": [
                                                                      2230,
                                                                      2236
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2230
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2236
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "UnaryExpression",
                                                                    "operator": "!",
                                                                    "argument": {
                                                                      "type": "Literal",
                                                                      "value": 1,
                                                                      "raw": "1",
                                                                      "range": [
                                                                        2238,
                                                                        2239
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2238
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2239
                                                                        }
                                                                      }
                                                                    },
                                                                    "prefix": true,
                                                                    "range": [
                                                                      2237,
                                                                      2239
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2237
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2239
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2230,
                                                                    2239
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2230
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2239
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "format",
                                                                    "range": [
                                                                      2240,
                                                                      2246
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2240
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2246
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "_elements",
                                                                          "range": [
                                                                            2247,
                                                                            2256
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2247
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2256
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "Group",
                                                                          "range": [
                                                                            2257,
                                                                            2262
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2257
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2262
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2247,
                                                                          2262
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2247
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2262
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "Format",
                                                                        "range": [
                                                                          2263,
                                                                          2269
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2263
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2269
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2247,
                                                                        2269
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2247
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2269
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "Rows",
                                                                      "range": [
                                                                        2270,
                                                                        2274
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2270
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2274
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      2247,
                                                                      2274
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2247
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2274
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2240,
                                                                    2274
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2240
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2274
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "children",
                                                                    "range": [
                                                                      2275,
                                                                      2283
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2275
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2283
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "ArrayExpression",
                                                                    "elements": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "name": "e",
                                                                        "range": [
                                                                          2285,
                                                                          2286
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2285
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2286
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "Identifier",
                                                                        "name": "f",
                                                                        "range": [
                                                                          2287,
                                                                          2288
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2287
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2288
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      2284,
                                                                      2289
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2284
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2289
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2275,
                                                                    2289
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2275
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2289
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                2222,
                                                                2290
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2222
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2290
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2196,
                                                            2291
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2196
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2291
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2189,
                                                          2291
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2189
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2291
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1744,
                                                      2292
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 1744
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2292
                                                      }
                                                    }
                                                  },
                                                  "generator": false,
                                                  "expression": false,
                                                  "range": [
                                                    1733,
                                                    2292
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1733
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2292
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1691,
                                                2293
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1691
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2293
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1682,
                                              2293
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1682
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2293
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1645,
                                          2294
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1645
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2294
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1619,
                                      2295
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1619
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2295
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1602,
                                  2296
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1602
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2296
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2297,
                                      2302
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2297
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2302
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "addElement",
                                    "range": [
                                      2303,
                                      2313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2303
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2313
                                      }
                                    }
                                  },
                                  "range": [
                                    2297,
                                    2313
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2297
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2313
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_elements",
                                        "range": [
                                          2318,
                                          2327
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2318
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2327
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "Group",
                                        "range": [
                                          2328,
                                          2333
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2328
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2333
                                          }
                                        }
                                      },
                                      "range": [
                                        2318,
                                        2333
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2318
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2333
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "_this",
                                        "range": [
                                          2334,
                                          2339
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2334
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2339
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "format",
                                              "range": [
                                                2341,
                                                2347
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2341
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2347
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "_elements",
                                                    "range": [
                                                      2348,
                                                      2357
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2348
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2357
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Group",
                                                    "range": [
                                                      2358,
                                                      2363
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2358
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2363
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2348,
                                                    2363
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2348
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2363
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Format",
                                                  "range": [
                                                    2364,
                                                    2370
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2364
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2370
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2348,
                                                  2370
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2348
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2370
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Table",
                                                "range": [
                                                  2371,
                                                  2376
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2371
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2376
                                                  }
                                                }
                                              },
                                              "range": [
                                                2348,
                                                2376
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2348
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2376
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              2341,
                                              2376
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2341
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2376
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "children",
                                              "range": [
                                                2377,
                                                2385
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2377
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2385
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "SequenceExpression",
                                                    "expressions": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          2387,
                                                          2388
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2387
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2388
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "_keys2",
                                                          "range": [
                                                            2389,
                                                            2395
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2389
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2395
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "default",
                                                          "range": [
                                                            2396,
                                                            2403
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2396
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2403
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2389,
                                                          2403
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2389
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2403
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2387,
                                                      2403
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2387
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2403
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            2405,
                                                            2406
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2405
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2406
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "feature",
                                                          "range": [
                                                            2407,
                                                            2414
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2407
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2414
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2405,
                                                          2414
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2405
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2414
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "members",
                                                        "range": [
                                                          2415,
                                                          2422
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2415
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2422
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2405,
                                                        2422
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2405
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2422
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2386,
                                                    2423
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2386
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2423
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "map",
                                                  "range": [
                                                    2424,
                                                    2427
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2424
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2427
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2386,
                                                  2427
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2386
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2427
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "FunctionExpression",
                                                  "id": null,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "c",
                                                      "range": [
                                                        2437,
                                                        2438
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2437
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2438
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "body": [
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "id": {
                                                              "type": "Identifier",
                                                              "name": "d",
                                                              "range": [
                                                                2444,
                                                                2445
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2444
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2445
                                                                }
                                                              }
                                                            },
                                                            "init": {
                                                              "type": "MemberExpression",
                                                              "computed": true,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "b",
                                                                    "range": [
                                                                      2446,
                                                                      2447
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2446
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2447
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "feature",
                                                                    "range": [
                                                                      2448,
                                                                      2455
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2448
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2455
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    2446,
                                                                    2455
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2446
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2455
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "members",
                                                                  "range": [
                                                                    2456,
                                                                    2463
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2456
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2463
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  2446,
                                                                  2463
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2446
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2463
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "c",
                                                                "range": [
                                                                  2464,
                                                                  2465
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2464
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2465
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                2446,
                                                                2466
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2446
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2466
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2444,
                                                              2466
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2444
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2466
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "id": {
                                                              "type": "Identifier",
                                                              "name": "e",
                                                              "range": [
                                                                2467,
                                                                2468
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2467
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2468
                                                                }
                                                              }
                                                            },
                                                            "init": {
                                                              "type": "NewExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_elements",
                                                                  "range": [
                                                                    2473,
                                                                    2482
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2473
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2482
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "Input",
                                                                  "range": [
                                                                    2483,
                                                                    2488
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2483
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2488
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  2473,
                                                                  2488
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2473
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2488
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "_this",
                                                                  "range": [
                                                                    2489,
                                                                    2494
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2489
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2494
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ObjectExpression",
                                                                  "properties": [
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "value",
                                                                        "range": [
                                                                          2496,
                                                                          2501
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2496
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2501
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "d",
                                                                          "range": [
                                                                            2502,
                                                                            2503
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2502
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2503
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "expression",
                                                                          "range": [
                                                                            2504,
                                                                            2514
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2504
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2514
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2502,
                                                                          2514
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2502
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2514
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        2496,
                                                                        2514
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2496
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2514
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "flex",
                                                                        "range": [
                                                                          2515,
                                                                          2519
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2515
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2519
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "Literal",
                                                                        "value": 2,
                                                                        "raw": "2",
                                                                        "range": [
                                                                          2520,
                                                                          2521
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2520
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2521
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        2515,
                                                                        2521
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2515
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2521
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    2495,
                                                                    2522
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2495
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2522
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                2469,
                                                                2523
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2469
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2523
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2467,
                                                              2523
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2467
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2523
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "kind": "var",
                                                        "range": [
                                                          2440,
                                                          2524
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2440
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2524
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "e",
                                                              "range": [
                                                                2524,
                                                                2525
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2524
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2525
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "observe",
                                                              "range": [
                                                                2526,
                                                                2533
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2526
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2533
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2524,
                                                              2533
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2524
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2533
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "FunctionExpression",
                                                              "id": null,
                                                              "params": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "g",
                                                                  "range": [
                                                                    2543,
                                                                    2544
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2543
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2544
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "body": [
                                                                  {
                                                                    "type": "ReturnStatement",
                                                                    "argument": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "name": "g",
                                                                        "range": [
                                                                          2553,
                                                                          2554
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2553
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2554
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "lastEvent",
                                                                        "range": [
                                                                          2555,
                                                                          2564
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2555
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2564
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2553,
                                                                        2564
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2553
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2564
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      2546,
                                                                      2564
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2546
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2564
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  2545,
                                                                  2565
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2545
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2565
                                                                  }
                                                                }
                                                              },
                                                              "generator": false,
                                                              "expression": false,
                                                              "range": [
                                                                2534,
                                                                2565
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2534
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2565
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "FunctionExpression",
                                                              "id": null,
                                                              "params": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "g",
                                                                  "range": [
                                                                    2575,
                                                                    2576
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2575
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2576
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "body": [
                                                                  {
                                                                    "type": "VariableDeclaration",
                                                                    "declarations": [
                                                                      {
                                                                        "type": "VariableDeclarator",
                                                                        "id": {
                                                                          "type": "Identifier",
                                                                          "name": "h",
                                                                          "range": [
                                                                            2582,
                                                                            2583
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2582
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2583
                                                                            }
                                                                          }
                                                                        },
                                                                        "init": {
                                                                          "type": "CallExpression",
                                                                          "callee": {
                                                                            "type": "SequenceExpression",
                                                                            "expressions": [
                                                                              {
                                                                                "type": "Literal",
                                                                                "value": 0,
                                                                                "raw": "0",
                                                                                "range": [
                                                                                  2585,
                                                                                  2586
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2585
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2586
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "MemberExpression",
                                                                                "computed": false,
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "name": "_helpers",
                                                                                  "range": [
                                                                                    2587,
                                                                                    2595
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2587
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2595
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "name": "buildFeaturePath",
                                                                                  "range": [
                                                                                    2596,
                                                                                    2612
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2596
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2612
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  2587,
                                                                                  2612
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2587
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2612
                                                                                  }
                                                                                }
                                                                              }
                                                                            ],
                                                                            "range": [
                                                                              2585,
                                                                              2612
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2585
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2612
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_this",
                                                                                "range": [
                                                                                  2614,
                                                                                  2619
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2614
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2619
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "session",
                                                                                "range": [
                                                                                  2620,
                                                                                  2627
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2620
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2627
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                2614,
                                                                                2627
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2614
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2627
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "b",
                                                                                "range": [
                                                                                  2628,
                                                                                  2629
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2628
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2629
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "feature",
                                                                                "range": [
                                                                                  2630,
                                                                                  2637
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2630
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2637
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                2628,
                                                                                2637
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2628
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2637
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            2584,
                                                                            2638
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2584
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2638
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2582,
                                                                          2638
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2582
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2638
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "kind": "var",
                                                                    "range": [
                                                                      2578,
                                                                      2639
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2578
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2639
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "expression": {
                                                                      "type": "LogicalExpression",
                                                                      "operator": "&&",
                                                                      "left": {
                                                                        "type": "BinaryExpression",
                                                                        "operator": "===",
                                                                        "left": {
                                                                          "type": "Literal",
                                                                          "value": "Enter",
                                                                          "raw": "'Enter'",
                                                                          "range": [
                                                                            2639,
                                                                            2646
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2639
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2646
                                                                            }
                                                                          }
                                                                        },
                                                                        "right": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "g",
                                                                            "range": [
                                                                              2649,
                                                                              2650
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2649
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2650
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "key",
                                                                            "range": [
                                                                              2651,
                                                                              2654
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2651
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2654
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            2649,
                                                                            2654
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2649
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2654
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2639,
                                                                          2654
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2639
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2654
                                                                          }
                                                                        }
                                                                      },
                                                                      "right": {
                                                                        "type": "CallExpression",
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "name": "_this",
                                                                              "range": [
                                                                                2656,
                                                                                2661
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2656
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2661
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "session",
                                                                              "range": [
                                                                                2662,
                                                                                2669
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2662
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2669
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              2656,
                                                                              2669
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2656
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2669
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "execute",
                                                                            "range": [
                                                                              2670,
                                                                              2677
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2670
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2677
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            2656,
                                                                            2677
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2656
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2677
                                                                            }
                                                                          }
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "BinaryExpression",
                                                                            "operator": "+",
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "operator": "+",
                                                                              "left": {
                                                                                "type": "BinaryExpression",
                                                                                "operator": "+",
                                                                                "left": {
                                                                                  "type": "BinaryExpression",
                                                                                  "operator": "+",
                                                                                  "left": {
                                                                                    "type": "BinaryExpression",
                                                                                    "operator": "+",
                                                                                    "left": {
                                                                                      "type": "BinaryExpression",
                                                                                      "operator": "+",
                                                                                      "left": {
                                                                                        "type": "Literal",
                                                                                        "value": "\n                        _O.",
                                                                                        "raw": "'\\n                        _O.'",
                                                                                        "range": [
                                                                                          2678,
                                                                                          2709
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 2678
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 2709
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "Identifier",
                                                                                        "name": "h",
                                                                                        "range": [
                                                                                          2710,
                                                                                          2711
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 2710
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 2711
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        2678,
                                                                                        2711
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 2678
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 2711
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "right": {
                                                                                      "type": "Literal",
                                                                                      "value": ".OBJ_SetMemberExpr(\"",
                                                                                      "raw": "'.OBJ_SetMemberExpr(\"'",
                                                                                      "range": [
                                                                                        2712,
                                                                                        2734
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 2712
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 2734
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      2678,
                                                                                      2734
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 2678
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 2734
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "right": {
                                                                                    "type": "Identifier",
                                                                                    "name": "c",
                                                                                    "range": [
                                                                                      2735,
                                                                                      2736
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 2735
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 2736
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    2678,
                                                                                    2736
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2678
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2736
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "right": {
                                                                                  "type": "Literal",
                                                                                  "value": "\",\"",
                                                                                  "raw": "'\",\"'",
                                                                                  "range": [
                                                                                    2737,
                                                                                    2742
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2737
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2742
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  2678,
                                                                                  2742
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2678
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2742
                                                                                  }
                                                                                }
                                                                              },
                                                                              "right": {
                                                                                "type": "MemberExpression",
                                                                                "computed": false,
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "name": "e",
                                                                                  "range": [
                                                                                    2743,
                                                                                    2744
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2743
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2744
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "name": "value",
                                                                                  "range": [
                                                                                    2745,
                                                                                    2750
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 2745
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 2750
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  2743,
                                                                                  2750
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 2743
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 2750
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                2678,
                                                                                2750
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2678
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2750
                                                                                }
                                                                              }
                                                                            },
                                                                            "right": {
                                                                              "type": "Literal",
                                                                              "value": "\");\n                        _C.GlobaleFunktionen.UseOnStartRecalc(_O);",
                                                                              "raw": "'\");\\n                        _C.GlobaleFunktionen.UseOnStartRecalc(_O);'",
                                                                              "range": [
                                                                                2751,
                                                                                2824
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2751
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2824
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              2678,
                                                                              2824
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2678
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2824
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "range": [
                                                                          2656,
                                                                          2825
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2656
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2825
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2639,
                                                                        2825
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2639
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2825
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      2639,
                                                                      2825
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2639
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2825
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  2577,
                                                                  2826
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2577
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2826
                                                                  }
                                                                }
                                                              },
                                                              "generator": false,
                                                              "expression": false,
                                                              "range": [
                                                                2566,
                                                                2826
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2566
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2826
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2524,
                                                            2827
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2524
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2827
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2524,
                                                          2828
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2524
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2828
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "id": {
                                                              "type": "Identifier",
                                                              "name": "f",
                                                              "range": [
                                                                2832,
                                                                2833
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2832
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2833
                                                                }
                                                              }
                                                            },
                                                            "init": {
                                                              "type": "NewExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_elements",
                                                                  "range": [
                                                                    2838,
                                                                    2847
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2838
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2847
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "Label",
                                                                  "range": [
                                                                    2848,
                                                                    2853
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2848
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2853
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  2838,
                                                                  2853
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2838
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2853
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "_this",
                                                                  "range": [
                                                                    2854,
                                                                    2859
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2854
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2859
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ObjectExpression",
                                                                  "properties": [
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "value",
                                                                        "range": [
                                                                          2861,
                                                                          2866
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2861
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2866
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "d",
                                                                          "range": [
                                                                            2867,
                                                                            2868
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2867
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2868
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "value",
                                                                          "range": [
                                                                            2869,
                                                                            2874
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2869
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2874
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2867,
                                                                          2874
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2867
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2874
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        2861,
                                                                        2874
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2861
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2874
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "Property",
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "name": "flex",
                                                                        "range": [
                                                                          2875,
                                                                          2879
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2875
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2879
                                                                          }
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "type": "Literal",
                                                                        "value": 1,
                                                                        "raw": "1",
                                                                        "range": [
                                                                          2880,
                                                                          2881
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2880
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2881
                                                                          }
                                                                        }
                                                                      },
                                                                      "kind": "init",
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "range": [
                                                                        2875,
                                                                        2881
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2875
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2881
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    2860,
                                                                    2882
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2860
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2882
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                2834,
                                                                2883
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2834
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2883
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2832,
                                                              2883
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2832
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2883
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "kind": "var",
                                                        "range": [
                                                          2828,
                                                          2884
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2828
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2884
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ReturnStatement",
                                                        "argument": {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "_elements",
                                                              "range": [
                                                                2895,
                                                                2904
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2895
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2904
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "Group",
                                                              "range": [
                                                                2905,
                                                                2910
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2905
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2910
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2895,
                                                              2910
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2895
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2910
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "name": "_this",
                                                              "range": [
                                                                2911,
                                                                2916
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2911
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2916
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ObjectExpression",
                                                              "properties": [
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "name",
                                                                    "range": [
                                                                      2918,
                                                                      2922
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2918
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2922
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "Identifier",
                                                                    "name": "c",
                                                                    "range": [
                                                                      2923,
                                                                      2924
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2923
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2924
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2918,
                                                                    2924
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2918
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2924
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "margin",
                                                                    "range": [
                                                                      2925,
                                                                      2931
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2925
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2931
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "UnaryExpression",
                                                                    "operator": "!",
                                                                    "argument": {
                                                                      "type": "Literal",
                                                                      "value": 1,
                                                                      "raw": "1",
                                                                      "range": [
                                                                        2933,
                                                                        2934
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2933
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2934
                                                                        }
                                                                      }
                                                                    },
                                                                    "prefix": true,
                                                                    "range": [
                                                                      2932,
                                                                      2934
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2932
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2934
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2925,
                                                                    2934
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2925
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2934
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "format",
                                                                    "range": [
                                                                      2935,
                                                                      2941
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2935
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2941
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "_elements",
                                                                          "range": [
                                                                            2942,
                                                                            2951
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2942
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2951
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "Group",
                                                                          "range": [
                                                                            2952,
                                                                            2957
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2952
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2957
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2942,
                                                                          2957
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2942
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2957
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "Format",
                                                                        "range": [
                                                                          2958,
                                                                          2964
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2958
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2964
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2942,
                                                                        2964
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2942
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2964
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "Rows",
                                                                      "range": [
                                                                        2965,
                                                                        2969
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2965
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2969
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      2942,
                                                                      2969
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2942
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2969
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2935,
                                                                    2969
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2935
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2969
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "name": "children",
                                                                    "range": [
                                                                      2970,
                                                                      2978
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2970
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2978
                                                                      }
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "type": "ArrayExpression",
                                                                    "elements": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "name": "e",
                                                                        "range": [
                                                                          2980,
                                                                          2981
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2980
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2981
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "Identifier",
                                                                        "name": "f",
                                                                        "range": [
                                                                          2982,
                                                                          2983
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2982
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2983
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      2979,
                                                                      2984
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2979
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2984
                                                                      }
                                                                    }
                                                                  },
                                                                  "kind": "init",
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "range": [
                                                                    2970,
                                                                    2984
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2970
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2984
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                2917,
                                                                2985
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2917
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2985
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2891,
                                                            2986
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2891
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2986
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2884,
                                                          2986
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2884
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2986
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2439,
                                                      2987
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2439
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2987
                                                      }
                                                    }
                                                  },
                                                  "generator": false,
                                                  "expression": false,
                                                  "range": [
                                                    2428,
                                                    2987
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2428
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2987
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                2386,
                                                2988
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2386
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2988
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              2377,
                                              2988
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2377
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2988
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2340,
                                          2989
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2340
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2989
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2314,
                                      2990
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2314
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2990
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2297,
                                  2991
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2297
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2991
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "_this",
                                "range": [
                                  2992,
                                  2997
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2992
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2997
                                  }
                                }
                              }
                            ],
                            "range": [
                              1602,
                              2997
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1602
                              },
                              "end": {
                                "line": 1,
                                "column": 2997
                              }
                            }
                          },
                          "range": [
                            1595,
                            2997
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1595
                            },
                            "end": {
                              "line": 1,
                              "column": 2997
                            }
                          }
                        }
                      ],
                      "range": [
                        1355,
                        2998
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1355
                        },
                        "end": {
                          "line": 1,
                          "column": 2998
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1337,
                      2998
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1337
                      },
                      "end": {
                        "line": 1,
                        "column": 2998
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  3005,
                                  3006
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3005
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3006
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    3007,
                                    3017
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3007
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3017
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    3018,
                                    3025
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3018
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3025
                                    }
                                  }
                                },
                                "range": [
                                  3007,
                                  3025
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3007
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3025
                                  }
                                }
                              }
                            ],
                            "range": [
                              3005,
                              3025
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 3005
                              },
                              "end": {
                                "line": 1,
                                "column": 3025
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Test",
                              "range": [
                                3027,
                                3031
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3027
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3031
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Plugin",
                              "range": [
                                3032,
                                3039
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3032
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3039
                                }
                              }
                            }
                          ],
                          "range": [
                            3004,
                            3040
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3004
                            },
                            "end": {
                              "line": 1,
                              "column": 3040
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Test",
                          "range": [
                            3041,
                            3045
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3041
                            },
                            "end": {
                              "line": 1,
                              "column": 3045
                            }
                          }
                        }
                      ],
                      "range": [
                        3004,
                        3045
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 3004
                        },
                        "end": {
                          "line": 1,
                          "column": 3045
                        }
                      }
                    },
                    "range": [
                      2998,
                      3045
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 2998
                      },
                      "end": {
                        "line": 1,
                        "column": 3045
                      }
                    }
                  }
                ],
                "range": [
                  1336,
                  3046
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1336
                  },
                  "end": {
                    "line": 1,
                    "column": 3046
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1319,
                3046
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1319
                },
                "end": {
                  "line": 1,
                  "column": 3046
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_plugin2",
                  "range": [
                    3047,
                    3055
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 3047
                    },
                    "end": {
                      "line": 1,
                      "column": 3055
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    3056,
                    3063
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 3056
                    },
                    "end": {
                      "line": 1,
                      "column": 3063
                    }
                  }
                },
                "range": [
                  3047,
                  3063
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 3047
                  },
                  "end": {
                    "line": 1,
                    "column": 3063
                  }
                }
              }
            ],
            "range": [
              1319,
              3064
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1319
              },
              "end": {
                "line": 1,
                "column": 3064
              }
            }
          },
          "range": [
            1314,
            3064
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1314
            },
            "end": {
              "line": 1,
              "column": 3064
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1310,
        3065
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1310
        },
        "end": {
          "line": 1,
          "column": 3065
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              3065,
              3072
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 3065
              },
              "end": {
                "line": 1,
                "column": 3072
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              3073,
              3080
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 3073
              },
              "end": {
                "line": 1,
                "column": 3080
              }
            }
          },
          "range": [
            3065,
            3080
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3065
            },
            "end": {
              "line": 1,
              "column": 3080
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Test",
          "range": [
            3081,
            3085
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3081
            },
            "end": {
              "line": 1,
              "column": 3085
            }
          }
        },
        "range": [
          3065,
          3085
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 3065
          },
          "end": {
            "line": 1,
            "column": 3085
          }
        }
      },
      "range": [
        3065,
        3086
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 3065
        },
        "end": {
          "line": 1,
          "column": 3086
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3086
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 3086
    }
  },
  "comments": []
}