{
  "type": "File",
  "start": 0,
  "end": 15998,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 514,
      "column": 4
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 15998,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 514,
        "column": 4
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 34,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 34
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 13,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 13
                },
                "identifierName": "Events"
              },
              "name": "Events"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 19,
          "end": 34,
          "loc": {
            "start": {
              "line": 1,
              "column": 19
            },
            "end": {
              "line": 1,
              "column": 34
            }
          },
          "extra": {
            "rawValue": "eventemitter3",
            "raw": "'eventemitter3'"
          },
          "value": "eventemitter3"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 35,
        "end": 64,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 29
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 42,
            "end": 49,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 42,
              "end": 49,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 14
                },
                "identifierName": "clicked"
              },
              "name": "clicked"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 55,
          "end": 64,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 29
            }
          },
          "extra": {
            "rawValue": "clicked",
            "raw": "'clicked'"
          },
          "value": "clicked"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 66,
        "end": 97,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 75,
            "end": 80,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 75,
              "end": 80,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 14
                },
                "identifierName": "Input"
              },
              "name": "Input"
            },
            "local": {
              "type": "Identifier",
              "start": 75,
              "end": 80,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 14
                },
                "identifierName": "Input"
              },
              "name": "Input"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 88,
          "end": 97,
          "loc": {
            "start": {
              "line": 4,
              "column": 22
            },
            "end": {
              "line": 4,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "./input",
            "raw": "'./input'"
          },
          "value": "./input"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 98,
        "end": 150,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 52
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 107,
            "end": 115,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 17
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 107,
              "end": 115,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 17
                },
                "identifierName": "defaults"
              },
              "name": "defaults"
            },
            "local": {
              "type": "Identifier",
              "start": 107,
              "end": 115,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 17
                },
                "identifierName": "defaults"
              },
              "name": "defaults"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 117,
            "end": 130,
            "loc": {
              "start": {
                "line": 5,
                "column": 19
              },
              "end": {
                "line": 5,
                "column": 32
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 117,
              "end": 130,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 19
                },
                "end": {
                  "line": 5,
                  "column": 32
                },
                "identifierName": "styleDefaults"
              },
              "name": "styleDefaults"
            },
            "local": {
              "type": "Identifier",
              "start": 117,
              "end": 130,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 19
                },
                "end": {
                  "line": 5,
                  "column": 32
                },
                "identifierName": "styleDefaults"
              },
              "name": "styleDefaults"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 138,
          "end": 150,
          "loc": {
            "start": {
              "line": 5,
              "column": 40
            },
            "end": {
              "line": 5,
              "column": 52
            }
          },
          "extra": {
            "rawValue": "./defaults",
            "raw": "'./defaults'"
          },
          "value": "./defaults"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 151,
        "end": 183,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportNamespaceSpecifier",
            "start": 158,
            "end": 168,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 163,
              "end": 168,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 12
                },
                "end": {
                  "line": 6,
                  "column": 17
                },
                "identifierName": "utils"
              },
              "name": "utils"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 174,
          "end": 183,
          "loc": {
            "start": {
              "line": 6,
              "column": 23
            },
            "end": {
              "line": 6,
              "column": 32
            }
          },
          "extra": {
            "rawValue": "./utils",
            "raw": "'./utils'"
          },
          "value": "./utils"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 184,
        "end": 215,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 193,
            "end": 198,
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 193,
              "end": 198,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9
                },
                "end": {
                  "line": 7,
                  "column": 14
                },
                "identifierName": "icons"
              },
              "name": "icons"
            },
            "local": {
              "type": "Identifier",
              "start": 193,
              "end": 198,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9
                },
                "end": {
                  "line": 7,
                  "column": 14
                },
                "identifierName": "icons"
              },
              "name": "icons"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 206,
          "end": 215,
          "loc": {
            "start": {
              "line": 7,
              "column": 22
            },
            "end": {
              "line": 7,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "./icons",
            "raw": "'./icons'"
          },
          "value": "./icons"
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 217,
        "end": 14269,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 441,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 224,
          "end": 14269,
          "loc": {
            "start": {
              "line": 9,
              "column": 7
            },
            "end": {
              "line": 441,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 230,
            "end": 234,
            "loc": {
              "start": {
                "line": 9,
                "column": 13
              },
              "end": {
                "line": 9,
                "column": 17
              },
              "identifierName": "Tree"
            },
            "name": "Tree"
          },
          "superClass": {
            "type": "Identifier",
            "start": 243,
            "end": 249,
            "loc": {
              "start": {
                "line": 9,
                "column": 26
              },
              "end": {
                "line": 9,
                "column": 32
              },
              "identifierName": "Events"
            },
            "name": "Events"
          },
          "body": {
            "type": "ClassBody",
            "start": 250,
            "end": 14269,
            "loc": {
              "start": {
                "line": 9,
                "column": 33
              },
              "end": {
                "line": 441,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 2541,
                "end": 3323,
                "loc": {
                  "start": {
                    "line": 39,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2541,
                  "end": 2552,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 4
                    },
                    "end": {
                      "line": 39,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2553,
                    "end": 2557,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 16
                      },
                      "end": {
                        "line": 39,
                        "column": 20
                      },
                      "identifierName": "tree"
                    },
                    "name": "tree"
                  },
                  {
                    "type": "Identifier",
                    "start": 2559,
                    "end": 2566,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 22
                      },
                      "end": {
                        "line": 39,
                        "column": 29
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  {
                    "type": "Identifier",
                    "start": 2568,
                    "end": 2574,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 31
                      },
                      "end": {
                        "line": 39,
                        "column": 37
                      },
                      "identifierName": "styles"
                    },
                    "name": "styles"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2576,
                  "end": 3323,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 39
                    },
                    "end": {
                      "line": 61,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2586,
                      "end": 2593,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 15
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2586,
                        "end": 2593,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 2586,
                          "end": 2591,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2602,
                      "end": 2650,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 41,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2602,
                        "end": 2650,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 41,
                            "column": 56
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2602,
                          "end": 2615,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2602,
                            "end": 2606,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2607,
                            "end": 2615,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 13
                              },
                              "end": {
                                "line": 41,
                                "column": 21
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 2618,
                          "end": 2650,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 24
                            },
                            "end": {
                              "line": 41,
                              "column": 56
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2618,
                            "end": 2631,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 24
                              },
                              "end": {
                                "line": 41,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2618,
                              "end": 2623,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 24
                                },
                                "end": {
                                  "line": 41,
                                  "column": 29
                                },
                                "identifierName": "utils"
                              },
                              "name": "utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2624,
                              "end": 2631,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 30
                                },
                                "end": {
                                  "line": 41,
                                  "column": 37
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2632,
                              "end": 2639,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 38
                                },
                                "end": {
                                  "line": 41,
                                  "column": 45
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 2641,
                              "end": 2649,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 47
                                },
                                "end": {
                                  "line": 41,
                                  "column": 55
                                },
                                "identifierName": "defaults"
                              },
                              "name": "defaults"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2659,
                      "end": 2688,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2659,
                        "end": 2688,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2659,
                          "end": 2670,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2659,
                            "end": 2663,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2664,
                            "end": 2670,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 13
                              },
                              "end": {
                                "line": 42,
                                "column": 19
                              },
                              "identifierName": "_input"
                            },
                            "name": "_input"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 2673,
                          "end": 2688,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 22
                            },
                            "end": {
                              "line": 42,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2677,
                            "end": 2682,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 26
                              },
                              "end": {
                                "line": 42,
                                "column": 31
                              },
                              "identifierName": "Input"
                            },
                            "name": "Input"
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 2683,
                              "end": 2687,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 32
                                },
                                "end": {
                                  "line": 42,
                                  "column": 36
                                }
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 2697,
                      "end": 2995,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2701,
                        "end": 2745,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 12
                          },
                          "end": {
                            "line": 43,
                            "column": 56
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 2701,
                          "end": 2729,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 12
                            },
                            "end": {
                              "line": 43,
                              "column": 40
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 2708,
                            "end": 2729,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 19
                              },
                              "end": {
                                "line": 43,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2708,
                              "end": 2721,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 19
                                },
                                "end": {
                                  "line": 43,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2708,
                                "end": 2712,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 23
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2713,
                                "end": 2721,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 32
                                  },
                                  "identifierName": "_options"
                                },
                                "name": "_options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2722,
                              "end": 2729,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 33
                                },
                                "end": {
                                  "line": 43,
                                  "column": 40
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 2734,
                          "end": 2745,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 45
                            },
                            "end": {
                              "line": 43,
                              "column": 56
                            }
                          },
                          "extra": {
                            "rawValue": "undefined",
                            "raw": "'undefined'"
                          },
                          "value": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2747,
                        "end": 2919,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 58
                          },
                          "end": {
                            "line": 49,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2865,
                            "end": 2909,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 12
                              },
                              "end": {
                                "line": 48,
                                "column": 56
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2865,
                              "end": 2909,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 12
                                },
                                "end": {
                                  "line": 48,
                                  "column": 56
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2865,
                                "end": 2877,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2865,
                                  "end": 2869,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 16
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2870,
                                  "end": 2877,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 24
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 2880,
                                "end": 2909,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 56
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2880,
                                  "end": 2902,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2880,
                                    "end": 2888,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 35
                                      },
                                      "identifierName": "document"
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2889,
                                    "end": 2902,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 49
                                      },
                                      "identifierName": "createElement"
                                    },
                                    "name": "createElement"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 2903,
                                    "end": 2908,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 55
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "div",
                                      "raw": "'div'"
                                    },
                                    "value": "div"
                                  }
                                ]
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentBlock",
                                "value": "*\n             * Main div holding tree\n             * @type {HTMLElement}\n             ",
                                "start": 2761,
                                "end": 2852,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 15
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 2925,
                        "end": 2995,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 15
                          },
                          "end": {
                            "line": 51,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2939,
                            "end": 2985,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 12
                              },
                              "end": {
                                "line": 50,
                                "column": 58
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2939,
                              "end": 2985,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 12
                                },
                                "end": {
                                  "line": 50,
                                  "column": 58
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2939,
                                "end": 2951,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2939,
                                  "end": 2943,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2944,
                                  "end": 2951,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 24
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 2954,
                                "end": 2985,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2954,
                                  "end": 2962,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2954,
                                    "end": 2959,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 32
                                      },
                                      "identifierName": "utils"
                                    },
                                    "name": "utils"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2960,
                                    "end": 2962,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 35
                                      },
                                      "identifierName": "el"
                                    },
                                    "name": "el"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 2963,
                                    "end": 2984,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2963,
                                      "end": 2976,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2963,
                                        "end": 2967,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2968,
                                        "end": 2976,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 49
                                          },
                                          "identifierName": "_options"
                                        },
                                        "name": "_options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2977,
                                      "end": 2984,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 57
                                        },
                                        "identifierName": "element"
                                      },
                                      "name": "element"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3004,
                      "end": 3110,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 3008,
                        "end": 3028,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 12
                          },
                          "end": {
                            "line": 52,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3008,
                          "end": 3021,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 12
                            },
                            "end": {
                              "line": 52,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3008,
                            "end": 3012,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 12
                              },
                              "end": {
                                "line": 52,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3013,
                            "end": 3021,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 17
                              },
                              "end": {
                                "line": 52,
                                "column": 25
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3022,
                          "end": 3028,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 26
                            },
                            "end": {
                              "line": 52,
                              "column": 32
                            },
                            "identifierName": "parent"
                          },
                          "name": "parent"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3030,
                        "end": 3110,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 34
                          },
                          "end": {
                            "line": 54,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3044,
                            "end": 3100,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 12
                              },
                              "end": {
                                "line": 53,
                                "column": 68
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3044,
                              "end": 3100,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 12
                                },
                                "end": {
                                  "line": 53,
                                  "column": 68
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3044,
                                "end": 3086,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 3044,
                                  "end": 3074,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 42
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3044,
                                    "end": 3052,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3044,
                                      "end": 3049,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 17
                                        },
                                        "identifierName": "utils"
                                      },
                                      "name": "utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3050,
                                      "end": 3052,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 20
                                        },
                                        "identifierName": "el"
                                      },
                                      "name": "el"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 3053,
                                      "end": 3073,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3053,
                                        "end": 3066,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3053,
                                          "end": 3057,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3058,
                                          "end": 3066,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 34
                                            },
                                            "identifierName": "_options"
                                          },
                                          "name": "_options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3067,
                                        "end": 3073,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 41
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3075,
                                  "end": 3086,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 54
                                    },
                                    "identifierName": "appendChild"
                                  },
                                  "name": "appendChild"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3087,
                                  "end": 3099,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 67
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3087,
                                    "end": 3091,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 59
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3092,
                                    "end": 3099,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 67
                                      },
                                      "identifierName": "element"
                                    },
                                    "name": "element"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3119,
                      "end": 3167,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3119,
                        "end": 3167,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 8
                          },
                          "end": {
                            "line": 55,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3119,
                          "end": 3145,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3119,
                            "end": 3141,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3119,
                              "end": 3131,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 8
                                },
                                "end": {
                                  "line": 55,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3119,
                                "end": 3123,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3124,
                                "end": 3131,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 20
                                  },
                                  "identifierName": "element"
                                },
                                "name": "element"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3132,
                              "end": 3141,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 21
                                },
                                "end": {
                                  "line": 55,
                                  "column": 30
                                },
                                "identifierName": "classList"
                              },
                              "name": "classList"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3142,
                            "end": 3145,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 31
                              },
                              "end": {
                                "line": 55,
                                "column": 34
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3146,
                            "end": 3166,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 35
                              },
                              "end": {
                                "line": 55,
                                "column": 55
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3146,
                              "end": 3150,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 35
                                },
                                "end": {
                                  "line": 55,
                                  "column": 39
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3151,
                              "end": 3166,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 40
                                },
                                "end": {
                                  "line": 55,
                                  "column": 55
                                },
                                "identifierName": "prefixClassName"
                              },
                              "name": "prefixClassName"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3176,
                      "end": 3200,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3176,
                        "end": 3200,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3176,
                          "end": 3193,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3176,
                            "end": 3188,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3176,
                              "end": 3180,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3181,
                              "end": 3188,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 13
                                },
                                "end": {
                                  "line": 56,
                                  "column": 20
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3189,
                            "end": 3193,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 21
                              },
                              "end": {
                                "line": 56,
                                "column": 25
                              },
                              "identifierName": "data"
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3196,
                          "end": 3200,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 28
                            },
                            "end": {
                              "line": 56,
                              "column": 32
                            },
                            "identifierName": "tree"
                          },
                          "name": "tree"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3209,
                      "end": 3295,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 59,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3213,
                        "end": 3246,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 12
                          },
                          "end": {
                            "line": 57,
                            "column": 45
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 3213,
                          "end": 3236,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 12
                            },
                            "end": {
                              "line": 57,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3213,
                            "end": 3226,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 12
                              },
                              "end": {
                                "line": 57,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3213,
                              "end": 3217,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 12
                                },
                                "end": {
                                  "line": 57,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3218,
                              "end": 3226,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 17
                                },
                                "end": {
                                  "line": 57,
                                  "column": 25
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3227,
                            "end": 3236,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 26
                              },
                              "end": {
                                "line": 57,
                                "column": 35
                              },
                              "identifierName": "addStyles"
                            },
                            "name": "addStyles"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 3241,
                          "end": 3246,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 40
                            },
                            "end": {
                              "line": 57,
                              "column": 45
                            }
                          },
                          "value": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3248,
                        "end": 3295,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 47
                          },
                          "end": {
                            "line": 59,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3262,
                            "end": 3285,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 12
                              },
                              "end": {
                                "line": 58,
                                "column": 35
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3262,
                              "end": 3285,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 12
                                },
                                "end": {
                                  "line": 58,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3262,
                                "end": 3277,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3262,
                                  "end": 3266,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3267,
                                  "end": 3277,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 27
                                    },
                                    "identifierName": "_addStyles"
                                  },
                                  "name": "_addStyles"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3278,
                                  "end": 3284,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 34
                                    },
                                    "identifierName": "styles"
                                  },
                                  "name": "styles"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3304,
                      "end": 3317,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3304,
                        "end": 3317,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 8
                          },
                          "end": {
                            "line": 60,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3304,
                          "end": 3315,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 8
                            },
                            "end": {
                              "line": 60,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3304,
                            "end": 3308,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 8
                              },
                              "end": {
                                "line": 60,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3309,
                            "end": 3315,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 13
                              },
                              "end": {
                                "line": 60,
                                "column": 19
                              },
                              "identifierName": "update"
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Create Tree\n     * @param {TreeData} tree - data for tree (see readme for description)\n     * @param {object} [options]\n     * @param {(HTMLElement|string)} [options.element] if a string then document.querySelector(element); if empty, it creates an element\n     * @param {(HTMLElement|string)} [options.parent] appends the element to this parent (if string then document.querySelector(parent))\n     * @param {boolean} [options.move=true] drag tree to rearrange\n     * @param {boolean} [options.select=true] click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @param {number} [options.indentation=20] number of pixels to indent for each level\n     * @param {number} [options.threshold=10] number of pixels to move to start a drag\n     * @param {number} [options.holdTime=2000] number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @param {boolean} [options.expandOnClick=true] expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @param {number} [options.dragOpacity=0.75] opacity setting for dragged item\n     * @param {string} [options.prefixClassName=yy-tree] first part of className for all DOM objects (e.g., yy-tree, yy-tree-indicator)\n     * @param {boolean} [options.addStyles=true] attaches a style sheet with default and overridden styles; set to false to use your own stylesheet\n     * @param {object} [styles]\n     * @param {string[]} [styles.nameStyles] use these to override individual styles for the name (will be included in the attached stylesheet)\n     * @param {string[]} [styles.contentStyles] use these to override individual styles for the content (will be included in the attached stylesheet)\n     * @param {string[]} [styles.indicatorStyles] use these to override individual styles for the move-line indicator (will be included in the attached stylesheet)\n     * @param {string[]} [styles.selectedStyles] use these to override individual styles for the selected item (will be included in the attached stylesheet)\n     * @fires render\n     * @fires clicked\n     * @fires expand\n     * @fires collapse\n     * @fires name-change\n     * @fires move\n     * @fires move-pending\n     * @fires update\n     ",
                    "start": 256,
                    "end": 2536,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 38,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Selected data\n     * @type {*}\n     ",
                    "start": 3329,
                    "end": 3378,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3383,
                "end": 3442,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 4
                  },
                  "end": {
                    "line": 69,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3387,
                  "end": 3396,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 8
                    },
                    "end": {
                      "line": 67,
                      "column": 17
                    },
                    "identifierName": "selection"
                  },
                  "name": "selection"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3399,
                  "end": 3442,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 20
                    },
                    "end": {
                      "line": 69,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3409,
                      "end": 3436,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 8
                        },
                        "end": {
                          "line": 68,
                          "column": 35
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 3416,
                        "end": 3436,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 15
                          },
                          "end": {
                            "line": 68,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3416,
                          "end": 3431,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 15
                            },
                            "end": {
                              "line": 68,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3416,
                            "end": 3420,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 15
                              },
                              "end": {
                                "line": 68,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3421,
                            "end": 3431,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 20
                              },
                              "end": {
                                "line": 68,
                                "column": 30
                              },
                              "identifierName": "_selection"
                            },
                            "name": "_selection"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3432,
                          "end": 3436,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 31
                            },
                            "end": {
                              "line": 68,
                              "column": 35
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Selected data\n     * @type {*}\n     ",
                    "start": 3329,
                    "end": 3378,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3447,
                "end": 3474,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 4
                  },
                  "end": {
                    "line": 71,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3451,
                  "end": 3460,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 8
                    },
                    "end": {
                      "line": 70,
                      "column": 17
                    },
                    "identifierName": "selection"
                  },
                  "name": "selection"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3461,
                    "end": 3465,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 18
                      },
                      "end": {
                        "line": 70,
                        "column": 22
                      },
                      "identifierName": "data"
                    },
                    "name": "data"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3467,
                  "end": 3474,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 24
                    },
                    "end": {
                      "line": 71,
                      "column": 5
                    }
                  },
                  "body": [],
                  "directives": [],
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * className's prefix (e.g., \"yy-tree\"-content)\n     * @type {string}\n     ",
                    "start": 3480,
                    "end": 3565,
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3570,
                "end": 3644,
                "loc": {
                  "start": {
                    "line": 77,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3574,
                  "end": 3589,
                  "loc": {
                    "start": {
                      "line": 77,
                      "column": 8
                    },
                    "end": {
                      "line": 77,
                      "column": 23
                    },
                    "identifierName": "prefixClassName"
                  },
                  "name": "prefixClassName"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3592,
                  "end": 3644,
                  "loc": {
                    "start": {
                      "line": 77,
                      "column": 26
                    },
                    "end": {
                      "line": 79,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3602,
                      "end": 3638,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 44
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 3609,
                        "end": 3638,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 15
                          },
                          "end": {
                            "line": 78,
                            "column": 44
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3609,
                          "end": 3622,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 15
                            },
                            "end": {
                              "line": 78,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3609,
                            "end": 3613,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 15
                              },
                              "end": {
                                "line": 78,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3614,
                            "end": 3622,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 20
                              },
                              "end": {
                                "line": 78,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3623,
                          "end": 3638,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 29
                            },
                            "end": {
                              "line": 78,
                              "column": 44
                            },
                            "identifierName": "prefixClassName"
                          },
                          "name": "prefixClassName"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * className's prefix (e.g., \"yy-tree\"-content)\n     * @type {string}\n     ",
                    "start": 3480,
                    "end": 3565,
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3649,
                "end": 3824,
                "loc": {
                  "start": {
                    "line": 80,
                    "column": 4
                  },
                  "end": {
                    "line": 85,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3653,
                  "end": 3668,
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 8
                    },
                    "end": {
                      "line": 80,
                      "column": 23
                    },
                    "identifierName": "prefixClassName"
                  },
                  "name": "prefixClassName"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3669,
                    "end": 3674,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 24
                      },
                      "end": {
                        "line": 80,
                        "column": 29
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3676,
                  "end": 3824,
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 31
                    },
                    "end": {
                      "line": 85,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3686,
                      "end": 3818,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3690,
                        "end": 3729,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 12
                          },
                          "end": {
                            "line": 81,
                            "column": 51
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3690,
                          "end": 3695,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 12
                            },
                            "end": {
                              "line": 81,
                              "column": 17
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 3700,
                          "end": 3729,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 22
                            },
                            "end": {
                              "line": 81,
                              "column": 51
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3700,
                            "end": 3713,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 22
                              },
                              "end": {
                                "line": 81,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3700,
                              "end": 3704,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 22
                                },
                                "end": {
                                  "line": 81,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3705,
                              "end": 3713,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 27
                                },
                                "end": {
                                  "line": 81,
                                  "column": 35
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3714,
                            "end": 3729,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 36
                              },
                              "end": {
                                "line": 81,
                                "column": 51
                              },
                              "identifierName": "prefixClassName"
                            },
                            "name": "prefixClassName"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3731,
                        "end": 3818,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 53
                          },
                          "end": {
                            "line": 84,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3745,
                            "end": 3782,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 12
                              },
                              "end": {
                                "line": 82,
                                "column": 49
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3745,
                              "end": 3782,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 12
                                },
                                "end": {
                                  "line": 82,
                                  "column": 49
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3745,
                                "end": 3774,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3745,
                                  "end": 3758,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3745,
                                    "end": 3749,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3750,
                                    "end": 3758,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 25
                                      },
                                      "identifierName": "_options"
                                    },
                                    "name": "_options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3759,
                                  "end": 3774,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 41
                                    },
                                    "identifierName": "prefixClassName"
                                  },
                                  "name": "prefixClassName"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 3777,
                                "end": 3782,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 49
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3795,
                            "end": 3808,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 12
                              },
                              "end": {
                                "line": 83,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3795,
                              "end": 3808,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 12
                                },
                                "end": {
                                  "line": 83,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3795,
                                "end": 3806,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3795,
                                  "end": 3799,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3800,
                                  "end": 3806,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 23
                                    },
                                    "identifierName": "update"
                                  },
                                  "name": "update"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * indentation for tree\n     * @type {number}\n     ",
                    "start": 3830,
                    "end": 3891,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 4
                      },
                      "end": {
                        "line": 90,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3896,
                "end": 3962,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3900,
                  "end": 3911,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 8
                    },
                    "end": {
                      "line": 91,
                      "column": 19
                    },
                    "identifierName": "indentation"
                  },
                  "name": "indentation"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3914,
                  "end": 3962,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 22
                    },
                    "end": {
                      "line": 93,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3924,
                      "end": 3956,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 8
                        },
                        "end": {
                          "line": 92,
                          "column": 40
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 3931,
                        "end": 3956,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 15
                          },
                          "end": {
                            "line": 92,
                            "column": 40
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3931,
                          "end": 3944,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 15
                            },
                            "end": {
                              "line": 92,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3931,
                            "end": 3935,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 15
                              },
                              "end": {
                                "line": 92,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3936,
                            "end": 3944,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 20
                              },
                              "end": {
                                "line": 92,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3945,
                          "end": 3956,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 29
                            },
                            "end": {
                              "line": 92,
                              "column": 40
                            },
                            "identifierName": "indentation"
                          },
                          "name": "indentation"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * indentation for tree\n     * @type {number}\n     ",
                    "start": 3830,
                    "end": 3891,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 4
                      },
                      "end": {
                        "line": 90,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3967,
                "end": 4190,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 4
                  },
                  "end": {
                    "line": 100,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3971,
                  "end": 3982,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 8
                    },
                    "end": {
                      "line": 94,
                      "column": 19
                    },
                    "identifierName": "indentation"
                  },
                  "name": "indentation"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3983,
                    "end": 3988,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 20
                      },
                      "end": {
                        "line": 94,
                        "column": 25
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3990,
                  "end": 4190,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 27
                    },
                    "end": {
                      "line": 100,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4000,
                      "end": 4184,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 99,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 4004,
                        "end": 4039,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 12
                          },
                          "end": {
                            "line": 95,
                            "column": 47
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 4004,
                          "end": 4009,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 12
                            },
                            "end": {
                              "line": 95,
                              "column": 17
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 4014,
                          "end": 4039,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 22
                            },
                            "end": {
                              "line": 95,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4014,
                            "end": 4027,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 22
                              },
                              "end": {
                                "line": 95,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4014,
                              "end": 4018,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 22
                                },
                                "end": {
                                  "line": 95,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4019,
                              "end": 4027,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 27
                                },
                                "end": {
                                  "line": 95,
                                  "column": 35
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4028,
                            "end": 4039,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 36
                              },
                              "end": {
                                "line": 95,
                                "column": 47
                              },
                              "identifierName": "indentation"
                            },
                            "name": "indentation"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4041,
                        "end": 4184,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 49
                          },
                          "end": {
                            "line": 99,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4055,
                            "end": 4088,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 12
                              },
                              "end": {
                                "line": 96,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4055,
                              "end": 4088,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 12
                                },
                                "end": {
                                  "line": 96,
                                  "column": 45
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4055,
                                "end": 4080,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4055,
                                  "end": 4068,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4055,
                                    "end": 4059,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4060,
                                    "end": 4068,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 25
                                      },
                                      "identifierName": "_options"
                                    },
                                    "name": "_options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4069,
                                  "end": 4080,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 37
                                    },
                                    "identifierName": "indentation"
                                  },
                                  "name": "indentation"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4083,
                                "end": 4088,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 45
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4101,
                            "end": 4148,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 12
                              },
                              "end": {
                                "line": 97,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4101,
                              "end": 4148,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 12
                                },
                                "end": {
                                  "line": 97,
                                  "column": 59
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4101,
                                "end": 4133,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4101,
                                  "end": 4112,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4101,
                                    "end": 4105,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4106,
                                    "end": 4112,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 23
                                      },
                                      "identifierName": "_input"
                                    },
                                    "name": "_input"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4113,
                                  "end": 4133,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 44
                                    },
                                    "identifierName": "_indicatorMarginLeft"
                                  },
                                  "name": "_indicatorMarginLeft"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 4136,
                                "end": 4148,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 59
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 4136,
                                  "end": 4141,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 52
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 4144,
                                  "end": 4148,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "px",
                                    "raw": "'px'"
                                  },
                                  "value": "px"
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4161,
                            "end": 4174,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 98,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4161,
                              "end": 4174,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 12
                                },
                                "end": {
                                  "line": 98,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4161,
                                "end": 4172,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4161,
                                  "end": 4165,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4166,
                                  "end": 4172,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 23
                                    },
                                    "identifierName": "update"
                                  },
                                  "name": "update"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @type {number}\n     ",
                    "start": 4196,
                    "end": 4326,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 4
                      },
                      "end": {
                        "line": 105,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4331,
                "end": 4391,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 4
                  },
                  "end": {
                    "line": 108,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4335,
                  "end": 4343,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 8
                    },
                    "end": {
                      "line": 106,
                      "column": 16
                    },
                    "identifierName": "holdTime"
                  },
                  "name": "holdTime"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4346,
                  "end": 4391,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 19
                    },
                    "end": {
                      "line": 108,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4356,
                      "end": 4385,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 37
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4363,
                        "end": 4385,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 15
                          },
                          "end": {
                            "line": 107,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4363,
                          "end": 4376,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 15
                            },
                            "end": {
                              "line": 107,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4363,
                            "end": 4367,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 15
                              },
                              "end": {
                                "line": 107,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4368,
                            "end": 4376,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 20
                              },
                              "end": {
                                "line": 107,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4377,
                          "end": 4385,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 29
                            },
                            "end": {
                              "line": 107,
                              "column": 37
                            },
                            "identifierName": "holdTime"
                          },
                          "name": "holdTime"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @type {number}\n     ",
                    "start": 4196,
                    "end": 4326,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 4
                      },
                      "end": {
                        "line": 105,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4396,
                "end": 4524,
                "loc": {
                  "start": {
                    "line": 109,
                    "column": 4
                  },
                  "end": {
                    "line": 113,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4400,
                  "end": 4408,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 8
                    },
                    "end": {
                      "line": 109,
                      "column": 16
                    },
                    "identifierName": "holdTime"
                  },
                  "name": "holdTime"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4409,
                    "end": 4414,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 17
                      },
                      "end": {
                        "line": 109,
                        "column": 22
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4416,
                  "end": 4524,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 24
                    },
                    "end": {
                      "line": 113,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4426,
                      "end": 4518,
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 4430,
                        "end": 4462,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 12
                          },
                          "end": {
                            "line": 110,
                            "column": 44
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 4430,
                          "end": 4435,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 12
                            },
                            "end": {
                              "line": 110,
                              "column": 17
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "MemberExpression",
                          "start": 4440,
                          "end": 4462,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 22
                            },
                            "end": {
                              "line": 110,
                              "column": 44
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4440,
                            "end": 4453,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 22
                              },
                              "end": {
                                "line": 110,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4440,
                              "end": 4444,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 22
                                },
                                "end": {
                                  "line": 110,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4445,
                              "end": 4453,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 27
                                },
                                "end": {
                                  "line": 110,
                                  "column": 35
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4454,
                            "end": 4462,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 36
                              },
                              "end": {
                                "line": 110,
                                "column": 44
                              },
                              "identifierName": "holdTime"
                            },
                            "name": "holdTime"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4464,
                        "end": 4518,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 46
                          },
                          "end": {
                            "line": 112,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4478,
                            "end": 4508,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 12
                              },
                              "end": {
                                "line": 111,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4478,
                              "end": 4508,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 12
                                },
                                "end": {
                                  "line": 111,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4478,
                                "end": 4500,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4478,
                                  "end": 4491,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4478,
                                    "end": 4482,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4483,
                                    "end": 4491,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 25
                                      },
                                      "identifierName": "_options"
                                    },
                                    "name": "_options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4492,
                                  "end": 4500,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 34
                                    },
                                    "identifierName": "holdTime"
                                  },
                                  "name": "holdTime"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4503,
                                "end": 4508,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 42
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * whether tree may be rearranged\n     * @type {boolean}\n     ",
                    "start": 4530,
                    "end": 4602,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 4
                      },
                      "end": {
                        "line": 118,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4607,
                "end": 4659,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 4
                  },
                  "end": {
                    "line": 121,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4611,
                  "end": 4615,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 8
                    },
                    "end": {
                      "line": 119,
                      "column": 12
                    },
                    "identifierName": "move"
                  },
                  "name": "move"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4618,
                  "end": 4659,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 15
                    },
                    "end": {
                      "line": 121,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4628,
                      "end": 4653,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4635,
                        "end": 4653,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 15
                          },
                          "end": {
                            "line": 120,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4635,
                          "end": 4648,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 15
                            },
                            "end": {
                              "line": 120,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4635,
                            "end": 4639,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 15
                              },
                              "end": {
                                "line": 120,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4640,
                            "end": 4648,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 20
                              },
                              "end": {
                                "line": 120,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4649,
                          "end": 4653,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 29
                            },
                            "end": {
                              "line": 120,
                              "column": 33
                            },
                            "identifierName": "move"
                          },
                          "name": "move"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * whether tree may be rearranged\n     * @type {boolean}\n     ",
                    "start": 4530,
                    "end": 4602,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 4
                      },
                      "end": {
                        "line": 118,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4664,
                "end": 4722,
                "loc": {
                  "start": {
                    "line": 122,
                    "column": 4
                  },
                  "end": {
                    "line": 124,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4668,
                  "end": 4672,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 8
                    },
                    "end": {
                      "line": 122,
                      "column": 12
                    },
                    "identifierName": "move"
                  },
                  "name": "move"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4673,
                    "end": 4678,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 13
                      },
                      "end": {
                        "line": 122,
                        "column": 18
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4680,
                  "end": 4722,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 20
                    },
                    "end": {
                      "line": 124,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4690,
                      "end": 4716,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 8
                        },
                        "end": {
                          "line": 123,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4690,
                        "end": 4716,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 8
                          },
                          "end": {
                            "line": 123,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4690,
                          "end": 4708,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 8
                            },
                            "end": {
                              "line": 123,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4690,
                            "end": 4703,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 8
                              },
                              "end": {
                                "line": 123,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4690,
                              "end": 4694,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 8
                                },
                                "end": {
                                  "line": 123,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4695,
                              "end": 4703,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 13
                                },
                                "end": {
                                  "line": 123,
                                  "column": 21
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4704,
                            "end": 4708,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 22
                              },
                              "end": {
                                "line": 123,
                                "column": 26
                              },
                              "identifierName": "move"
                            },
                            "name": "move"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4711,
                          "end": 4716,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 29
                            },
                            "end": {
                              "line": 123,
                              "column": 34
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @type {boolean}\n     ",
                    "start": 4728,
                    "end": 4869,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 4
                      },
                      "end": {
                        "line": 129,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4874,
                "end": 4944,
                "loc": {
                  "start": {
                    "line": 130,
                    "column": 4
                  },
                  "end": {
                    "line": 132,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4878,
                  "end": 4891,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 8
                    },
                    "end": {
                      "line": 130,
                      "column": 21
                    },
                    "identifierName": "expandOnClick"
                  },
                  "name": "expandOnClick"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4894,
                  "end": 4944,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 24
                    },
                    "end": {
                      "line": 132,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4904,
                      "end": 4938,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 42
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4911,
                        "end": 4938,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 15
                          },
                          "end": {
                            "line": 131,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4911,
                          "end": 4924,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 15
                            },
                            "end": {
                              "line": 131,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4911,
                            "end": 4915,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 15
                              },
                              "end": {
                                "line": 131,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4916,
                            "end": 4924,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 20
                              },
                              "end": {
                                "line": 131,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4925,
                          "end": 4938,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 29
                            },
                            "end": {
                              "line": 131,
                              "column": 42
                            },
                            "identifierName": "expandOnClick"
                          },
                          "name": "expandOnClick"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @type {boolean}\n     ",
                    "start": 4728,
                    "end": 4869,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 4
                      },
                      "end": {
                        "line": 129,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4949,
                "end": 5025,
                "loc": {
                  "start": {
                    "line": 133,
                    "column": 4
                  },
                  "end": {
                    "line": 135,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4953,
                  "end": 4966,
                  "loc": {
                    "start": {
                      "line": 133,
                      "column": 8
                    },
                    "end": {
                      "line": 133,
                      "column": 21
                    },
                    "identifierName": "expandOnClick"
                  },
                  "name": "expandOnClick"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4967,
                    "end": 4972,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 22
                      },
                      "end": {
                        "line": 133,
                        "column": 27
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4974,
                  "end": 5025,
                  "loc": {
                    "start": {
                      "line": 133,
                      "column": 29
                    },
                    "end": {
                      "line": 135,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4984,
                      "end": 5019,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 8
                        },
                        "end": {
                          "line": 134,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4984,
                        "end": 5019,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 8
                          },
                          "end": {
                            "line": 134,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4984,
                          "end": 5011,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 8
                            },
                            "end": {
                              "line": 134,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4984,
                            "end": 4997,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 8
                              },
                              "end": {
                                "line": 134,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4984,
                              "end": 4988,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 8
                                },
                                "end": {
                                  "line": 134,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4989,
                              "end": 4997,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 13
                                },
                                "end": {
                                  "line": 134,
                                  "column": 21
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4998,
                            "end": 5011,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 22
                              },
                              "end": {
                                "line": 134,
                                "column": 35
                              },
                              "identifierName": "expandOnClick"
                            },
                            "name": "expandOnClick"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5014,
                          "end": 5019,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 38
                            },
                            "end": {
                              "line": 134,
                              "column": 43
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @type {boolean}\n     ",
                    "start": 5031,
                    "end": 5166,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 4
                      },
                      "end": {
                        "line": 140,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5171,
                "end": 5227,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 4
                  },
                  "end": {
                    "line": 143,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5175,
                  "end": 5181,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 8
                    },
                    "end": {
                      "line": 141,
                      "column": 14
                    },
                    "identifierName": "select"
                  },
                  "name": "select"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5184,
                  "end": 5227,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 17
                    },
                    "end": {
                      "line": 143,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5194,
                      "end": 5221,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 35
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5201,
                        "end": 5221,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 15
                          },
                          "end": {
                            "line": 142,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5201,
                          "end": 5214,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 15
                            },
                            "end": {
                              "line": 142,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5201,
                            "end": 5205,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 15
                              },
                              "end": {
                                "line": 142,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5206,
                            "end": 5214,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 20
                              },
                              "end": {
                                "line": 142,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5215,
                          "end": 5221,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 29
                            },
                            "end": {
                              "line": 142,
                              "column": 35
                            },
                            "identifierName": "select"
                          },
                          "name": "select"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @type {boolean}\n     ",
                    "start": 5031,
                    "end": 5166,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 4
                      },
                      "end": {
                        "line": 140,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5232,
                "end": 5294,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 146,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5236,
                  "end": 5242,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 8
                    },
                    "end": {
                      "line": 144,
                      "column": 14
                    },
                    "identifierName": "select"
                  },
                  "name": "select"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5243,
                    "end": 5248,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 15
                      },
                      "end": {
                        "line": 144,
                        "column": 20
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5250,
                  "end": 5294,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 22
                    },
                    "end": {
                      "line": 146,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5260,
                      "end": 5288,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5260,
                        "end": 5288,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 8
                          },
                          "end": {
                            "line": 145,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5260,
                          "end": 5280,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 8
                            },
                            "end": {
                              "line": 145,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5260,
                            "end": 5273,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 8
                              },
                              "end": {
                                "line": 145,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5260,
                              "end": 5264,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 8
                                },
                                "end": {
                                  "line": 145,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5265,
                              "end": 5273,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 13
                                },
                                "end": {
                                  "line": 145,
                                  "column": 21
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5274,
                            "end": 5280,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 22
                              },
                              "end": {
                                "line": 145,
                                "column": 28
                              },
                              "identifierName": "select"
                            },
                            "name": "select"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5283,
                          "end": 5288,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 31
                            },
                            "end": {
                              "line": 145,
                              "column": 36
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * opacity setting for dragged item\n     * @type {number}\n     ",
                    "start": 5300,
                    "end": 5373,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 4
                      },
                      "end": {
                        "line": 151,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5378,
                "end": 5444,
                "loc": {
                  "start": {
                    "line": 152,
                    "column": 4
                  },
                  "end": {
                    "line": 154,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5382,
                  "end": 5393,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 8
                    },
                    "end": {
                      "line": 152,
                      "column": 19
                    },
                    "identifierName": "dragOpacity"
                  },
                  "name": "dragOpacity"
                },
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5396,
                  "end": 5444,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 22
                    },
                    "end": {
                      "line": 154,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5406,
                      "end": 5438,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 8
                        },
                        "end": {
                          "line": 153,
                          "column": 40
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5413,
                        "end": 5438,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 15
                          },
                          "end": {
                            "line": 153,
                            "column": 40
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5413,
                          "end": 5426,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 15
                            },
                            "end": {
                              "line": 153,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5413,
                            "end": 5417,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 15
                              },
                              "end": {
                                "line": 153,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5418,
                            "end": 5426,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 20
                              },
                              "end": {
                                "line": 153,
                                "column": 28
                              },
                              "identifierName": "_options"
                            },
                            "name": "_options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5427,
                          "end": 5438,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 29
                            },
                            "end": {
                              "line": 153,
                              "column": 40
                            },
                            "identifierName": "dragOpacity"
                          },
                          "name": "dragOpacity"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * opacity setting for dragged item\n     * @type {number}\n     ",
                    "start": 5300,
                    "end": 5373,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 4
                      },
                      "end": {
                        "line": 151,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5449,
                "end": 5521,
                "loc": {
                  "start": {
                    "line": 155,
                    "column": 4
                  },
                  "end": {
                    "line": 157,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5453,
                  "end": 5464,
                  "loc": {
                    "start": {
                      "line": 155,
                      "column": 8
                    },
                    "end": {
                      "line": 155,
                      "column": 19
                    },
                    "identifierName": "dragOpacity"
                  },
                  "name": "dragOpacity"
                },
                "kind": "set",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5465,
                    "end": 5470,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 20
                      },
                      "end": {
                        "line": 155,
                        "column": 25
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5472,
                  "end": 5521,
                  "loc": {
                    "start": {
                      "line": 155,
                      "column": 27
                    },
                    "end": {
                      "line": 157,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5482,
                      "end": 5515,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 8
                        },
                        "end": {
                          "line": 156,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5482,
                        "end": 5515,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 8
                          },
                          "end": {
                            "line": 156,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5482,
                          "end": 5507,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 8
                            },
                            "end": {
                              "line": 156,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5482,
                            "end": 5495,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 8
                              },
                              "end": {
                                "line": 156,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5482,
                              "end": 5486,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 8
                                },
                                "end": {
                                  "line": 156,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5487,
                              "end": 5495,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 13
                                },
                                "end": {
                                  "line": 156,
                                  "column": 21
                                },
                                "identifierName": "_options"
                              },
                              "name": "_options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5496,
                            "end": 5507,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 22
                              },
                              "end": {
                                "line": 156,
                                "column": 33
                              },
                              "identifierName": "dragOpacity"
                            },
                            "name": "dragOpacity"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5510,
                          "end": 5515,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 36
                            },
                            "end": {
                              "line": 156,
                              "column": 41
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 5527,
                "end": 6786,
                "loc": {
                  "start": {
                    "line": 159,
                    "column": 4
                  },
                  "end": {
                    "line": 187,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5527,
                  "end": 5532,
                  "loc": {
                    "start": {
                      "line": 159,
                      "column": 4
                    },
                    "end": {
                      "line": 159,
                      "column": 9
                    },
                    "identifierName": "_leaf"
                  },
                  "name": "_leaf"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5533,
                    "end": 5537,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 10
                      },
                      "end": {
                        "line": 159,
                        "column": 14
                      },
                      "identifierName": "data"
                    },
                    "name": "data"
                  },
                  {
                    "type": "Identifier",
                    "start": 5539,
                    "end": 5544,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 16
                      },
                      "end": {
                        "line": 159,
                        "column": 21
                      },
                      "identifierName": "level"
                    },
                    "name": "level"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5546,
                  "end": 6786,
                  "loc": {
                    "start": {
                      "line": 159,
                      "column": 23
                    },
                    "end": {
                      "line": 187,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5556,
                      "end": 5626,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 78
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5562,
                          "end": 5626,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 14
                            },
                            "end": {
                              "line": 160,
                              "column": 78
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5562,
                            "end": 5566,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 14
                              },
                              "end": {
                                "line": 160,
                                "column": 18
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5569,
                            "end": 5626,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 21
                              },
                              "end": {
                                "line": 160,
                                "column": 78
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5569,
                              "end": 5579,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 21
                                },
                                "end": {
                                  "line": 160,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5569,
                                "end": 5574,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 26
                                  },
                                  "identifierName": "utils"
                                },
                                "name": "utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5575,
                                "end": 5579,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 31
                                  },
                                  "identifierName": "html"
                                },
                                "name": "html"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 5580,
                                "end": 5625,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 77
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5582,
                                    "end": 5623,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 75
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5582,
                                      "end": 5591,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 43
                                        },
                                        "identifierName": "className"
                                      },
                                      "name": "className"
                                    },
                                    "value": {
                                      "type": "TemplateLiteral",
                                      "start": 5593,
                                      "end": 5623,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 75
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 5596,
                                          "end": 5616,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 68
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 5596,
                                            "end": 5600,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5601,
                                            "end": 5616,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 68
                                              },
                                              "identifierName": "prefixClassName"
                                            },
                                            "name": "prefixClassName"
                                          },
                                          "computed": false
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 5594,
                                          "end": 5594,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 46
                                            }
                                          },
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 5617,
                                          "end": 5622,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 74
                                            }
                                          },
                                          "value": {
                                            "raw": "-leaf",
                                            "cooked": "-leaf"
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5635,
                      "end": 5653,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5635,
                        "end": 5653,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 8
                          },
                          "end": {
                            "line": 161,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5635,
                          "end": 5646,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5635,
                            "end": 5639,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 8
                              },
                              "end": {
                                "line": 161,
                                "column": 12
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5640,
                            "end": 5646,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 13
                              },
                              "end": {
                                "line": 161,
                                "column": 19
                              },
                              "identifierName": "isLeaf"
                            },
                            "name": "isLeaf"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 5649,
                          "end": 5653,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 22
                            },
                            "end": {
                              "line": 161,
                              "column": 26
                            }
                          },
                          "value": true
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5662,
                      "end": 5678,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5662,
                        "end": 5678,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 8
                          },
                          "end": {
                            "line": 162,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5662,
                          "end": 5671,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 8
                            },
                            "end": {
                              "line": 162,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5662,
                            "end": 5666,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 8
                              },
                              "end": {
                                "line": 162,
                                "column": 12
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5667,
                            "end": 5671,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 13
                              },
                              "end": {
                                "line": 162,
                                "column": 17
                              },
                              "identifierName": "data"
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5674,
                          "end": 5678,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 20
                            },
                            "end": {
                              "line": 162,
                              "column": 24
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5687,
                      "end": 5776,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 8
                        },
                        "end": {
                          "line": 163,
                          "column": 97
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5687,
                        "end": 5776,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 8
                          },
                          "end": {
                            "line": 163,
                            "column": 97
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5687,
                          "end": 5699,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 8
                            },
                            "end": {
                              "line": 163,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5687,
                            "end": 5691,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 8
                              },
                              "end": {
                                "line": 163,
                                "column": 12
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5692,
                            "end": 5699,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 13
                              },
                              "end": {
                                "line": 163,
                                "column": 20
                              },
                              "identifierName": "content"
                            },
                            "name": "content"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5702,
                          "end": 5776,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 23
                            },
                            "end": {
                              "line": 163,
                              "column": 97
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5702,
                            "end": 5712,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 23
                              },
                              "end": {
                                "line": 163,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5702,
                              "end": 5707,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 23
                                },
                                "end": {
                                  "line": 163,
                                  "column": 28
                                },
                                "identifierName": "utils"
                              },
                              "name": "utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5708,
                              "end": 5712,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 29
                                },
                                "end": {
                                  "line": 163,
                                  "column": 33
                                },
                                "identifierName": "html"
                              },
                              "name": "html"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 5713,
                              "end": 5775,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 34
                                },
                                "end": {
                                  "line": 163,
                                  "column": 96
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 5715,
                                  "end": 5727,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 48
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5715,
                                    "end": 5721,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 42
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 5723,
                                    "end": 5727,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 48
                                      },
                                      "identifierName": "leaf"
                                    },
                                    "name": "leaf"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5729,
                                  "end": 5773,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 94
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5729,
                                    "end": 5738,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 59
                                      },
                                      "identifierName": "className"
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "TemplateLiteral",
                                    "start": 5740,
                                    "end": 5773,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 94
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5743,
                                        "end": 5763,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 84
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5743,
                                          "end": 5747,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 68
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5748,
                                          "end": 5763,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 84
                                            },
                                            "identifierName": "prefixClassName"
                                          },
                                          "name": "prefixClassName"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 5741,
                                        "end": 5741,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 62
                                          }
                                        },
                                        "value": {
                                          "raw": "",
                                          "cooked": ""
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 5764,
                                        "end": 5772,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 93
                                          }
                                        },
                                        "value": {
                                          "raw": "-content",
                                          "cooked": "-content"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5785,
                      "end": 5832,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 8
                        },
                        "end": {
                          "line": 164,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5785,
                        "end": 5832,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 8
                          },
                          "end": {
                            "line": 164,
                            "column": 55
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5785,
                          "end": 5806,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 8
                            },
                            "end": {
                              "line": 164,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5785,
                            "end": 5795,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 8
                              },
                              "end": {
                                "line": 164,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5785,
                              "end": 5789,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 8
                                },
                                "end": {
                                  "line": 164,
                                  "column": 12
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5790,
                              "end": 5795,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 13
                                },
                                "end": {
                                  "line": 164,
                                  "column": 18
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5796,
                            "end": 5806,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 19
                              },
                              "end": {
                                "line": 164,
                                "column": 29
                              },
                              "identifierName": "marginLeft"
                            },
                            "name": "marginLeft"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 5809,
                          "end": 5832,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 32
                            },
                            "end": {
                              "line": 164,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 5809,
                            "end": 5825,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 32
                              },
                              "end": {
                                "line": 164,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5809,
                              "end": 5813,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 32
                                },
                                "end": {
                                  "line": 164,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5814,
                              "end": 5825,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 37
                                },
                                "end": {
                                  "line": 164,
                                  "column": 48
                                },
                                "identifierName": "indentation"
                              },
                              "name": "indentation"
                            },
                            "computed": false
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 5828,
                            "end": 5832,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 51
                              },
                              "end": {
                                "line": 164,
                                "column": 55
                              }
                            },
                            "extra": {
                              "rawValue": "px",
                              "raw": "'px'"
                            },
                            "value": "px"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5841,
                      "end": 6027,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 8
                        },
                        "end": {
                          "line": 169,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5841,
                        "end": 6027,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 8
                          },
                          "end": {
                            "line": 169,
                            "column": 10
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5841,
                          "end": 5850,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 8
                            },
                            "end": {
                              "line": 165,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5841,
                            "end": 5845,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 8
                              },
                              "end": {
                                "line": 165,
                                "column": 12
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5846,
                            "end": 5850,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 13
                              },
                              "end": {
                                "line": 165,
                                "column": 17
                              },
                              "identifierName": "icon"
                            },
                            "name": "icon"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5853,
                          "end": 6027,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 20
                            },
                            "end": {
                              "line": 169,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5853,
                            "end": 5863,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 20
                              },
                              "end": {
                                "line": 165,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5853,
                              "end": 5858,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 20
                                },
                                "end": {
                                  "line": 165,
                                  "column": 25
                                },
                                "identifierName": "utils"
                              },
                              "name": "utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5859,
                              "end": 5863,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 26
                                },
                                "end": {
                                  "line": 165,
                                  "column": 30
                                },
                                "identifierName": "html"
                              },
                              "name": "html"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 5864,
                              "end": 6026,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 31
                                },
                                "end": {
                                  "line": 169,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 5878,
                                  "end": 5898,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5878,
                                    "end": 5884,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 18
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 5886,
                                    "end": 5898,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5886,
                                      "end": 5890,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 24
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5891,
                                      "end": 5898,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 32
                                        },
                                        "identifierName": "content"
                                      },
                                      "name": "content"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5912,
                                  "end": 5959,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 59
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5912,
                                    "end": 5916,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 16
                                      },
                                      "identifierName": "html"
                                    },
                                    "name": "html"
                                  },
                                  "value": {
                                    "type": "ConditionalExpression",
                                    "start": 5918,
                                    "end": 5959,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 59
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 5918,
                                      "end": 5931,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5918,
                                        "end": 5922,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 22
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5923,
                                        "end": 5931,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 31
                                          },
                                          "identifierName": "expanded"
                                        },
                                        "name": "expanded"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "MemberExpression",
                                      "start": 5934,
                                      "end": 5944,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5934,
                                        "end": 5939,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 39
                                          },
                                          "identifierName": "icons"
                                        },
                                        "name": "icons"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5940,
                                        "end": 5944,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 44
                                          },
                                          "identifierName": "open"
                                        },
                                        "name": "open"
                                      },
                                      "computed": false
                                    },
                                    "alternate": {
                                      "type": "MemberExpression",
                                      "start": 5947,
                                      "end": 5959,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 59
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5947,
                                        "end": 5952,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 52
                                          },
                                          "identifierName": "icons"
                                        },
                                        "name": "icons"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5953,
                                        "end": 5959,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 59
                                          },
                                          "identifierName": "closed"
                                        },
                                        "name": "closed"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 5973,
                                  "end": 6016,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 55
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 5973,
                                    "end": 5982,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 21
                                      },
                                      "identifierName": "className"
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "TemplateLiteral",
                                    "start": 5984,
                                    "end": 6016,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 55
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5987,
                                        "end": 6007,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5987,
                                          "end": 5991,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5992,
                                          "end": 6007,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 46
                                            },
                                            "identifierName": "prefixClassName"
                                          },
                                          "name": "prefixClassName"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 5985,
                                        "end": 5985,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 24
                                          }
                                        },
                                        "value": {
                                          "raw": "",
                                          "cooked": ""
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 6008,
                                        "end": 6015,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 54
                                          }
                                        },
                                        "value": {
                                          "raw": "-expand",
                                          "cooked": "-expand"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6036,
                      "end": 6144,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6036,
                        "end": 6144,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 8
                          },
                          "end": {
                            "line": 170,
                            "column": 116
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6036,
                          "end": 6045,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6036,
                            "end": 6040,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 8
                              },
                              "end": {
                                "line": 170,
                                "column": 12
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6041,
                            "end": 6045,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 13
                              },
                              "end": {
                                "line": 170,
                                "column": 17
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 6048,
                          "end": 6144,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 20
                            },
                            "end": {
                              "line": 170,
                              "column": 116
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6048,
                            "end": 6058,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 20
                              },
                              "end": {
                                "line": 170,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6048,
                              "end": 6053,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 20
                                },
                                "end": {
                                  "line": 170,
                                  "column": 25
                                },
                                "identifierName": "utils"
                              },
                              "name": "utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6054,
                              "end": 6058,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 26
                                },
                                "end": {
                                  "line": 170,
                                  "column": 30
                                },
                                "identifierName": "html"
                              },
                              "name": "html"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 6059,
                              "end": 6143,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 31
                                },
                                "end": {
                                  "line": 170,
                                  "column": 115
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 6061,
                                  "end": 6081,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 53
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6061,
                                    "end": 6067,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 39
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 6069,
                                    "end": 6081,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6069,
                                      "end": 6073,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 45
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6074,
                                      "end": 6081,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 53
                                        },
                                        "identifierName": "content"
                                      },
                                      "name": "content"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6083,
                                  "end": 6098,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 70
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6083,
                                    "end": 6087,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 59
                                      },
                                      "identifierName": "html"
                                    },
                                    "name": "html"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 6089,
                                    "end": 6098,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 70
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6089,
                                      "end": 6093,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 65
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6094,
                                      "end": 6098,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 70
                                        },
                                        "identifierName": "name"
                                      },
                                      "name": "name"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6100,
                                  "end": 6141,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 113
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6100,
                                    "end": 6109,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 81
                                      },
                                      "identifierName": "className"
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "TemplateLiteral",
                                    "start": 6111,
                                    "end": 6141,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 83
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 113
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6114,
                                        "end": 6134,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 106
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6114,
                                          "end": 6118,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 90
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6119,
                                          "end": 6134,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 106
                                            },
                                            "identifierName": "prefixClassName"
                                          },
                                          "name": "prefixClassName"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 6112,
                                        "end": 6112,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 84
                                          }
                                        },
                                        "value": {
                                          "raw": "",
                                          "cooked": ""
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 6135,
                                        "end": 6140,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 107
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 112
                                          }
                                        },
                                        "value": {
                                          "raw": "-name",
                                          "cooked": "-name"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6153,
                      "end": 6219,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 74
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6153,
                        "end": 6219,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6153,
                          "end": 6179,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 8
                            },
                            "end": {
                              "line": 171,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6153,
                            "end": 6162,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 8
                              },
                              "end": {
                                "line": 171,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6153,
                              "end": 6157,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 8
                                },
                                "end": {
                                  "line": 171,
                                  "column": 12
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6158,
                              "end": 6162,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 13
                                },
                                "end": {
                                  "line": 171,
                                  "column": 17
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6163,
                            "end": 6179,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 18
                              },
                              "end": {
                                "line": 171,
                                "column": 34
                              },
                              "identifierName": "addEventListener"
                            },
                            "name": "addEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 6180,
                            "end": 6191,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 35
                              },
                              "end": {
                                "line": 171,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "mousedown",
                              "raw": "'mousedown'"
                            },
                            "value": "mousedown"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 6193,
                            "end": 6218,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 48
                              },
                              "end": {
                                "line": 171,
                                "column": 73
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 6193,
                                "end": 6194,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 49
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 6198,
                              "end": 6218,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 53
                                },
                                "end": {
                                  "line": 171,
                                  "column": 73
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6198,
                                "end": 6215,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6198,
                                  "end": 6209,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 64
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6198,
                                    "end": 6202,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6203,
                                    "end": 6209,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 64
                                      },
                                      "identifierName": "_input"
                                    },
                                    "name": "_input"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6210,
                                  "end": 6215,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 70
                                    },
                                    "identifierName": "_down"
                                  },
                                  "name": "_down"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6216,
                                  "end": 6217,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 72
                                    },
                                    "identifierName": "e"
                                  },
                                  "name": "e"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6228,
                      "end": 6295,
                      "loc": {
                        "start": {
                          "line": 172,
                          "column": 8
                        },
                        "end": {
                          "line": 172,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6228,
                        "end": 6295,
                        "loc": {
                          "start": {
                            "line": 172,
                            "column": 8
                          },
                          "end": {
                            "line": 172,
                            "column": 75
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6228,
                          "end": 6254,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 8
                            },
                            "end": {
                              "line": 172,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6228,
                            "end": 6237,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 8
                              },
                              "end": {
                                "line": 172,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6228,
                              "end": 6232,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 8
                                },
                                "end": {
                                  "line": 172,
                                  "column": 12
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6233,
                              "end": 6237,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 13
                                },
                                "end": {
                                  "line": 172,
                                  "column": 17
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6238,
                            "end": 6254,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 18
                              },
                              "end": {
                                "line": 172,
                                "column": 34
                              },
                              "identifierName": "addEventListener"
                            },
                            "name": "addEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 6255,
                            "end": 6267,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 35
                              },
                              "end": {
                                "line": 172,
                                "column": 47
                              }
                            },
                            "extra": {
                              "rawValue": "touchstart",
                              "raw": "'touchstart'"
                            },
                            "value": "touchstart"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 6269,
                            "end": 6294,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 49
                              },
                              "end": {
                                "line": 172,
                                "column": 74
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 6269,
                                "end": 6270,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 50
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 6274,
                              "end": 6294,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 54
                                },
                                "end": {
                                  "line": 172,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6274,
                                "end": 6291,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6274,
                                  "end": 6285,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6274,
                                    "end": 6278,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 58
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6279,
                                    "end": 6285,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 65
                                      },
                                      "identifierName": "_input"
                                    },
                                    "name": "_input"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6286,
                                  "end": 6291,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 71
                                    },
                                    "identifierName": "_down"
                                  },
                                  "name": "_down"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6292,
                                  "end": 6293,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 73
                                    },
                                    "identifierName": "e"
                                  },
                                  "name": "e"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 6304,
                      "end": 6561,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 8
                        },
                        "end": {
                          "line": 180,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6309,
                        "end": 6318,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 13
                          },
                          "end": {
                            "line": 173,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6313,
                            "end": 6318,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 17
                              },
                              "end": {
                                "line": 173,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6313,
                              "end": 6318,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 17
                                },
                                "end": {
                                  "line": 173,
                                  "column": 22
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6322,
                        "end": 6335,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 26
                          },
                          "end": {
                            "line": 173,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6322,
                          "end": 6326,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 26
                            },
                            "end": {
                              "line": 173,
                              "column": 30
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6327,
                          "end": 6335,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 31
                            },
                            "end": {
                              "line": 173,
                              "column": 39
                            },
                            "identifierName": "children"
                          },
                          "name": "children"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6337,
                        "end": 6561,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 41
                          },
                          "end": {
                            "line": 180,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 6351,
                            "end": 6391,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 12
                              },
                              "end": {
                                "line": 174,
                                "column": 52
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 6357,
                                "end": 6391,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 52
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 6357,
                                  "end": 6360,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 21
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 6363,
                                  "end": 6391,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6363,
                                    "end": 6373,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6363,
                                      "end": 6367,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6368,
                                      "end": 6373,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 34
                                        },
                                        "identifierName": "_leaf"
                                      },
                                      "name": "_leaf"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6374,
                                      "end": 6379,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 40
                                        },
                                        "identifierName": "child"
                                      },
                                      "name": "child"
                                    },
                                    {
                                      "type": "BinaryExpression",
                                      "start": 6381,
                                      "end": 6390,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 6381,
                                        "end": 6386,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 47
                                          },
                                          "identifierName": "level"
                                        },
                                        "name": "level"
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 6389,
                                        "end": 6390,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 51
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6404,
                            "end": 6426,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 12
                              },
                              "end": {
                                "line": 175,
                                "column": 34
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 6404,
                              "end": 6426,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 12
                                },
                                "end": {
                                  "line": 175,
                                  "column": 34
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 6404,
                                "end": 6419,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6404,
                                  "end": 6412,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6404,
                                    "end": 6407,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 15
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6408,
                                    "end": 6412,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 20
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6413,
                                  "end": 6419,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 27
                                    },
                                    "identifierName": "parent"
                                  },
                                  "name": "parent"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 6422,
                                "end": 6426,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 34
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6439,
                            "end": 6460,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 12
                              },
                              "end": {
                                "line": 176,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 6439,
                              "end": 6460,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 12
                                },
                                "end": {
                                  "line": 176,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6439,
                                "end": 6455,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6439,
                                  "end": 6443,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 16
                                    },
                                    "identifierName": "leaf"
                                  },
                                  "name": "leaf"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6444,
                                  "end": 6455,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 28
                                    },
                                    "identifierName": "appendChild"
                                  },
                                  "name": "appendChild"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6456,
                                  "end": 6459,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 32
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 6473,
                            "end": 6551,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 12
                              },
                              "end": {
                                "line": 179,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 6477,
                              "end": 6491,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 16
                                },
                                "end": {
                                  "line": 177,
                                  "column": 30
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 6478,
                                "end": 6491,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6478,
                                  "end": 6482,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 21
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6483,
                                  "end": 6491,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 30
                                    },
                                    "identifierName": "expanded"
                                  },
                                  "name": "expanded"
                                },
                                "computed": false
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6493,
                              "end": 6551,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 32
                                },
                                "end": {
                                  "line": 179,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6511,
                                  "end": 6537,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6511,
                                    "end": 6537,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 42
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6511,
                                      "end": 6528,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6511,
                                        "end": 6520,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6511,
                                          "end": 6514,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 19
                                            },
                                            "identifierName": "add"
                                          },
                                          "name": "add"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6515,
                                          "end": 6520,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 25
                                            },
                                            "identifierName": "style"
                                          },
                                          "name": "style"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6521,
                                        "end": 6528,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 33
                                          },
                                          "identifierName": "display"
                                        },
                                        "name": "display"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 6531,
                                      "end": 6537,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 42
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "none",
                                        "raw": "'none'"
                                      },
                                      "value": "none"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 6570,
                      "end": 6662,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 183,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6574,
                        "end": 6616,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 12
                          },
                          "end": {
                            "line": 181,
                            "column": 54
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 6574,
                          "end": 6610,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 12
                            },
                            "end": {
                              "line": 181,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 6574,
                            "end": 6603,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 12
                              },
                              "end": {
                                "line": 181,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6574,
                              "end": 6591,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 12
                                },
                                "end": {
                                  "line": 181,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6574,
                                "end": 6578,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6579,
                                "end": 6591,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 29
                                  },
                                  "identifierName": "_getChildren"
                                },
                                "name": "_getChildren"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6592,
                                "end": 6596,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 34
                                  },
                                  "identifierName": "leaf"
                                },
                                "name": "leaf"
                              },
                              {
                                "type": "BooleanLiteral",
                                "start": 6598,
                                "end": 6602,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 40
                                  }
                                },
                                "value": true
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6604,
                            "end": 6610,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 42
                              },
                              "end": {
                                "line": 181,
                                "column": 48
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 6615,
                          "end": 6616,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 53
                            },
                            "end": {
                              "line": 181,
                              "column": 54
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6618,
                        "end": 6662,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 56
                          },
                          "end": {
                            "line": 183,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 6632,
                            "end": 6652,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 12
                              },
                              "end": {
                                "line": 182,
                                "column": 32
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 6632,
                              "end": 6652,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 12
                                },
                                "end": {
                                  "line": 182,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6632,
                                "end": 6646,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6632,
                                  "end": 6636,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6637,
                                  "end": 6646,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 26
                                    },
                                    "identifierName": "_hideIcon"
                                  },
                                  "name": "_hideIcon"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6647,
                                  "end": 6651,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 31
                                    },
                                    "identifierName": "leaf"
                                  },
                                  "name": "leaf"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6671,
                      "end": 6720,
                      "loc": {
                        "start": {
                          "line": 184,
                          "column": 8
                        },
                        "end": {
                          "line": 184,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6671,
                        "end": 6720,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 8
                          },
                          "end": {
                            "line": 184,
                            "column": 57
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 6671,
                          "end": 6678,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 8
                            },
                            "end": {
                              "line": 184,
                              "column": 15
                            },
                            "identifierName": "clicked"
                          },
                          "name": "clicked"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 6679,
                            "end": 6688,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 16
                              },
                              "end": {
                                "line": 184,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6679,
                              "end": 6683,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 16
                                },
                                "end": {
                                  "line": 184,
                                  "column": 20
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6684,
                              "end": 6688,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 21
                                },
                                "end": {
                                  "line": 184,
                                  "column": 25
                                },
                                "identifierName": "icon"
                              },
                              "name": "icon"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 6690,
                            "end": 6719,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 27
                              },
                              "end": {
                                "line": 184,
                                "column": 56
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "CallExpression",
                              "start": 6696,
                              "end": 6719,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 33
                                },
                                "end": {
                                  "line": 184,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6696,
                                "end": 6713,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6696,
                                  "end": 6700,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 37
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6701,
                                  "end": 6713,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 50
                                    },
                                    "identifierName": "toggleExpand"
                                  },
                                  "name": "toggleExpand"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6714,
                                  "end": 6718,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 55
                                    },
                                    "identifierName": "leaf"
                                  },
                                  "name": "leaf"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6729,
                      "end": 6760,
                      "loc": {
                        "start": {
                          "line": 185,
                          "column": 8
                        },
                        "end": {
                          "line": 185,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6729,
                        "end": 6760,
                        "loc": {
                          "start": {
                            "line": 185,
                            "column": 8
                          },
                          "end": {
                            "line": 185,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6729,
                          "end": 6738,
                          "loc": {
                            "start": {
                              "line": 185,
                              "column": 8
                            },
                            "end": {
                              "line": 185,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6729,
                            "end": 6733,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 8
                              },
                              "end": {
                                "line": 185,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6734,
                            "end": 6738,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 13
                              },
                              "end": {
                                "line": 185,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 6739,
                            "end": 6747,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 18
                              },
                              "end": {
                                "line": 185,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "render",
                              "raw": "'render'"
                            },
                            "value": "render"
                          },
                          {
                            "type": "Identifier",
                            "start": 6749,
                            "end": 6753,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 28
                              },
                              "end": {
                                "line": 185,
                                "column": 32
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          {
                            "type": "ThisExpression",
                            "start": 6755,
                            "end": 6759,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 34
                              },
                              "end": {
                                "line": 185,
                                "column": 38
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6769,
                      "end": 6780,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 8
                        },
                        "end": {
                          "line": 186,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 6776,
                        "end": 6780,
                        "loc": {
                          "start": {
                            "line": 186,
                            "column": 15
                          },
                          "end": {
                            "line": 186,
                            "column": 19
                          },
                          "identifierName": "leaf"
                        },
                        "name": "leaf"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 6792,
                "end": 7090,
                "loc": {
                  "start": {
                    "line": 189,
                    "column": 4
                  },
                  "end": {
                    "line": 198,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6792,
                  "end": 6804,
                  "loc": {
                    "start": {
                      "line": 189,
                      "column": 4
                    },
                    "end": {
                      "line": 189,
                      "column": 16
                    },
                    "identifierName": "_getChildren"
                  },
                  "name": "_getChildren"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6805,
                    "end": 6809,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 17
                      },
                      "end": {
                        "line": 189,
                        "column": 21
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  },
                  {
                    "type": "Identifier",
                    "start": 6811,
                    "end": 6814,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 23
                      },
                      "end": {
                        "line": 189,
                        "column": 26
                      },
                      "identifierName": "all"
                    },
                    "name": "all"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6816,
                  "end": 7090,
                  "loc": {
                    "start": {
                      "line": 189,
                      "column": 28
                    },
                    "end": {
                      "line": 198,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 6826,
                      "end": 6853,
                      "loc": {
                        "start": {
                          "line": 190,
                          "column": 8
                        },
                        "end": {
                          "line": 190,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6826,
                        "end": 6853,
                        "loc": {
                          "start": {
                            "line": 190,
                            "column": 8
                          },
                          "end": {
                            "line": 190,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 6826,
                          "end": 6830,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 8
                            },
                            "end": {
                              "line": 190,
                              "column": 12
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 6833,
                          "end": 6853,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 15
                            },
                            "end": {
                              "line": 190,
                              "column": 35
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 6833,
                            "end": 6837,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 15
                              },
                              "end": {
                                "line": 190,
                                "column": 19
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 6841,
                            "end": 6853,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 23
                              },
                              "end": {
                                "line": 190,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6841,
                              "end": 6845,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 23
                                },
                                "end": {
                                  "line": 190,
                                  "column": 27
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6846,
                              "end": 6853,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 28
                                },
                                "end": {
                                  "line": 190,
                                  "column": 35
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6862,
                      "end": 6881,
                      "loc": {
                        "start": {
                          "line": 191,
                          "column": 8
                        },
                        "end": {
                          "line": 191,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6868,
                          "end": 6881,
                          "loc": {
                            "start": {
                              "line": 191,
                              "column": 14
                            },
                            "end": {
                              "line": 191,
                              "column": 27
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6868,
                            "end": 6876,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 14
                              },
                              "end": {
                                "line": 191,
                                "column": 22
                              },
                              "identifierName": "children"
                            },
                            "name": "children"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 6879,
                            "end": 6881,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 25
                              },
                              "end": {
                                "line": 191,
                                "column": 27
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 6890,
                      "end": 7060,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6895,
                        "end": 6904,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 13
                          },
                          "end": {
                            "line": 192,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6899,
                            "end": 6904,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 17
                              },
                              "end": {
                                "line": 192,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6899,
                              "end": 6904,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 17
                                },
                                "end": {
                                  "line": 192,
                                  "column": 22
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6908,
                        "end": 6921,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 26
                          },
                          "end": {
                            "line": 192,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6908,
                          "end": 6912,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 26
                            },
                            "end": {
                              "line": 192,
                              "column": 30
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6913,
                          "end": 6921,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 31
                            },
                            "end": {
                              "line": 192,
                              "column": 39
                            },
                            "identifierName": "children"
                          },
                          "name": "children"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6923,
                        "end": 7060,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 41
                          },
                          "end": {
                            "line": 196,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 6937,
                            "end": 7050,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 12
                              },
                              "end": {
                                "line": 195,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 6941,
                              "end": 6996,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 16
                                },
                                "end": {
                                  "line": 193,
                                  "column": 71
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6941,
                                "end": 6953,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6941,
                                  "end": 6946,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 21
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6947,
                                  "end": 6953,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 28
                                    },
                                    "identifierName": "isLeaf"
                                  },
                                  "name": "isLeaf"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 6958,
                                "end": 6995,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 70
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6958,
                                  "end": 6961,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 36
                                    },
                                    "identifierName": "all"
                                  },
                                  "name": "all"
                                },
                                "operator": "||",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 6965,
                                  "end": 6995,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 70
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 6965,
                                    "end": 6984,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6965,
                                      "end": 6976,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6965,
                                        "end": 6970,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 45
                                          },
                                          "identifierName": "child"
                                        },
                                        "name": "child"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6971,
                                        "end": 6976,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 51
                                          },
                                          "identifierName": "style"
                                        },
                                        "name": "style"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6977,
                                      "end": 6984,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 59
                                        },
                                        "identifierName": "display"
                                      },
                                      "name": "display"
                                    },
                                    "computed": false
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 6989,
                                    "end": 6995,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 70
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "none",
                                      "raw": "'none'"
                                    },
                                    "value": "none"
                                  }
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 6957
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6998,
                              "end": 7050,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 73
                                },
                                "end": {
                                  "line": 195,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 7016,
                                  "end": 7036,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 7016,
                                    "end": 7036,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 36
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7016,
                                      "end": 7029,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7016,
                                        "end": 7024,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 24
                                          },
                                          "identifierName": "children"
                                        },
                                        "name": "children"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7025,
                                        "end": 7029,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 29
                                          },
                                          "identifierName": "push"
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7030,
                                        "end": 7035,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 35
                                          },
                                          "identifierName": "child"
                                        },
                                        "name": "child"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 7069,
                      "end": 7084,
                      "loc": {
                        "start": {
                          "line": 197,
                          "column": 8
                        },
                        "end": {
                          "line": 197,
                          "column": 23
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 7076,
                        "end": 7084,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 15
                          },
                          "end": {
                            "line": 197,
                            "column": 23
                          },
                          "identifierName": "children"
                        },
                        "name": "children"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 7096,
                "end": 7241,
                "loc": {
                  "start": {
                    "line": 200,
                    "column": 4
                  },
                  "end": {
                    "line": 205,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7096,
                  "end": 7105,
                  "loc": {
                    "start": {
                      "line": 200,
                      "column": 4
                    },
                    "end": {
                      "line": 200,
                      "column": 13
                    },
                    "identifierName": "_hideIcon"
                  },
                  "name": "_hideIcon"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7106,
                    "end": 7110,
                    "loc": {
                      "start": {
                        "line": 200,
                        "column": 14
                      },
                      "end": {
                        "line": 200,
                        "column": 18
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7112,
                  "end": 7241,
                  "loc": {
                    "start": {
                      "line": 200,
                      "column": 20
                    },
                    "end": {
                      "line": 205,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 7122,
                      "end": 7235,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 8
                        },
                        "end": {
                          "line": 204,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 7126,
                        "end": 7137,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 12
                          },
                          "end": {
                            "line": 201,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7126,
                          "end": 7130,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 12
                            },
                            "end": {
                              "line": 201,
                              "column": 16
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7131,
                          "end": 7137,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 17
                            },
                            "end": {
                              "line": 201,
                              "column": 23
                            },
                            "identifierName": "isLeaf"
                          },
                          "name": "isLeaf"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7139,
                        "end": 7235,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 25
                          },
                          "end": {
                            "line": 204,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7153,
                            "end": 7180,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 12
                              },
                              "end": {
                                "line": 202,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7153,
                              "end": 7180,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 12
                                },
                                "end": {
                                  "line": 202,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7153,
                                "end": 7176,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7153,
                                  "end": 7168,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7153,
                                    "end": 7162,
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7153,
                                      "end": 7157,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 16
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7158,
                                      "end": 7162,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 21
                                        },
                                        "identifierName": "icon"
                                      },
                                      "name": "icon"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7163,
                                    "end": 7168,
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 27
                                      },
                                      "identifierName": "style"
                                    },
                                    "name": "style"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7169,
                                  "end": 7176,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 35
                                    },
                                    "identifierName": "opacity"
                                  },
                                  "name": "opacity"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "NumericLiteral",
                                "start": 7179,
                                "end": 7180,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 39
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7193,
                            "end": 7225,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 12
                              },
                              "end": {
                                "line": 203,
                                "column": 44
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7193,
                              "end": 7225,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 12
                                },
                                "end": {
                                  "line": 203,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7193,
                                "end": 7215,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7193,
                                  "end": 7208,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7193,
                                    "end": 7202,
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 203,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7193,
                                      "end": 7197,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 203,
                                          "column": 16
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7198,
                                      "end": 7202,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 203,
                                          "column": 21
                                        },
                                        "identifierName": "icon"
                                      },
                                      "name": "icon"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7203,
                                    "end": 7208,
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 203,
                                        "column": 27
                                      },
                                      "identifierName": "style"
                                    },
                                    "name": "style"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7209,
                                  "end": 7215,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 34
                                    },
                                    "identifierName": "cursor"
                                  },
                                  "name": "cursor"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "StringLiteral",
                                "start": 7218,
                                "end": 7225,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": "unset",
                                  "raw": "'unset'"
                                },
                                "value": "unset"
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 7247,
                "end": 7411,
                "loc": {
                  "start": {
                    "line": 207,
                    "column": 4
                  },
                  "end": {
                    "line": 212,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7247,
                  "end": 7256,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 4
                    },
                    "end": {
                      "line": 207,
                      "column": 13
                    },
                    "identifierName": "_showIcon"
                  },
                  "name": "_showIcon"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7257,
                    "end": 7261,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 14
                      },
                      "end": {
                        "line": 207,
                        "column": 18
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7263,
                  "end": 7411,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 20
                    },
                    "end": {
                      "line": 212,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 7273,
                      "end": 7405,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 8
                        },
                        "end": {
                          "line": 211,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 7277,
                        "end": 7288,
                        "loc": {
                          "start": {
                            "line": 208,
                            "column": 12
                          },
                          "end": {
                            "line": 208,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7277,
                          "end": 7281,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 12
                            },
                            "end": {
                              "line": 208,
                              "column": 16
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7282,
                          "end": 7288,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 17
                            },
                            "end": {
                              "line": 208,
                              "column": 23
                            },
                            "identifierName": "isLeaf"
                          },
                          "name": "isLeaf"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7290,
                        "end": 7405,
                        "loc": {
                          "start": {
                            "line": 208,
                            "column": 25
                          },
                          "end": {
                            "line": 211,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7304,
                            "end": 7331,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 12
                              },
                              "end": {
                                "line": 209,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7304,
                              "end": 7331,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 12
                                },
                                "end": {
                                  "line": 209,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7304,
                                "end": 7327,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7304,
                                  "end": 7319,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7304,
                                    "end": 7313,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7304,
                                      "end": 7308,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 16
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7309,
                                      "end": 7313,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 21
                                        },
                                        "identifierName": "icon"
                                      },
                                      "name": "icon"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7314,
                                    "end": 7319,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 27
                                      },
                                      "identifierName": "style"
                                    },
                                    "name": "style"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7320,
                                  "end": 7327,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 35
                                    },
                                    "identifierName": "opacity"
                                  },
                                  "name": "opacity"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "NumericLiteral",
                                "start": 7330,
                                "end": 7331,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 39
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7344,
                            "end": 7395,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 12
                              },
                              "end": {
                                "line": 210,
                                "column": 63
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7344,
                              "end": 7395,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 12
                                },
                                "end": {
                                  "line": 210,
                                  "column": 63
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7344,
                                "end": 7366,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7344,
                                  "end": 7359,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7344,
                                    "end": 7353,
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7344,
                                      "end": 7348,
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 210,
                                          "column": 16
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7349,
                                      "end": 7353,
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 210,
                                          "column": 21
                                        },
                                        "identifierName": "icon"
                                      },
                                      "name": "icon"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7354,
                                    "end": 7359,
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 27
                                      },
                                      "identifierName": "style"
                                    },
                                    "name": "style"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7360,
                                  "end": 7366,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 34
                                    },
                                    "identifierName": "cursor"
                                  },
                                  "name": "cursor"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 7369,
                                "end": 7395,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 63
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7369,
                                  "end": 7382,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7369,
                                    "end": 7373,
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7374,
                                    "end": 7382,
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 50
                                      },
                                      "identifierName": "_options"
                                    },
                                    "name": "_options"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7383,
                                  "end": 7395,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 63
                                    },
                                    "identifierName": "cursorExpand"
                                  },
                                  "name": "cursorExpand"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* Expands all leaves ",
                    "start": 7417,
                    "end": 7442,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 4
                      },
                      "end": {
                        "line": 214,
                        "column": 29
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7447,
                "end": 7509,
                "loc": {
                  "start": {
                    "line": 215,
                    "column": 4
                  },
                  "end": {
                    "line": 217,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7447,
                  "end": 7456,
                  "loc": {
                    "start": {
                      "line": 215,
                      "column": 4
                    },
                    "end": {
                      "line": 215,
                      "column": 13
                    },
                    "identifierName": "expandAll"
                  },
                  "name": "expandAll",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7459,
                  "end": 7509,
                  "loc": {
                    "start": {
                      "line": 215,
                      "column": 16
                    },
                    "end": {
                      "line": 217,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7469,
                      "end": 7503,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 8
                        },
                        "end": {
                          "line": 216,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7469,
                        "end": 7503,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 8
                          },
                          "end": {
                            "line": 216,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7469,
                          "end": 7489,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 8
                            },
                            "end": {
                              "line": 216,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7469,
                            "end": 7473,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 8
                              },
                              "end": {
                                "line": 216,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7474,
                            "end": 7489,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 13
                              },
                              "end": {
                                "line": 216,
                                "column": 28
                              },
                              "identifierName": "_expandChildren"
                            },
                            "name": "_expandChildren"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 7490,
                            "end": 7502,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 29
                              },
                              "end": {
                                "line": 216,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7490,
                              "end": 7494,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 29
                                },
                                "end": {
                                  "line": 216,
                                  "column": 33
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7495,
                              "end": 7502,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 34
                                },
                                "end": {
                                  "line": 216,
                                  "column": 41
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* Expands all leaves ",
                    "start": 7417,
                    "end": 7442,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 4
                      },
                      "end": {
                        "line": 214,
                        "column": 29
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7515,
                "end": 7684,
                "loc": {
                  "start": {
                    "line": 219,
                    "column": 4
                  },
                  "end": {
                    "line": 224,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7515,
                  "end": 7530,
                  "loc": {
                    "start": {
                      "line": 219,
                      "column": 4
                    },
                    "end": {
                      "line": 219,
                      "column": 19
                    },
                    "identifierName": "_expandChildren"
                  },
                  "name": "_expandChildren"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7531,
                    "end": 7535,
                    "loc": {
                      "start": {
                        "line": 219,
                        "column": 20
                      },
                      "end": {
                        "line": 219,
                        "column": 24
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7537,
                  "end": 7684,
                  "loc": {
                    "start": {
                      "line": 219,
                      "column": 26
                    },
                    "end": {
                      "line": 224,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 7547,
                      "end": 7678,
                      "loc": {
                        "start": {
                          "line": 220,
                          "column": 8
                        },
                        "end": {
                          "line": 223,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 7552,
                        "end": 7561,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 13
                          },
                          "end": {
                            "line": 220,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7556,
                            "end": 7561,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 17
                              },
                              "end": {
                                "line": 220,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7556,
                              "end": 7561,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 17
                                },
                                "end": {
                                  "line": 220,
                                  "column": 22
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 7565,
                        "end": 7594,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 26
                          },
                          "end": {
                            "line": 220,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7565,
                          "end": 7582,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 26
                            },
                            "end": {
                              "line": 220,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7565,
                            "end": 7569,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 26
                              },
                              "end": {
                                "line": 220,
                                "column": 30
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7570,
                            "end": 7582,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 31
                              },
                              "end": {
                                "line": 220,
                                "column": 43
                              },
                              "identifierName": "_getChildren"
                            },
                            "name": "_getChildren"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 7583,
                            "end": 7587,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 44
                              },
                              "end": {
                                "line": 220,
                                "column": 48
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          {
                            "type": "BooleanLiteral",
                            "start": 7589,
                            "end": 7593,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 50
                              },
                              "end": {
                                "line": 220,
                                "column": 54
                              }
                            },
                            "value": true
                          }
                        ]
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 7596,
                        "end": 7678,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 57
                          },
                          "end": {
                            "line": 223,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7610,
                            "end": 7628,
                            "loc": {
                              "start": {
                                "line": 221,
                                "column": 12
                              },
                              "end": {
                                "line": 221,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7610,
                              "end": 7628,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 12
                                },
                                "end": {
                                  "line": 221,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7610,
                                "end": 7621,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7610,
                                  "end": 7614,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7615,
                                  "end": 7621,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 23
                                    },
                                    "identifierName": "expand"
                                  },
                                  "name": "expand"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7622,
                                  "end": 7627,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 29
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7641,
                            "end": 7668,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 12
                              },
                              "end": {
                                "line": 222,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7641,
                              "end": 7668,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 12
                                },
                                "end": {
                                  "line": 222,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7641,
                                "end": 7661,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7641,
                                  "end": 7645,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7646,
                                  "end": 7661,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 32
                                    },
                                    "identifierName": "_expandChildren"
                                  },
                                  "name": "_expandChildren"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7662,
                                  "end": 7667,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 38
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* Collapses all leaves ",
                    "start": 7690,
                    "end": 7717,
                    "loc": {
                      "start": {
                        "line": 226,
                        "column": 4
                      },
                      "end": {
                        "line": 226,
                        "column": 31
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7722,
                "end": 7780,
                "loc": {
                  "start": {
                    "line": 227,
                    "column": 4
                  },
                  "end": {
                    "line": 229,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7722,
                  "end": 7733,
                  "loc": {
                    "start": {
                      "line": 227,
                      "column": 4
                    },
                    "end": {
                      "line": 227,
                      "column": 15
                    },
                    "identifierName": "collapseAll"
                  },
                  "name": "collapseAll",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7736,
                  "end": 7780,
                  "loc": {
                    "start": {
                      "line": 227,
                      "column": 18
                    },
                    "end": {
                      "line": 229,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7746,
                      "end": 7774,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 8
                        },
                        "end": {
                          "line": 228,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7746,
                        "end": 7774,
                        "loc": {
                          "start": {
                            "line": 228,
                            "column": 8
                          },
                          "end": {
                            "line": 228,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7746,
                          "end": 7768,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 8
                            },
                            "end": {
                              "line": 228,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7746,
                            "end": 7750,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 8
                              },
                              "end": {
                                "line": 228,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7751,
                            "end": 7768,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 13
                              },
                              "end": {
                                "line": 228,
                                "column": 30
                              },
                              "identifierName": "_collapseChildren"
                            },
                            "name": "_collapseChildren"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 7769,
                            "end": 7773,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 31
                              },
                              "end": {
                                "line": 228,
                                "column": 35
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* Collapses all leaves ",
                    "start": 7690,
                    "end": 7717,
                    "loc": {
                      "start": {
                        "line": 226,
                        "column": 4
                      },
                      "end": {
                        "line": 226,
                        "column": 31
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7786,
                "end": 7961,
                "loc": {
                  "start": {
                    "line": 231,
                    "column": 4
                  },
                  "end": {
                    "line": 236,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7786,
                  "end": 7803,
                  "loc": {
                    "start": {
                      "line": 231,
                      "column": 4
                    },
                    "end": {
                      "line": 231,
                      "column": 21
                    },
                    "identifierName": "_collapseChildren"
                  },
                  "name": "_collapseChildren"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7804,
                    "end": 7808,
                    "loc": {
                      "start": {
                        "line": 231,
                        "column": 22
                      },
                      "end": {
                        "line": 231,
                        "column": 26
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7810,
                  "end": 7961,
                  "loc": {
                    "start": {
                      "line": 231,
                      "column": 28
                    },
                    "end": {
                      "line": 236,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 7820,
                      "end": 7955,
                      "loc": {
                        "start": {
                          "line": 232,
                          "column": 8
                        },
                        "end": {
                          "line": 235,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 7825,
                        "end": 7834,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 13
                          },
                          "end": {
                            "line": 232,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7829,
                            "end": 7834,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 17
                              },
                              "end": {
                                "line": 232,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7829,
                              "end": 7834,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 17
                                },
                                "end": {
                                  "line": 232,
                                  "column": 22
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 7838,
                        "end": 7867,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 26
                          },
                          "end": {
                            "line": 232,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7838,
                          "end": 7855,
                          "loc": {
                            "start": {
                              "line": 232,
                              "column": 26
                            },
                            "end": {
                              "line": 232,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7838,
                            "end": 7842,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 26
                              },
                              "end": {
                                "line": 232,
                                "column": 30
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7843,
                            "end": 7855,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 31
                              },
                              "end": {
                                "line": 232,
                                "column": 43
                              },
                              "identifierName": "_getChildren"
                            },
                            "name": "_getChildren"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 7856,
                            "end": 7860,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 44
                              },
                              "end": {
                                "line": 232,
                                "column": 48
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          {
                            "type": "BooleanLiteral",
                            "start": 7862,
                            "end": 7866,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 50
                              },
                              "end": {
                                "line": 232,
                                "column": 54
                              }
                            },
                            "value": true
                          }
                        ]
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 7869,
                        "end": 7955,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 57
                          },
                          "end": {
                            "line": 235,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7883,
                            "end": 7903,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 12
                              },
                              "end": {
                                "line": 233,
                                "column": 32
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7883,
                              "end": 7903,
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 12
                                },
                                "end": {
                                  "line": 233,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7883,
                                "end": 7896,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7883,
                                  "end": 7887,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7888,
                                  "end": 7896,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 25
                                    },
                                    "identifierName": "collapse"
                                  },
                                  "name": "collapse"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7897,
                                  "end": 7902,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 31
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7916,
                            "end": 7945,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 12
                              },
                              "end": {
                                "line": 234,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7916,
                              "end": 7945,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 12
                                },
                                "end": {
                                  "line": 234,
                                  "column": 41
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7916,
                                "end": 7938,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7916,
                                  "end": 7920,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7921,
                                  "end": 7938,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 34
                                    },
                                    "identifierName": "_collapseChildren"
                                  },
                                  "name": "_collapseChildren"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7939,
                                  "end": 7944,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 40
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Toggles a leaf\n     * @param {HTMLElement} leaf\n     ",
                    "start": 7967,
                    "end": 8033,
                    "loc": {
                      "start": {
                        "line": 238,
                        "column": 4
                      },
                      "end": {
                        "line": 241,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 8038,
                "end": 8264,
                "loc": {
                  "start": {
                    "line": 242,
                    "column": 4
                  },
                  "end": {
                    "line": 250,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8038,
                  "end": 8050,
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 4
                    },
                    "end": {
                      "line": 242,
                      "column": 16
                    },
                    "identifierName": "toggleExpand"
                  },
                  "name": "toggleExpand",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8051,
                    "end": 8055,
                    "loc": {
                      "start": {
                        "line": 242,
                        "column": 17
                      },
                      "end": {
                        "line": 242,
                        "column": 21
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8057,
                  "end": 8264,
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 23
                    },
                    "end": {
                      "line": 250,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 8067,
                      "end": 8258,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 8
                        },
                        "end": {
                          "line": 249,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 8071,
                        "end": 8102,
                        "loc": {
                          "start": {
                            "line": 243,
                            "column": 12
                          },
                          "end": {
                            "line": 243,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 8071,
                          "end": 8094,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 12
                            },
                            "end": {
                              "line": 243,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 8071,
                            "end": 8086,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 12
                              },
                              "end": {
                                "line": 243,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8071,
                              "end": 8080,
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 12
                                },
                                "end": {
                                  "line": 243,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8071,
                                "end": 8075,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 16
                                  },
                                  "identifierName": "leaf"
                                },
                                "name": "leaf"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8076,
                                "end": 8080,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 21
                                  },
                                  "identifierName": "icon"
                                },
                                "name": "icon"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8081,
                              "end": 8086,
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 22
                                },
                                "end": {
                                  "line": 243,
                                  "column": 27
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8087,
                            "end": 8094,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 28
                              },
                              "end": {
                                "line": 243,
                                "column": 35
                              },
                              "identifierName": "opacity"
                            },
                            "name": "opacity"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 8099,
                          "end": 8102,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 40
                            },
                            "end": {
                              "line": 243,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": "0",
                            "raw": "'0'"
                          },
                          "value": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8104,
                        "end": 8258,
                        "loc": {
                          "start": {
                            "line": 243,
                            "column": 45
                          },
                          "end": {
                            "line": 249,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 8118,
                            "end": 8248,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 12
                              },
                              "end": {
                                "line": 248,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 8122,
                              "end": 8140,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 16
                                },
                                "end": {
                                  "line": 244,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8122,
                                "end": 8131,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8122,
                                  "end": 8126,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 20
                                    },
                                    "identifierName": "leaf"
                                  },
                                  "name": "leaf"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8127,
                                  "end": 8131,
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 25
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8132,
                                "end": 8140,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 34
                                  },
                                  "identifierName": "expanded"
                                },
                                "name": "expanded"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 8142,
                              "end": 8193,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 36
                                },
                                "end": {
                                  "line": 246,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8160,
                                  "end": 8179,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 8160,
                                    "end": 8179,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8160,
                                      "end": 8173,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8160,
                                        "end": 8164,
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8165,
                                        "end": 8173,
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 29
                                          },
                                          "identifierName": "collapse"
                                        },
                                        "name": "collapse"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 8174,
                                        "end": 8178,
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 34
                                          },
                                          "identifierName": "leaf"
                                        },
                                        "name": "leaf"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 8199,
                              "end": 8248,
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 19
                                },
                                "end": {
                                  "line": 248,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8217,
                                  "end": 8234,
                                  "loc": {
                                    "start": {
                                      "line": 247,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 247,
                                      "column": 33
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 8217,
                                    "end": 8234,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 33
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8217,
                                      "end": 8228,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8217,
                                        "end": 8221,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8222,
                                        "end": 8228,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 27
                                          },
                                          "identifierName": "expand"
                                        },
                                        "name": "expand"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 8229,
                                        "end": 8233,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 32
                                          },
                                          "identifierName": "leaf"
                                        },
                                        "name": "leaf"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Toggles a leaf\n     * @param {HTMLElement} leaf\n     ",
                    "start": 7967,
                    "end": 8033,
                    "loc": {
                      "start": {
                        "line": 238,
                        "column": 4
                      },
                      "end": {
                        "line": 241,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Expands a leaf\n     * @param {HTMLElement} leaf\n     ",
                    "start": 8270,
                    "end": 8336,
                    "loc": {
                      "start": {
                        "line": 252,
                        "column": 4
                      },
                      "end": {
                        "line": 255,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 8341,
                "end": 8807,
                "loc": {
                  "start": {
                    "line": 256,
                    "column": 4
                  },
                  "end": {
                    "line": 269,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8341,
                  "end": 8347,
                  "loc": {
                    "start": {
                      "line": 256,
                      "column": 4
                    },
                    "end": {
                      "line": 256,
                      "column": 10
                    },
                    "identifierName": "expand"
                  },
                  "name": "expand",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8348,
                    "end": 8352,
                    "loc": {
                      "start": {
                        "line": 256,
                        "column": 11
                      },
                      "end": {
                        "line": 256,
                        "column": 15
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8354,
                  "end": 8807,
                  "loc": {
                    "start": {
                      "line": 256,
                      "column": 17
                    },
                    "end": {
                      "line": 269,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 8364,
                      "end": 8801,
                      "loc": {
                        "start": {
                          "line": 257,
                          "column": 8
                        },
                        "end": {
                          "line": 268,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 8368,
                        "end": 8379,
                        "loc": {
                          "start": {
                            "line": 257,
                            "column": 12
                          },
                          "end": {
                            "line": 257,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8368,
                          "end": 8372,
                          "loc": {
                            "start": {
                              "line": 257,
                              "column": 12
                            },
                            "end": {
                              "line": 257,
                              "column": 16
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8373,
                          "end": 8379,
                          "loc": {
                            "start": {
                              "line": 257,
                              "column": 17
                            },
                            "end": {
                              "line": 257,
                              "column": 23
                            },
                            "identifierName": "isLeaf"
                          },
                          "name": "isLeaf"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8381,
                        "end": 8801,
                        "loc": {
                          "start": {
                            "line": 257,
                            "column": 25
                          },
                          "end": {
                            "line": 268,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 8395,
                            "end": 8441,
                            "loc": {
                              "start": {
                                "line": 258,
                                "column": 12
                              },
                              "end": {
                                "line": 258,
                                "column": 58
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 8401,
                                "end": 8441,
                                "loc": {
                                  "start": {
                                    "line": 258,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 258,
                                    "column": 58
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 8401,
                                  "end": 8409,
                                  "loc": {
                                    "start": {
                                      "line": 258,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 258,
                                      "column": 26
                                    },
                                    "identifierName": "children"
                                  },
                                  "name": "children"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 8412,
                                  "end": 8441,
                                  "loc": {
                                    "start": {
                                      "line": 258,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 258,
                                      "column": 58
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8412,
                                    "end": 8429,
                                    "loc": {
                                      "start": {
                                        "line": 258,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 258,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 8412,
                                      "end": 8416,
                                      "loc": {
                                        "start": {
                                          "line": 258,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 258,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8417,
                                      "end": 8429,
                                      "loc": {
                                        "start": {
                                          "line": 258,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 258,
                                          "column": 46
                                        },
                                        "identifierName": "_getChildren"
                                      },
                                      "name": "_getChildren"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8430,
                                      "end": 8434,
                                      "loc": {
                                        "start": {
                                          "line": 258,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 258,
                                          "column": 51
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    {
                                      "type": "BooleanLiteral",
                                      "start": 8436,
                                      "end": 8440,
                                      "loc": {
                                        "start": {
                                          "line": 258,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 258,
                                          "column": 57
                                        }
                                      },
                                      "value": true
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 8454,
                            "end": 8791,
                            "loc": {
                              "start": {
                                "line": 259,
                                "column": 12
                              },
                              "end": {
                                "line": 267,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 8458,
                              "end": 8473,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 16
                                },
                                "end": {
                                  "line": 259,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8458,
                                "end": 8466,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 24
                                  },
                                  "identifierName": "children"
                                },
                                "name": "children"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8467,
                                "end": 8473,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 31
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 8475,
                              "end": 8791,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 33
                                },
                                "end": {
                                  "line": 267,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ForOfStatement",
                                  "start": 8493,
                                  "end": 8590,
                                  "loc": {
                                    "start": {
                                      "line": 260,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 262,
                                      "column": 17
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 8498,
                                    "end": 8507,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 30
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 8502,
                                        "end": 8507,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 30
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 8502,
                                          "end": 8507,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 30
                                            },
                                            "identifierName": "child"
                                          },
                                          "name": "child"
                                        },
                                        "init": null
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 8511,
                                    "end": 8519,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 42
                                      },
                                      "identifierName": "children"
                                    },
                                    "name": "children"
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 8521,
                                    "end": 8590,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 8543,
                                        "end": 8572,
                                        "loc": {
                                          "start": {
                                            "line": 261,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 261,
                                            "column": 49
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 8543,
                                          "end": 8572,
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 49
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 8543,
                                            "end": 8562,
                                            "loc": {
                                              "start": {
                                                "line": 261,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 261,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8543,
                                              "end": 8554,
                                              "loc": {
                                                "start": {
                                                  "line": 261,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 261,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8543,
                                                "end": 8548,
                                                "loc": {
                                                  "start": {
                                                    "line": 261,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 261,
                                                    "column": 25
                                                  },
                                                  "identifierName": "child"
                                                },
                                                "name": "child"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8549,
                                                "end": 8554,
                                                "loc": {
                                                  "start": {
                                                    "line": 261,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 261,
                                                    "column": 31
                                                  },
                                                  "identifierName": "style"
                                                },
                                                "name": "style"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8555,
                                              "end": 8562,
                                              "loc": {
                                                "start": {
                                                  "line": 261,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 261,
                                                  "column": 39
                                                },
                                                "identifierName": "display"
                                              },
                                              "name": "display"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 8565,
                                            "end": 8572,
                                            "loc": {
                                              "start": {
                                                "line": 261,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 261,
                                                "column": 49
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "block",
                                              "raw": "'block'"
                                            },
                                            "value": "block"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8607,
                                  "end": 8632,
                                  "loc": {
                                    "start": {
                                      "line": 263,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 263,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 8607,
                                    "end": 8632,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 41
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 8607,
                                      "end": 8625,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8607,
                                        "end": 8616,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8607,
                                          "end": 8611,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 20
                                            },
                                            "identifierName": "leaf"
                                          },
                                          "name": "leaf"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8612,
                                          "end": 8616,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 25
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8617,
                                        "end": 8625,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 34
                                          },
                                          "identifierName": "expanded"
                                        },
                                        "name": "expanded"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BooleanLiteral",
                                      "start": 8628,
                                      "end": 8632,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 41
                                        }
                                      },
                                      "value": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8649,
                                  "end": 8681,
                                  "loc": {
                                    "start": {
                                      "line": 264,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 264,
                                      "column": 48
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 8649,
                                    "end": 8681,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 48
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 8649,
                                      "end": 8668,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8649,
                                        "end": 8658,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8649,
                                          "end": 8653,
                                          "loc": {
                                            "start": {
                                              "line": 264,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 264,
                                              "column": 20
                                            },
                                            "identifierName": "leaf"
                                          },
                                          "name": "leaf"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8654,
                                          "end": 8658,
                                          "loc": {
                                            "start": {
                                              "line": 264,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 264,
                                              "column": 25
                                            },
                                            "identifierName": "icon"
                                          },
                                          "name": "icon"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8659,
                                        "end": 8668,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 35
                                          },
                                          "identifierName": "innerHTML"
                                        },
                                        "name": "innerHTML"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 8671,
                                      "end": 8681,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8671,
                                        "end": 8676,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 43
                                          },
                                          "identifierName": "icons"
                                        },
                                        "name": "icons"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8677,
                                        "end": 8681,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 48
                                          },
                                          "identifierName": "open"
                                        },
                                        "name": "open"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8698,
                                  "end": 8729,
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 265,
                                      "column": 47
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 8698,
                                    "end": 8729,
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 265,
                                        "column": 47
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8698,
                                      "end": 8707,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8698,
                                        "end": 8702,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8703,
                                        "end": 8707,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 25
                                          },
                                          "identifierName": "emit"
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 8708,
                                        "end": 8716,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 34
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "expand",
                                          "raw": "'expand'"
                                        },
                                        "value": "expand"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 8718,
                                        "end": 8722,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 40
                                          },
                                          "identifierName": "leaf"
                                        },
                                        "name": "leaf"
                                      },
                                      {
                                        "type": "ThisExpression",
                                        "start": 8724,
                                        "end": 8728,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8746,
                                  "end": 8777,
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 47
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 8746,
                                    "end": 8777,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 47
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8746,
                                      "end": 8755,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8746,
                                        "end": 8750,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8751,
                                        "end": 8755,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 25
                                          },
                                          "identifierName": "emit"
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 8756,
                                        "end": 8764,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 34
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "update",
                                          "raw": "'update'"
                                        },
                                        "value": "update"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 8766,
                                        "end": 8770,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 40
                                          },
                                          "identifierName": "leaf"
                                        },
                                        "name": "leaf"
                                      },
                                      {
                                        "type": "ThisExpression",
                                        "start": 8772,
                                        "end": 8776,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Expands a leaf\n     * @param {HTMLElement} leaf\n     ",
                    "start": 8270,
                    "end": 8336,
                    "loc": {
                      "start": {
                        "line": 252,
                        "column": 4
                      },
                      "end": {
                        "line": 255,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Collapses a leaf\n     * @param {HTMLElement} leaf\n     ",
                    "start": 8813,
                    "end": 8881,
                    "loc": {
                      "start": {
                        "line": 271,
                        "column": 4
                      },
                      "end": {
                        "line": 274,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 8886,
                "end": 9358,
                "loc": {
                  "start": {
                    "line": 275,
                    "column": 4
                  },
                  "end": {
                    "line": 288,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8886,
                  "end": 8894,
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 4
                    },
                    "end": {
                      "line": 275,
                      "column": 12
                    },
                    "identifierName": "collapse"
                  },
                  "name": "collapse",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8895,
                    "end": 8899,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 13
                      },
                      "end": {
                        "line": 275,
                        "column": 17
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8901,
                  "end": 9358,
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 19
                    },
                    "end": {
                      "line": 288,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 8911,
                      "end": 9352,
                      "loc": {
                        "start": {
                          "line": 276,
                          "column": 8
                        },
                        "end": {
                          "line": 287,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 8915,
                        "end": 8926,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 12
                          },
                          "end": {
                            "line": 276,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8915,
                          "end": 8919,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 12
                            },
                            "end": {
                              "line": 276,
                              "column": 16
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8920,
                          "end": 8926,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 17
                            },
                            "end": {
                              "line": 276,
                              "column": 23
                            },
                            "identifierName": "isLeaf"
                          },
                          "name": "isLeaf"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8928,
                        "end": 9352,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 25
                          },
                          "end": {
                            "line": 287,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 8942,
                            "end": 8988,
                            "loc": {
                              "start": {
                                "line": 277,
                                "column": 12
                              },
                              "end": {
                                "line": 277,
                                "column": 58
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 8948,
                                "end": 8988,
                                "loc": {
                                  "start": {
                                    "line": 277,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 277,
                                    "column": 58
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 8948,
                                  "end": 8956,
                                  "loc": {
                                    "start": {
                                      "line": 277,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 277,
                                      "column": 26
                                    },
                                    "identifierName": "children"
                                  },
                                  "name": "children"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 8959,
                                  "end": 8988,
                                  "loc": {
                                    "start": {
                                      "line": 277,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 277,
                                      "column": 58
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8959,
                                    "end": 8976,
                                    "loc": {
                                      "start": {
                                        "line": 277,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 277,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 8959,
                                      "end": 8963,
                                      "loc": {
                                        "start": {
                                          "line": 277,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8964,
                                      "end": 8976,
                                      "loc": {
                                        "start": {
                                          "line": 277,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 46
                                        },
                                        "identifierName": "_getChildren"
                                      },
                                      "name": "_getChildren"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8977,
                                      "end": 8981,
                                      "loc": {
                                        "start": {
                                          "line": 277,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 51
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    {
                                      "type": "BooleanLiteral",
                                      "start": 8983,
                                      "end": 8987,
                                      "loc": {
                                        "start": {
                                          "line": 277,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 57
                                        }
                                      },
                                      "value": true
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 9001,
                            "end": 9342,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 12
                              },
                              "end": {
                                "line": 286,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 9005,
                              "end": 9020,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 16
                                },
                                "end": {
                                  "line": 278,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9005,
                                "end": 9013,
                                "loc": {
                                  "start": {
                                    "line": 278,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 24
                                  },
                                  "identifierName": "children"
                                },
                                "name": "children"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9014,
                                "end": 9020,
                                "loc": {
                                  "start": {
                                    "line": 278,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 31
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 9022,
                              "end": 9342,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 33
                                },
                                "end": {
                                  "line": 286,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ForOfStatement",
                                  "start": 9040,
                                  "end": 9136,
                                  "loc": {
                                    "start": {
                                      "line": 279,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 17
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 9045,
                                    "end": 9054,
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 279,
                                        "column": 30
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 9049,
                                        "end": 9054,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 30
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 9049,
                                          "end": 9054,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 30
                                            },
                                            "identifierName": "child"
                                          },
                                          "name": "child"
                                        },
                                        "init": null
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 9058,
                                    "end": 9066,
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 279,
                                        "column": 42
                                      },
                                      "identifierName": "children"
                                    },
                                    "name": "children"
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 9068,
                                    "end": 9136,
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9090,
                                        "end": 9118,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 48
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 9090,
                                          "end": 9118,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 48
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 9090,
                                            "end": 9109,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 9090,
                                              "end": 9101,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9090,
                                                "end": 9095,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 25
                                                  },
                                                  "identifierName": "child"
                                                },
                                                "name": "child"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9096,
                                                "end": 9101,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 31
                                                  },
                                                  "identifierName": "style"
                                                },
                                                "name": "style"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9102,
                                              "end": 9109,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 39
                                                },
                                                "identifierName": "display"
                                              },
                                              "name": "display"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 9112,
                                            "end": 9118,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 48
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "none",
                                              "raw": "'none'"
                                            },
                                            "value": "none"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9153,
                                  "end": 9179,
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 9153,
                                    "end": 9179,
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 42
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 9153,
                                      "end": 9171,
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 282,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 9153,
                                        "end": 9162,
                                        "loc": {
                                          "start": {
                                            "line": 282,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 282,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9153,
                                          "end": 9157,
                                          "loc": {
                                            "start": {
                                              "line": 282,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 282,
                                              "column": 20
                                            },
                                            "identifierName": "leaf"
                                          },
                                          "name": "leaf"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9158,
                                          "end": 9162,
                                          "loc": {
                                            "start": {
                                              "line": 282,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 282,
                                              "column": 25
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9163,
                                        "end": 9171,
                                        "loc": {
                                          "start": {
                                            "line": 282,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 282,
                                            "column": 34
                                          },
                                          "identifierName": "expanded"
                                        },
                                        "name": "expanded"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BooleanLiteral",
                                      "start": 9174,
                                      "end": 9179,
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 282,
                                          "column": 42
                                        }
                                      },
                                      "value": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9196,
                                  "end": 9230,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 9196,
                                    "end": 9230,
                                    "loc": {
                                      "start": {
                                        "line": 283,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 283,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 9196,
                                      "end": 9215,
                                      "loc": {
                                        "start": {
                                          "line": 283,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 283,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 9196,
                                        "end": 9205,
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9196,
                                          "end": 9200,
                                          "loc": {
                                            "start": {
                                              "line": 283,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 283,
                                              "column": 20
                                            },
                                            "identifierName": "leaf"
                                          },
                                          "name": "leaf"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9201,
                                          "end": 9205,
                                          "loc": {
                                            "start": {
                                              "line": 283,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 283,
                                              "column": 25
                                            },
                                            "identifierName": "icon"
                                          },
                                          "name": "icon"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9206,
                                        "end": 9215,
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 35
                                          },
                                          "identifierName": "innerHTML"
                                        },
                                        "name": "innerHTML"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 9218,
                                      "end": 9230,
                                      "loc": {
                                        "start": {
                                          "line": 283,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 283,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9218,
                                        "end": 9223,
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 43
                                          },
                                          "identifierName": "icons"
                                        },
                                        "name": "icons"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9224,
                                        "end": 9230,
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 50
                                          },
                                          "identifierName": "closed"
                                        },
                                        "name": "closed"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9247,
                                  "end": 9280,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 49
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 9247,
                                    "end": 9280,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 9247,
                                      "end": 9256,
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 284,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 9247,
                                        "end": 9251,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9252,
                                        "end": 9256,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 25
                                          },
                                          "identifierName": "emit"
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 9257,
                                        "end": 9267,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 36
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "collapse",
                                          "raw": "'collapse'"
                                        },
                                        "value": "collapse"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 9269,
                                        "end": 9273,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 42
                                          },
                                          "identifierName": "leaf"
                                        },
                                        "name": "leaf"
                                      },
                                      {
                                        "type": "ThisExpression",
                                        "start": 9275,
                                        "end": 9279,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9297,
                                  "end": 9328,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 47
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 9297,
                                    "end": 9328,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 47
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 9297,
                                      "end": 9306,
                                      "loc": {
                                        "start": {
                                          "line": 285,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 285,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 9297,
                                        "end": 9301,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9302,
                                        "end": 9306,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 25
                                          },
                                          "identifierName": "emit"
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 9307,
                                        "end": 9315,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 34
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "update",
                                          "raw": "'update'"
                                        },
                                        "value": "update"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 9317,
                                        "end": 9321,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 40
                                          },
                                          "identifierName": "leaf"
                                        },
                                        "name": "leaf"
                                      },
                                      {
                                        "type": "ThisExpression",
                                        "start": 9323,
                                        "end": 9327,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Collapses a leaf\n     * @param {HTMLElement} leaf\n     ",
                    "start": 8813,
                    "end": 8881,
                    "loc": {
                      "start": {
                        "line": 271,
                        "column": 4
                      },
                      "end": {
                        "line": 274,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* call this after tree's data has been updated outside of this library ",
                    "start": 9364,
                    "end": 9439,
                    "loc": {
                      "start": {
                        "line": 290,
                        "column": 4
                      },
                      "end": {
                        "line": 290,
                        "column": 79
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 9444,
                "end": 9795,
                "loc": {
                  "start": {
                    "line": 291,
                    "column": 4
                  },
                  "end": {
                    "line": 300,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9444,
                  "end": 9450,
                  "loc": {
                    "start": {
                      "line": 291,
                      "column": 4
                    },
                    "end": {
                      "line": 291,
                      "column": 10
                    },
                    "identifierName": "update"
                  },
                  "name": "update",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 9453,
                  "end": 9795,
                  "loc": {
                    "start": {
                      "line": 291,
                      "column": 13
                    },
                    "end": {
                      "line": 300,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9463,
                      "end": 9500,
                      "loc": {
                        "start": {
                          "line": 292,
                          "column": 8
                        },
                        "end": {
                          "line": 292,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9469,
                          "end": 9500,
                          "loc": {
                            "start": {
                              "line": 292,
                              "column": 14
                            },
                            "end": {
                              "line": 292,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9469,
                            "end": 9475,
                            "loc": {
                              "start": {
                                "line": 292,
                                "column": 14
                              },
                              "end": {
                                "line": 292,
                                "column": 20
                              },
                              "identifierName": "scroll"
                            },
                            "name": "scroll"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 9478,
                            "end": 9500,
                            "loc": {
                              "start": {
                                "line": 292,
                                "column": 23
                              },
                              "end": {
                                "line": 292,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9478,
                              "end": 9490,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 23
                                },
                                "end": {
                                  "line": 292,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9478,
                                "end": 9482,
                                "loc": {
                                  "start": {
                                    "line": 292,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 292,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9483,
                                "end": 9490,
                                "loc": {
                                  "start": {
                                    "line": 292,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 292,
                                    "column": 35
                                  },
                                  "identifierName": "element"
                                },
                                "name": "element"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9491,
                              "end": 9500,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 36
                                },
                                "end": {
                                  "line": 292,
                                  "column": 45
                                },
                                "identifierName": "scrollTop"
                              },
                              "name": "scrollTop"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9509,
                      "end": 9543,
                      "loc": {
                        "start": {
                          "line": 293,
                          "column": 8
                        },
                        "end": {
                          "line": 293,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 9509,
                        "end": 9543,
                        "loc": {
                          "start": {
                            "line": 293,
                            "column": 8
                          },
                          "end": {
                            "line": 293,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9509,
                          "end": 9529,
                          "loc": {
                            "start": {
                              "line": 293,
                              "column": 8
                            },
                            "end": {
                              "line": 293,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9509,
                            "end": 9514,
                            "loc": {
                              "start": {
                                "line": 293,
                                "column": 8
                              },
                              "end": {
                                "line": 293,
                                "column": 13
                              },
                              "identifierName": "utils"
                            },
                            "name": "utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9515,
                            "end": 9529,
                            "loc": {
                              "start": {
                                "line": 293,
                                "column": 14
                              },
                              "end": {
                                "line": 293,
                                "column": 28
                              },
                              "identifierName": "removeChildren"
                            },
                            "name": "removeChildren"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 9530,
                            "end": 9542,
                            "loc": {
                              "start": {
                                "line": 293,
                                "column": 29
                              },
                              "end": {
                                "line": 293,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 9530,
                              "end": 9534,
                              "loc": {
                                "start": {
                                  "line": 293,
                                  "column": 29
                                },
                                "end": {
                                  "line": 293,
                                  "column": 33
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9535,
                              "end": 9542,
                              "loc": {
                                "start": {
                                  "line": 293,
                                  "column": 34
                                },
                                "end": {
                                  "line": 293,
                                  "column": 41
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 9552,
                      "end": 9742,
                      "loc": {
                        "start": {
                          "line": 294,
                          "column": 8
                        },
                        "end": {
                          "line": 298,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 9557,
                        "end": 9565,
                        "loc": {
                          "start": {
                            "line": 294,
                            "column": 13
                          },
                          "end": {
                            "line": 294,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 9561,
                            "end": 9565,
                            "loc": {
                              "start": {
                                "line": 294,
                                "column": 17
                              },
                              "end": {
                                "line": 294,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 9561,
                              "end": 9565,
                              "loc": {
                                "start": {
                                  "line": 294,
                                  "column": 17
                                },
                                "end": {
                                  "line": 294,
                                  "column": 21
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 9569,
                        "end": 9595,
                        "loc": {
                          "start": {
                            "line": 294,
                            "column": 25
                          },
                          "end": {
                            "line": 294,
                            "column": 51
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 9569,
                          "end": 9586,
                          "loc": {
                            "start": {
                              "line": 294,
                              "column": 25
                            },
                            "end": {
                              "line": 294,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 9569,
                            "end": 9581,
                            "loc": {
                              "start": {
                                "line": 294,
                                "column": 25
                              },
                              "end": {
                                "line": 294,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 9569,
                              "end": 9573,
                              "loc": {
                                "start": {
                                  "line": 294,
                                  "column": 25
                                },
                                "end": {
                                  "line": 294,
                                  "column": 29
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9574,
                              "end": 9581,
                              "loc": {
                                "start": {
                                  "line": 294,
                                  "column": 30
                                },
                                "end": {
                                  "line": 294,
                                  "column": 37
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9582,
                            "end": 9586,
                            "loc": {
                              "start": {
                                "line": 294,
                                "column": 38
                              },
                              "end": {
                                "line": 294,
                                "column": 42
                              },
                              "identifierName": "data"
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9587,
                          "end": 9595,
                          "loc": {
                            "start": {
                              "line": 294,
                              "column": 43
                            },
                            "end": {
                              "line": 294,
                              "column": 51
                            },
                            "identifierName": "children"
                          },
                          "name": "children"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 9597,
                        "end": 9742,
                        "loc": {
                          "start": {
                            "line": 294,
                            "column": 53
                          },
                          "end": {
                            "line": 298,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 9611,
                            "end": 9642,
                            "loc": {
                              "start": {
                                "line": 295,
                                "column": 12
                              },
                              "end": {
                                "line": 295,
                                "column": 43
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 9617,
                                "end": 9642,
                                "loc": {
                                  "start": {
                                    "line": 295,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 43
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 9617,
                                  "end": 9620,
                                  "loc": {
                                    "start": {
                                      "line": 295,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 295,
                                      "column": 21
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 9623,
                                  "end": 9642,
                                  "loc": {
                                    "start": {
                                      "line": 295,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 295,
                                      "column": 43
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9623,
                                    "end": 9633,
                                    "loc": {
                                      "start": {
                                        "line": 295,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 295,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9623,
                                      "end": 9627,
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 295,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9628,
                                      "end": 9633,
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 295,
                                          "column": 34
                                        },
                                        "identifierName": "_leaf"
                                      },
                                      "name": "_leaf"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9634,
                                      "end": 9638,
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 295,
                                          "column": 39
                                        },
                                        "identifierName": "leaf"
                                      },
                                      "name": "leaf"
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 9640,
                                      "end": 9641,
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 295,
                                          "column": 42
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 9655,
                            "end": 9690,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 12
                              },
                              "end": {
                                "line": 296,
                                "column": 47
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 9655,
                              "end": 9690,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 12
                                },
                                "end": {
                                  "line": 296,
                                  "column": 47
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 9655,
                                "end": 9670,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9655,
                                  "end": 9663,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9655,
                                    "end": 9658,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 15
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9659,
                                    "end": 9663,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 20
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9664,
                                  "end": 9670,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 27
                                    },
                                    "identifierName": "parent"
                                  },
                                  "name": "parent"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 9673,
                                "end": 9690,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9673,
                                  "end": 9685,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 9673,
                                    "end": 9677,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9678,
                                    "end": 9685,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 42
                                      },
                                      "identifierName": "element"
                                    },
                                    "name": "element"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9686,
                                  "end": 9690,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 47
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 9703,
                            "end": 9732,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 12
                              },
                              "end": {
                                "line": 297,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 9703,
                              "end": 9732,
                              "loc": {
                                "start": {
                                  "line": 297,
                                  "column": 12
                                },
                                "end": {
                                  "line": 297,
                                  "column": 41
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9703,
                                "end": 9727,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9703,
                                  "end": 9715,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 9703,
                                    "end": 9707,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9708,
                                    "end": 9715,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 24
                                      },
                                      "identifierName": "element"
                                    },
                                    "name": "element"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9716,
                                  "end": 9727,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 36
                                    },
                                    "identifierName": "appendChild"
                                  },
                                  "name": "appendChild"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 9728,
                                  "end": 9731,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9751,
                      "end": 9789,
                      "loc": {
                        "start": {
                          "line": 299,
                          "column": 8
                        },
                        "end": {
                          "line": 299,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 9751,
                        "end": 9789,
                        "loc": {
                          "start": {
                            "line": 299,
                            "column": 8
                          },
                          "end": {
                            "line": 299,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 9751,
                          "end": 9773,
                          "loc": {
                            "start": {
                              "line": 299,
                              "column": 8
                            },
                            "end": {
                              "line": 299,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 9751,
                            "end": 9763,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 8
                              },
                              "end": {
                                "line": 299,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 9751,
                              "end": 9755,
                              "loc": {
                                "start": {
                                  "line": 299,
                                  "column": 8
                                },
                                "end": {
                                  "line": 299,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9756,
                              "end": 9763,
                              "loc": {
                                "start": {
                                  "line": 299,
                                  "column": 13
                                },
                                "end": {
                                  "line": 299,
                                  "column": 20
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9764,
                            "end": 9773,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 21
                              },
                              "end": {
                                "line": 299,
                                "column": 30
                              },
                              "identifierName": "scrollTop"
                            },
                            "name": "scrollTop"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9776,
                          "end": 9789,
                          "loc": {
                            "start": {
                              "line": 299,
                              "column": 33
                            },
                            "end": {
                              "line": 299,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9776,
                            "end": 9782,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 33
                              },
                              "end": {
                                "line": 299,
                                "column": 39
                              },
                              "identifierName": "scroll"
                            },
                            "name": "scroll"
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 9785,
                            "end": 9789,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 42
                              },
                              "end": {
                                "line": 299,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "px",
                              "raw": "'px'"
                            },
                            "value": "px"
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* call this after tree's data has been updated outside of this library ",
                    "start": 9364,
                    "end": 9439,
                    "loc": {
                      "start": {
                        "line": 290,
                        "column": 4
                      },
                      "end": {
                        "line": 290,
                        "column": 79
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * edit the name entry using the data\n     * @param {object} data element of leaf\n     ",
                    "start": 9801,
                    "end": 9898,
                    "loc": {
                      "start": {
                        "line": 302,
                        "column": 4
                      },
                      "end": {
                        "line": 305,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 9903,
                "end": 10114,
                "loc": {
                  "start": {
                    "line": 306,
                    "column": 4
                  },
                  "end": {
                    "line": 313,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9903,
                  "end": 9911,
                  "loc": {
                    "start": {
                      "line": 306,
                      "column": 4
                    },
                    "end": {
                      "line": 306,
                      "column": 12
                    },
                    "identifierName": "editData"
                  },
                  "name": "editData",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 9912,
                    "end": 9916,
                    "loc": {
                      "start": {
                        "line": 306,
                        "column": 13
                      },
                      "end": {
                        "line": 306,
                        "column": 17
                      },
                      "identifierName": "data"
                    },
                    "name": "data"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 9918,
                  "end": 10114,
                  "loc": {
                    "start": {
                      "line": 306,
                      "column": 19
                    },
                    "end": {
                      "line": 313,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9928,
                      "end": 9974,
                      "loc": {
                        "start": {
                          "line": 307,
                          "column": 8
                        },
                        "end": {
                          "line": 307,
                          "column": 54
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9934,
                          "end": 9974,
                          "loc": {
                            "start": {
                              "line": 307,
                              "column": 14
                            },
                            "end": {
                              "line": 307,
                              "column": 54
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9934,
                            "end": 9942,
                            "loc": {
                              "start": {
                                "line": 307,
                                "column": 14
                              },
                              "end": {
                                "line": 307,
                                "column": 22
                              },
                              "identifierName": "children"
                            },
                            "name": "children"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9945,
                            "end": 9974,
                            "loc": {
                              "start": {
                                "line": 307,
                                "column": 25
                              },
                              "end": {
                                "line": 307,
                                "column": 54
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9945,
                              "end": 9962,
                              "loc": {
                                "start": {
                                  "line": 307,
                                  "column": 25
                                },
                                "end": {
                                  "line": 307,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9945,
                                "end": 9949,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 29
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9950,
                                "end": 9962,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 42
                                  },
                                  "identifierName": "_getChildren"
                                },
                                "name": "_getChildren"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NullLiteral",
                                "start": 9963,
                                "end": 9967,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 47
                                  }
                                }
                              },
                              {
                                "type": "BooleanLiteral",
                                "start": 9969,
                                "end": 9973,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 53
                                  }
                                },
                                "value": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 9983,
                      "end": 10108,
                      "loc": {
                        "start": {
                          "line": 308,
                          "column": 8
                        },
                        "end": {
                          "line": 312,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 9988,
                        "end": 9997,
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 13
                          },
                          "end": {
                            "line": 308,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 9992,
                            "end": 9997,
                            "loc": {
                              "start": {
                                "line": 308,
                                "column": 17
                              },
                              "end": {
                                "line": 308,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 9992,
                              "end": 9997,
                              "loc": {
                                "start": {
                                  "line": 308,
                                  "column": 17
                                },
                                "end": {
                                  "line": 308,
                                  "column": 22
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 10001,
                        "end": 10009,
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 26
                          },
                          "end": {
                            "line": 308,
                            "column": 34
                          },
                          "identifierName": "children"
                        },
                        "name": "children"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 10011,
                        "end": 10108,
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 36
                          },
                          "end": {
                            "line": 312,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 10025,
                            "end": 10098,
                            "loc": {
                              "start": {
                                "line": 309,
                                "column": 12
                              },
                              "end": {
                                "line": 311,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 10029,
                              "end": 10048,
                              "loc": {
                                "start": {
                                  "line": 309,
                                  "column": 16
                                },
                                "end": {
                                  "line": 309,
                                  "column": 35
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 10029,
                                "end": 10039,
                                "loc": {
                                  "start": {
                                    "line": 309,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 309,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10029,
                                  "end": 10034,
                                  "loc": {
                                    "start": {
                                      "line": 309,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 309,
                                      "column": 21
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10035,
                                  "end": 10039,
                                  "loc": {
                                    "start": {
                                      "line": 309,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 309,
                                      "column": 26
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "Identifier",
                                "start": 10044,
                                "end": 10048,
                                "loc": {
                                  "start": {
                                    "line": 309,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 309,
                                    "column": 35
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 10050,
                              "end": 10098,
                              "loc": {
                                "start": {
                                  "line": 309,
                                  "column": 37
                                },
                                "end": {
                                  "line": 311,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10068,
                                  "end": 10084,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 32
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 10068,
                                    "end": 10084,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 32
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10068,
                                      "end": 10077,
                                      "loc": {
                                        "start": {
                                          "line": 310,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 310,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 10068,
                                        "end": 10072,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10073,
                                        "end": 10077,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 25
                                          },
                                          "identifierName": "edit"
                                        },
                                        "name": "edit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 10078,
                                        "end": 10083,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 31
                                          },
                                          "identifierName": "child"
                                        },
                                        "name": "child"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * edit the name entry using the data\n     * @param {object} data element of leaf\n     ",
                    "start": 9801,
                    "end": 9898,
                    "loc": {
                      "start": {
                        "line": 302,
                        "column": 4
                      },
                      "end": {
                        "line": 305,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * edit the name entry using the created element\n     * @param {HTMLElement} leaf\n     ",
                    "start": 10120,
                    "end": 10217,
                    "loc": {
                      "start": {
                        "line": 315,
                        "column": 4
                      },
                      "end": {
                        "line": 318,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 10222,
                "end": 11421,
                "loc": {
                  "start": {
                    "line": 319,
                    "column": 4
                  },
                  "end": {
                    "line": 344,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 10222,
                  "end": 10226,
                  "loc": {
                    "start": {
                      "line": 319,
                      "column": 4
                    },
                    "end": {
                      "line": 319,
                      "column": 8
                    },
                    "identifierName": "edit"
                  },
                  "name": "edit",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 10227,
                    "end": 10231,
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 9
                      },
                      "end": {
                        "line": 319,
                        "column": 13
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 10233,
                  "end": 11421,
                  "loc": {
                    "start": {
                      "line": 319,
                      "column": 15
                    },
                    "end": {
                      "line": 344,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 10243,
                      "end": 10263,
                      "loc": {
                        "start": {
                          "line": 320,
                          "column": 8
                        },
                        "end": {
                          "line": 320,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10243,
                        "end": 10263,
                        "loc": {
                          "start": {
                            "line": 320,
                            "column": 8
                          },
                          "end": {
                            "line": 320,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10243,
                          "end": 10256,
                          "loc": {
                            "start": {
                              "line": 320,
                              "column": 8
                            },
                            "end": {
                              "line": 320,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 10243,
                            "end": 10247,
                            "loc": {
                              "start": {
                                "line": 320,
                                "column": 8
                              },
                              "end": {
                                "line": 320,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10248,
                            "end": 10256,
                            "loc": {
                              "start": {
                                "line": 320,
                                "column": 13
                              },
                              "end": {
                                "line": 320,
                                "column": 21
                              },
                              "identifierName": "_editing"
                            },
                            "name": "_editing"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 10259,
                          "end": 10263,
                          "loc": {
                            "start": {
                              "line": 320,
                              "column": 24
                            },
                            "end": {
                              "line": 320,
                              "column": 28
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10272,
                      "end": 10401,
                      "loc": {
                        "start": {
                          "line": 321,
                          "column": 8
                        },
                        "end": {
                          "line": 321,
                          "column": 137
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10272,
                        "end": 10401,
                        "loc": {
                          "start": {
                            "line": 321,
                            "column": 8
                          },
                          "end": {
                            "line": 321,
                            "column": 137
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10272,
                          "end": 10287,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 8
                            },
                            "end": {
                              "line": 321,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 10272,
                            "end": 10276,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 8
                              },
                              "end": {
                                "line": 321,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10277,
                            "end": 10287,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 13
                              },
                              "end": {
                                "line": 321,
                                "column": 23
                              },
                              "identifierName": "_editInput"
                            },
                            "name": "_editInput"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 10290,
                          "end": 10401,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 26
                            },
                            "end": {
                              "line": 321,
                              "column": 137
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10290,
                            "end": 10300,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 26
                              },
                              "end": {
                                "line": 321,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10290,
                              "end": 10295,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 26
                                },
                                "end": {
                                  "line": 321,
                                  "column": 31
                                },
                                "identifierName": "utils"
                              },
                              "name": "utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10296,
                              "end": 10300,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 32
                                },
                                "end": {
                                  "line": 321,
                                  "column": 36
                                },
                                "identifierName": "html"
                              },
                              "name": "html"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 10301,
                              "end": 10400,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 37
                                },
                                "end": {
                                  "line": 321,
                                  "column": 136
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 10303,
                                  "end": 10340,
                                  "loc": {
                                    "start": {
                                      "line": 321,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 321,
                                      "column": 76
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 10303,
                                    "end": 10309,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 45
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 10311,
                                    "end": 10340,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 76
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 10311,
                                      "end": 10329,
                                      "loc": {
                                        "start": {
                                          "line": 321,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 321,
                                          "column": 65
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 10311,
                                        "end": 10324,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 10311,
                                          "end": 10315,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10316,
                                          "end": 10324,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 60
                                            },
                                            "identifierName": "_editing"
                                          },
                                          "name": "_editing"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10325,
                                        "end": 10329,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 65
                                          },
                                          "identifierName": "name"
                                        },
                                        "name": "name"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10330,
                                      "end": 10340,
                                      "loc": {
                                        "start": {
                                          "line": 321,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 321,
                                          "column": 76
                                        },
                                        "identifierName": "parentNode"
                                      },
                                      "name": "parentNode"
                                    },
                                    "computed": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 10342,
                                  "end": 10355,
                                  "loc": {
                                    "start": {
                                      "line": 321,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 321,
                                      "column": 91
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 10342,
                                    "end": 10346,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 82
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "value": {
                                    "type": "StringLiteral",
                                    "start": 10348,
                                    "end": 10355,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 91
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "input",
                                      "raw": "'input'"
                                    },
                                    "value": "input"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 10357,
                                  "end": 10398,
                                  "loc": {
                                    "start": {
                                      "line": 321,
                                      "column": 93
                                    },
                                    "end": {
                                      "line": 321,
                                      "column": 134
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 10357,
                                    "end": 10366,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 102
                                      },
                                      "identifierName": "className"
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "TemplateLiteral",
                                    "start": 10368,
                                    "end": 10398,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 104
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 134
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 10371,
                                        "end": 10391,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 107
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 127
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 10371,
                                          "end": 10375,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 107
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 111
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10376,
                                          "end": 10391,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 112
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 127
                                            },
                                            "identifierName": "prefixClassName"
                                          },
                                          "name": "prefixClassName"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 10369,
                                        "end": 10369,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 105
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 105
                                          }
                                        },
                                        "value": {
                                          "raw": "",
                                          "cooked": ""
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 10392,
                                        "end": 10397,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 128
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 133
                                          }
                                        },
                                        "value": {
                                          "raw": "-name",
                                          "cooked": "-name"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 10410,
                      "end": 10470,
                      "loc": {
                        "start": {
                          "line": 322,
                          "column": 8
                        },
                        "end": {
                          "line": 322,
                          "column": 68
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 10416,
                          "end": 10470,
                          "loc": {
                            "start": {
                              "line": 322,
                              "column": 14
                            },
                            "end": {
                              "line": 322,
                              "column": 68
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 10416,
                            "end": 10424,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 14
                              },
                              "end": {
                                "line": 322,
                                "column": 22
                              },
                              "identifierName": "computed"
                            },
                            "name": "computed"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 10427,
                            "end": 10470,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 25
                              },
                              "end": {
                                "line": 322,
                                "column": 68
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10427,
                              "end": 10450,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 25
                                },
                                "end": {
                                  "line": 322,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10427,
                                "end": 10433,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 31
                                  },
                                  "identifierName": "window"
                                },
                                "name": "window"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10434,
                                "end": 10450,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 48
                                  },
                                  "identifierName": "getComputedStyle"
                                },
                                "name": "getComputedStyle"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 10451,
                                "end": 10469,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 10451,
                                  "end": 10464,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 62
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 10451,
                                    "end": 10455,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10456,
                                    "end": 10464,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 62
                                      },
                                      "identifierName": "_editing"
                                    },
                                    "name": "_editing"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10465,
                                  "end": 10469,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 67
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10479,
                      "end": 10526,
                      "loc": {
                        "start": {
                          "line": 323,
                          "column": 8
                        },
                        "end": {
                          "line": 323,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10479,
                        "end": 10526,
                        "loc": {
                          "start": {
                            "line": 323,
                            "column": 8
                          },
                          "end": {
                            "line": 323,
                            "column": 55
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10479,
                          "end": 10510,
                          "loc": {
                            "start": {
                              "line": 323,
                              "column": 8
                            },
                            "end": {
                              "line": 323,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10479,
                            "end": 10500,
                            "loc": {
                              "start": {
                                "line": 323,
                                "column": 8
                              },
                              "end": {
                                "line": 323,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10479,
                              "end": 10494,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 8
                                },
                                "end": {
                                  "line": 323,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 10479,
                                "end": 10483,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10484,
                                "end": 10494,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 23
                                  },
                                  "identifierName": "_editInput"
                                },
                                "name": "_editInput"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10495,
                              "end": 10500,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 24
                                },
                                "end": {
                                  "line": 323,
                                  "column": 29
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10501,
                            "end": 10510,
                            "loc": {
                              "start": {
                                "line": 323,
                                "column": 30
                              },
                              "end": {
                                "line": 323,
                                "column": 39
                              },
                              "identifierName": "boxSizing"
                            },
                            "name": "boxSizing"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "StringLiteral",
                          "start": 10513,
                          "end": 10526,
                          "loc": {
                            "start": {
                              "line": 323,
                              "column": 42
                            },
                            "end": {
                              "line": 323,
                              "column": 55
                            }
                          },
                          "extra": {
                            "rawValue": "content-box",
                            "raw": "'content-box'"
                          },
                          "value": "content-box"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10535,
                      "end": 10610,
                      "loc": {
                        "start": {
                          "line": 324,
                          "column": 8
                        },
                        "end": {
                          "line": 324,
                          "column": 83
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10535,
                        "end": 10610,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 8
                          },
                          "end": {
                            "line": 324,
                            "column": 83
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10535,
                          "end": 10567,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 8
                            },
                            "end": {
                              "line": 324,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10535,
                            "end": 10556,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 8
                              },
                              "end": {
                                "line": 324,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10535,
                              "end": 10550,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 8
                                },
                                "end": {
                                  "line": 324,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 10535,
                                "end": 10539,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10540,
                                "end": 10550,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 23
                                  },
                                  "identifierName": "_editInput"
                                },
                                "name": "_editInput"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10551,
                              "end": 10556,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 24
                                },
                                "end": {
                                  "line": 324,
                                  "column": 29
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10557,
                            "end": 10567,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 30
                              },
                              "end": {
                                "line": 324,
                                "column": 40
                              },
                              "identifierName": "fontFamily"
                            },
                            "name": "fontFamily"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 10570,
                          "end": 10610,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 43
                            },
                            "end": {
                              "line": 324,
                              "column": 83
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10570,
                            "end": 10595,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 43
                              },
                              "end": {
                                "line": 324,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10570,
                              "end": 10578,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 43
                                },
                                "end": {
                                  "line": 324,
                                  "column": 51
                                },
                                "identifierName": "computed"
                              },
                              "name": "computed"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10579,
                              "end": 10595,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 52
                                },
                                "end": {
                                  "line": 324,
                                  "column": 68
                                },
                                "identifierName": "getPropertyValue"
                              },
                              "name": "getPropertyValue"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 10596,
                              "end": 10609,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 69
                                },
                                "end": {
                                  "line": 324,
                                  "column": 82
                                }
                              },
                              "extra": {
                                "rawValue": "font-family",
                                "raw": "'font-family'"
                              },
                              "value": "font-family"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10619,
                      "end": 10690,
                      "loc": {
                        "start": {
                          "line": 325,
                          "column": 8
                        },
                        "end": {
                          "line": 325,
                          "column": 79
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10619,
                        "end": 10690,
                        "loc": {
                          "start": {
                            "line": 325,
                            "column": 8
                          },
                          "end": {
                            "line": 325,
                            "column": 79
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10619,
                          "end": 10649,
                          "loc": {
                            "start": {
                              "line": 325,
                              "column": 8
                            },
                            "end": {
                              "line": 325,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10619,
                            "end": 10640,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 8
                              },
                              "end": {
                                "line": 325,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10619,
                              "end": 10634,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 8
                                },
                                "end": {
                                  "line": 325,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 10619,
                                "end": 10623,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10624,
                                "end": 10634,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 23
                                  },
                                  "identifierName": "_editInput"
                                },
                                "name": "_editInput"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10635,
                              "end": 10640,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 24
                                },
                                "end": {
                                  "line": 325,
                                  "column": 29
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10641,
                            "end": 10649,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 30
                              },
                              "end": {
                                "line": 325,
                                "column": 38
                              },
                              "identifierName": "fontSize"
                            },
                            "name": "fontSize"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 10652,
                          "end": 10690,
                          "loc": {
                            "start": {
                              "line": 325,
                              "column": 41
                            },
                            "end": {
                              "line": 325,
                              "column": 79
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10652,
                            "end": 10677,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 41
                              },
                              "end": {
                                "line": 325,
                                "column": 66
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10652,
                              "end": 10660,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 41
                                },
                                "end": {
                                  "line": 325,
                                  "column": 49
                                },
                                "identifierName": "computed"
                              },
                              "name": "computed"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10661,
                              "end": 10677,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 50
                                },
                                "end": {
                                  "line": 325,
                                  "column": 66
                                },
                                "identifierName": "getPropertyValue"
                              },
                              "name": "getPropertyValue"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 10678,
                              "end": 10689,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 67
                                },
                                "end": {
                                  "line": 325,
                                  "column": 78
                                }
                              },
                              "extra": {
                                "rawValue": "font-size",
                                "raw": "'font-size'"
                              },
                              "value": "font-size"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10699,
                      "end": 10751,
                      "loc": {
                        "start": {
                          "line": 326,
                          "column": 8
                        },
                        "end": {
                          "line": 326,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10699,
                        "end": 10751,
                        "loc": {
                          "start": {
                            "line": 326,
                            "column": 8
                          },
                          "end": {
                            "line": 326,
                            "column": 60
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10699,
                          "end": 10720,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 8
                            },
                            "end": {
                              "line": 326,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10699,
                            "end": 10714,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 8
                              },
                              "end": {
                                "line": 326,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 10699,
                              "end": 10703,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 8
                                },
                                "end": {
                                  "line": 326,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10704,
                              "end": 10714,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 13
                                },
                                "end": {
                                  "line": 326,
                                  "column": 23
                                },
                                "identifierName": "_editInput"
                              },
                              "name": "_editInput"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10715,
                            "end": 10720,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 24
                              },
                              "end": {
                                "line": 326,
                                "column": 29
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 10723,
                          "end": 10751,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 32
                            },
                            "end": {
                              "line": 326,
                              "column": 60
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10723,
                            "end": 10741,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 32
                              },
                              "end": {
                                "line": 326,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10723,
                              "end": 10736,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 32
                                },
                                "end": {
                                  "line": 326,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 10723,
                                "end": 10727,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 36
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10728,
                                "end": 10736,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 45
                                  },
                                  "identifierName": "_editing"
                                },
                                "name": "_editing"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10737,
                              "end": 10741,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 46
                                },
                                "end": {
                                  "line": 326,
                                  "column": 50
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10742,
                            "end": 10751,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 51
                              },
                              "end": {
                                "line": 326,
                                "column": 60
                              },
                              "identifierName": "innerText"
                            },
                            "name": "innerText"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10760,
                      "end": 10826,
                      "loc": {
                        "start": {
                          "line": 327,
                          "column": 8
                        },
                        "end": {
                          "line": 327,
                          "column": 74
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 10760,
                        "end": 10826,
                        "loc": {
                          "start": {
                            "line": 327,
                            "column": 8
                          },
                          "end": {
                            "line": 327,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10760,
                          "end": 10793,
                          "loc": {
                            "start": {
                              "line": 327,
                              "column": 8
                            },
                            "end": {
                              "line": 327,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10760,
                            "end": 10775,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 8
                              },
                              "end": {
                                "line": 327,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 10760,
                              "end": 10764,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 8
                                },
                                "end": {
                                  "line": 327,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10765,
                              "end": 10775,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 13
                                },
                                "end": {
                                  "line": 327,
                                  "column": 23
                                },
                                "identifierName": "_editInput"
                              },
                              "name": "_editInput"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10776,
                            "end": 10793,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 24
                              },
                              "end": {
                                "line": 327,
                                "column": 41
                              },
                              "identifierName": "setSelectionRange"
                            },
                            "name": "setSelectionRange"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 10794,
                            "end": 10795,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 42
                              },
                              "end": {
                                "line": 327,
                                "column": 43
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "MemberExpression",
                            "start": 10797,
                            "end": 10825,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 45
                              },
                              "end": {
                                "line": 327,
                                "column": 73
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10797,
                              "end": 10818,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 45
                                },
                                "end": {
                                  "line": 327,
                                  "column": 66
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 10797,
                                "end": 10812,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 10797,
                                  "end": 10801,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 49
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10802,
                                  "end": 10812,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 60
                                    },
                                    "identifierName": "_editInput"
                                  },
                                  "name": "_editInput"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10813,
                                "end": 10818,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 66
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10819,
                              "end": 10825,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 67
                                },
                                "end": {
                                  "line": 327,
                                  "column": 73
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10835,
                      "end": 10858,
                      "loc": {
                        "start": {
                          "line": 328,
                          "column": 8
                        },
                        "end": {
                          "line": 328,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 10835,
                        "end": 10858,
                        "loc": {
                          "start": {
                            "line": 328,
                            "column": 8
                          },
                          "end": {
                            "line": 328,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10835,
                          "end": 10856,
                          "loc": {
                            "start": {
                              "line": 328,
                              "column": 8
                            },
                            "end": {
                              "line": 328,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10835,
                            "end": 10850,
                            "loc": {
                              "start": {
                                "line": 328,
                                "column": 8
                              },
                              "end": {
                                "line": 328,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 10835,
                              "end": 10839,
                              "loc": {
                                "start": {
                                  "line": 328,
                                  "column": 8
                                },
                                "end": {
                                  "line": 328,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10840,
                              "end": 10850,
                              "loc": {
                                "start": {
                                  "line": 328,
                                  "column": 13
                                },
                                "end": {
                                  "line": 328,
                                  "column": 23
                                },
                                "identifierName": "_editInput"
                              },
                              "name": "_editInput"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10851,
                            "end": 10856,
                            "loc": {
                              "start": {
                                "line": 328,
                                "column": 24
                              },
                              "end": {
                                "line": 328,
                                "column": 29
                              },
                              "identifierName": "focus"
                            },
                            "name": "focus"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10867,
                      "end": 11024,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 8
                        },
                        "end": {
                          "line": 332,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 10867,
                        "end": 11024,
                        "loc": {
                          "start": {
                            "line": 329,
                            "column": 8
                          },
                          "end": {
                            "line": 332,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10867,
                          "end": 10899,
                          "loc": {
                            "start": {
                              "line": 329,
                              "column": 8
                            },
                            "end": {
                              "line": 329,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10867,
                            "end": 10882,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 8
                              },
                              "end": {
                                "line": 329,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 10867,
                              "end": 10871,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 8
                                },
                                "end": {
                                  "line": 329,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10872,
                              "end": 10882,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 13
                                },
                                "end": {
                                  "line": 329,
                                  "column": 23
                                },
                                "identifierName": "_editInput"
                              },
                              "name": "_editInput"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10883,
                            "end": 10899,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 24
                              },
                              "end": {
                                "line": 329,
                                "column": 40
                              },
                              "identifierName": "addEventListener"
                            },
                            "name": "addEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 10900,
                            "end": 10908,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 41
                              },
                              "end": {
                                "line": 329,
                                "column": 49
                              }
                            },
                            "extra": {
                              "rawValue": "update",
                              "raw": "'update'"
                            },
                            "value": "update"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 10910,
                            "end": 11023,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 51
                              },
                              "end": {
                                "line": 332,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 10916,
                              "end": 11023,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 57
                                },
                                "end": {
                                  "line": 332,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10930,
                                  "end": 10983,
                                  "loc": {
                                    "start": {
                                      "line": 330,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 330,
                                      "column": 65
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 10930,
                                    "end": 10983,
                                    "loc": {
                                      "start": {
                                        "line": 330,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 330,
                                        "column": 65
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10930,
                                      "end": 10945,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 10930,
                                        "end": 10934,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10935,
                                        "end": 10945,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 27
                                          },
                                          "identifierName": "nameChange"
                                        },
                                        "name": "nameChange"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 10946,
                                        "end": 10959,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 41
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 10946,
                                          "end": 10950,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10951,
                                          "end": 10959,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 41
                                            },
                                            "identifierName": "_editing"
                                          },
                                          "name": "_editing"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 10961,
                                        "end": 10982,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 64
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 10961,
                                          "end": 10976,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 10961,
                                            "end": 10965,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10966,
                                            "end": 10976,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 58
                                              },
                                              "identifierName": "_editInput"
                                            },
                                            "name": "_editInput"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10977,
                                          "end": 10982,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 64
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10996,
                                  "end": 11013,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 29
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 10996,
                                    "end": 11013,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 29
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10996,
                                      "end": 11011,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 10996,
                                        "end": 11000,
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11001,
                                        "end": 11011,
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 27
                                          },
                                          "identifierName": "_holdClose"
                                        },
                                        "name": "_holdClose"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11033,
                      "end": 11337,
                      "loc": {
                        "start": {
                          "line": 333,
                          "column": 8
                        },
                        "end": {
                          "line": 341,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 11033,
                        "end": 11337,
                        "loc": {
                          "start": {
                            "line": 333,
                            "column": 8
                          },
                          "end": {
                            "line": 341,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11033,
                          "end": 11065,
                          "loc": {
                            "start": {
                              "line": 333,
                              "column": 8
                            },
                            "end": {
                              "line": 333,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11033,
                            "end": 11048,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 8
                              },
                              "end": {
                                "line": 333,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 11033,
                              "end": 11037,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 8
                                },
                                "end": {
                                  "line": 333,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11038,
                              "end": 11048,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 13
                                },
                                "end": {
                                  "line": 333,
                                  "column": 23
                                },
                                "identifierName": "_editInput"
                              },
                              "name": "_editInput"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11049,
                            "end": 11065,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 24
                              },
                              "end": {
                                "line": 333,
                                "column": 40
                              },
                              "identifierName": "addEventListener"
                            },
                            "name": "addEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 11066,
                            "end": 11073,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 41
                              },
                              "end": {
                                "line": 333,
                                "column": 48
                              }
                            },
                            "extra": {
                              "rawValue": "keyup",
                              "raw": "'keyup'"
                            },
                            "value": "keyup"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 11075,
                            "end": 11336,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 50
                              },
                              "end": {
                                "line": 341,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 11076,
                                "end": 11077,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 52
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 11082,
                              "end": 11336,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 57
                                },
                                "end": {
                                  "line": 341,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 11096,
                                  "end": 11170,
                                  "loc": {
                                    "start": {
                                      "line": 334,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 336,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 11100,
                                    "end": 11119,
                                    "loc": {
                                      "start": {
                                        "line": 334,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 334,
                                        "column": 35
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 11100,
                                      "end": 11106,
                                      "loc": {
                                        "start": {
                                          "line": 334,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 334,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11100,
                                        "end": 11101,
                                        "loc": {
                                          "start": {
                                            "line": 334,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 334,
                                            "column": 17
                                          },
                                          "identifierName": "e"
                                        },
                                        "name": "e"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11102,
                                        "end": 11106,
                                        "loc": {
                                          "start": {
                                            "line": 334,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 334,
                                            "column": 22
                                          },
                                          "identifierName": "code"
                                        },
                                        "name": "code"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 11111,
                                      "end": 11119,
                                      "loc": {
                                        "start": {
                                          "line": 334,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 334,
                                          "column": 35
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Escape",
                                        "raw": "'Escape'"
                                      },
                                      "value": "Escape"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 11121,
                                    "end": 11170,
                                    "loc": {
                                      "start": {
                                        "line": 334,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 336,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 11139,
                                        "end": 11156,
                                        "loc": {
                                          "start": {
                                            "line": 335,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 335,
                                            "column": 33
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 11139,
                                          "end": 11156,
                                          "loc": {
                                            "start": {
                                              "line": 335,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 335,
                                              "column": 33
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11139,
                                            "end": 11154,
                                            "loc": {
                                              "start": {
                                                "line": 335,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 335,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 11139,
                                              "end": 11143,
                                              "loc": {
                                                "start": {
                                                  "line": 335,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 335,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11144,
                                              "end": 11154,
                                              "loc": {
                                                "start": {
                                                  "line": 335,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 335,
                                                  "column": 31
                                                },
                                                "identifierName": "_holdClose"
                                              },
                                              "name": "_holdClose"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 11183,
                                  "end": 11326,
                                  "loc": {
                                    "start": {
                                      "line": 337,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 340,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 11187,
                                    "end": 11205,
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 34
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 11187,
                                      "end": 11193,
                                      "loc": {
                                        "start": {
                                          "line": 337,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 337,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11187,
                                        "end": 11188,
                                        "loc": {
                                          "start": {
                                            "line": 337,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 337,
                                            "column": 17
                                          },
                                          "identifierName": "e"
                                        },
                                        "name": "e"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11189,
                                        "end": 11193,
                                        "loc": {
                                          "start": {
                                            "line": 337,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 337,
                                            "column": 22
                                          },
                                          "identifierName": "code"
                                        },
                                        "name": "code"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 11198,
                                      "end": 11205,
                                      "loc": {
                                        "start": {
                                          "line": 337,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 337,
                                          "column": 34
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Enter",
                                        "raw": "'Enter'"
                                      },
                                      "value": "Enter"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 11207,
                                    "end": 11326,
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 340,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 11225,
                                        "end": 11278,
                                        "loc": {
                                          "start": {
                                            "line": 338,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 338,
                                            "column": 69
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 11225,
                                          "end": 11278,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 69
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11225,
                                            "end": 11240,
                                            "loc": {
                                              "start": {
                                                "line": 338,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 338,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 11225,
                                              "end": 11229,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11230,
                                              "end": 11240,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 31
                                                },
                                                "identifierName": "nameChange"
                                              },
                                              "name": "nameChange"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 11241,
                                              "end": 11254,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 11241,
                                                "end": 11245,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11246,
                                                "end": 11254,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 45
                                                  },
                                                  "identifierName": "_editing"
                                                },
                                                "name": "_editing"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 11256,
                                              "end": 11277,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 68
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 11256,
                                                "end": 11271,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 11256,
                                                  "end": 11260,
                                                  "loc": {
                                                    "start": {
                                                      "line": 338,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 338,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11261,
                                                  "end": 11271,
                                                  "loc": {
                                                    "start": {
                                                      "line": 338,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 338,
                                                      "column": 62
                                                    },
                                                    "identifierName": "_editInput"
                                                  },
                                                  "name": "_editInput"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11272,
                                                "end": 11277,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 68
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 11295,
                                        "end": 11312,
                                        "loc": {
                                          "start": {
                                            "line": 339,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 339,
                                            "column": 33
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 11295,
                                          "end": 11312,
                                          "loc": {
                                            "start": {
                                              "line": 339,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 339,
                                              "column": 33
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11295,
                                            "end": 11310,
                                            "loc": {
                                              "start": {
                                                "line": 339,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 339,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 11295,
                                              "end": 11299,
                                              "loc": {
                                                "start": {
                                                  "line": 339,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 339,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11300,
                                              "end": 11310,
                                              "loc": {
                                                "start": {
                                                  "line": 339,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 339,
                                                  "column": 31
                                                },
                                                "identifierName": "_holdClose"
                                              },
                                              "name": "_holdClose"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11346,
                      "end": 11387,
                      "loc": {
                        "start": {
                          "line": 342,
                          "column": 8
                        },
                        "end": {
                          "line": 342,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 11346,
                        "end": 11387,
                        "loc": {
                          "start": {
                            "line": 342,
                            "column": 8
                          },
                          "end": {
                            "line": 342,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 11346,
                          "end": 11378,
                          "loc": {
                            "start": {
                              "line": 342,
                              "column": 8
                            },
                            "end": {
                              "line": 342,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11346,
                            "end": 11370,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 8
                              },
                              "end": {
                                "line": 342,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11346,
                              "end": 11364,
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 8
                                },
                                "end": {
                                  "line": 342,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 11346,
                                "end": 11359,
                                "loc": {
                                  "start": {
                                    "line": 342,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 342,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11346,
                                  "end": 11350,
                                  "loc": {
                                    "start": {
                                      "line": 342,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 342,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11351,
                                  "end": 11359,
                                  "loc": {
                                    "start": {
                                      "line": 342,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 342,
                                      "column": 21
                                    },
                                    "identifierName": "_editing"
                                  },
                                  "name": "_editing"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11360,
                                "end": 11364,
                                "loc": {
                                  "start": {
                                    "line": 342,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 342,
                                    "column": 26
                                  },
                                  "identifierName": "name"
                                },
                                "name": "name"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11365,
                              "end": 11370,
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 27
                                },
                                "end": {
                                  "line": 342,
                                  "column": 32
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11371,
                            "end": 11378,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 33
                              },
                              "end": {
                                "line": 342,
                                "column": 40
                              },
                              "identifierName": "display"
                            },
                            "name": "display"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "StringLiteral",
                          "start": 11381,
                          "end": 11387,
                          "loc": {
                            "start": {
                              "line": 342,
                              "column": 43
                            },
                            "end": {
                              "line": 342,
                              "column": 49
                            }
                          },
                          "extra": {
                            "rawValue": "none",
                            "raw": "'none'"
                          },
                          "value": "none"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11396,
                      "end": 11415,
                      "loc": {
                        "start": {
                          "line": 343,
                          "column": 8
                        },
                        "end": {
                          "line": 343,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 11396,
                        "end": 11415,
                        "loc": {
                          "start": {
                            "line": 343,
                            "column": 8
                          },
                          "end": {
                            "line": 343,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 11396,
                          "end": 11408,
                          "loc": {
                            "start": {
                              "line": 343,
                              "column": 8
                            },
                            "end": {
                              "line": 343,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 11396,
                            "end": 11400,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 8
                              },
                              "end": {
                                "line": 343,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11401,
                            "end": 11408,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 13
                              },
                              "end": {
                                "line": 343,
                                "column": 20
                              },
                              "identifierName": "_target"
                            },
                            "name": "_target"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 11411,
                          "end": 11415,
                          "loc": {
                            "start": {
                              "line": 343,
                              "column": 23
                            },
                            "end": {
                              "line": 343,
                              "column": 27
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * edit the name entry using the created element\n     * @param {HTMLElement} leaf\n     ",
                    "start": 10120,
                    "end": 10217,
                    "loc": {
                      "start": {
                        "line": 315,
                        "column": 4
                      },
                      "end": {
                        "line": 318,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 11427,
                "end": 11629,
                "loc": {
                  "start": {
                    "line": 346,
                    "column": 4
                  },
                  "end": {
                    "line": 352,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11427,
                  "end": 11437,
                  "loc": {
                    "start": {
                      "line": 346,
                      "column": 4
                    },
                    "end": {
                      "line": 346,
                      "column": 14
                    },
                    "identifierName": "_holdClose"
                  },
                  "name": "_holdClose"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 11440,
                  "end": 11629,
                  "loc": {
                    "start": {
                      "line": 346,
                      "column": 17
                    },
                    "end": {
                      "line": 352,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 11450,
                      "end": 11623,
                      "loc": {
                        "start": {
                          "line": 347,
                          "column": 8
                        },
                        "end": {
                          "line": 351,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 11454,
                        "end": 11467,
                        "loc": {
                          "start": {
                            "line": 347,
                            "column": 12
                          },
                          "end": {
                            "line": 347,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 11454,
                          "end": 11458,
                          "loc": {
                            "start": {
                              "line": 347,
                              "column": 12
                            },
                            "end": {
                              "line": 347,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11459,
                          "end": 11467,
                          "loc": {
                            "start": {
                              "line": 347,
                              "column": 17
                            },
                            "end": {
                              "line": 347,
                              "column": 25
                            },
                            "identifierName": "_editing"
                          },
                          "name": "_editing"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 11469,
                        "end": 11623,
                        "loc": {
                          "start": {
                            "line": 347,
                            "column": 27
                          },
                          "end": {
                            "line": 351,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 11483,
                            "end": 11507,
                            "loc": {
                              "start": {
                                "line": 348,
                                "column": 12
                              },
                              "end": {
                                "line": 348,
                                "column": 36
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 11483,
                              "end": 11507,
                              "loc": {
                                "start": {
                                  "line": 348,
                                  "column": 12
                                },
                                "end": {
                                  "line": 348,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11483,
                                "end": 11505,
                                "loc": {
                                  "start": {
                                    "line": 348,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 348,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11483,
                                  "end": 11498,
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 11483,
                                    "end": 11487,
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11488,
                                    "end": 11498,
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 27
                                      },
                                      "identifierName": "_editInput"
                                    },
                                    "name": "_editInput"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11499,
                                  "end": 11505,
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 34
                                    },
                                    "identifierName": "remove"
                                  },
                                  "name": "remove"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 11520,
                            "end": 11562,
                            "loc": {
                              "start": {
                                "line": 349,
                                "column": 12
                              },
                              "end": {
                                "line": 349,
                                "column": 54
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 11520,
                              "end": 11562,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 12
                                },
                                "end": {
                                  "line": 349,
                                  "column": 54
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 11520,
                                "end": 11552,
                                "loc": {
                                  "start": {
                                    "line": 349,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 349,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11520,
                                  "end": 11544,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 11520,
                                    "end": 11538,
                                    "loc": {
                                      "start": {
                                        "line": 349,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 349,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 11520,
                                      "end": 11533,
                                      "loc": {
                                        "start": {
                                          "line": 349,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 349,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 11520,
                                        "end": 11524,
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11525,
                                        "end": 11533,
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 25
                                          },
                                          "identifierName": "_editing"
                                        },
                                        "name": "_editing"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11534,
                                      "end": 11538,
                                      "loc": {
                                        "start": {
                                          "line": 349,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 349,
                                          "column": 30
                                        },
                                        "identifierName": "name"
                                      },
                                      "name": "name"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11539,
                                    "end": 11544,
                                    "loc": {
                                      "start": {
                                        "line": 349,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 349,
                                        "column": 36
                                      },
                                      "identifierName": "style"
                                    },
                                    "name": "style"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11545,
                                  "end": 11552,
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 44
                                    },
                                    "identifierName": "display"
                                  },
                                  "name": "display"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "StringLiteral",
                                "start": 11555,
                                "end": 11562,
                                "loc": {
                                  "start": {
                                    "line": 349,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 349,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": "block",
                                  "raw": "'block'"
                                },
                                "value": "block"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 11575,
                            "end": 11613,
                            "loc": {
                              "start": {
                                "line": 350,
                                "column": 12
                              },
                              "end": {
                                "line": 350,
                                "column": 50
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 11575,
                              "end": 11613,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 12
                                },
                                "end": {
                                  "line": 350,
                                  "column": 50
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 11575,
                                "end": 11588,
                                "loc": {
                                  "start": {
                                    "line": 350,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 350,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11575,
                                  "end": 11579,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11580,
                                  "end": 11588,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 25
                                    },
                                    "identifierName": "_editing"
                                  },
                                  "name": "_editing"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "AssignmentExpression",
                                "start": 11591,
                                "end": 11613,
                                "loc": {
                                  "start": {
                                    "line": 350,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 350,
                                    "column": 50
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 11591,
                                  "end": 11606,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 11591,
                                    "end": 11595,
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11596,
                                    "end": 11606,
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 43
                                      },
                                      "identifierName": "_editInput"
                                    },
                                    "name": "_editInput"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "NullLiteral",
                                  "start": 11609,
                                  "end": 11613,
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 50
                                    }
                                  }
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * change the name of a leaf\n     * @param {HTMLElement} leaf\n     * @param {string} name\n     ",
                    "start": 11635,
                    "end": 11740,
                    "loc": {
                      "start": {
                        "line": 354,
                        "column": 4
                      },
                      "end": {
                        "line": 358,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 11745,
                "end": 11957,
                "loc": {
                  "start": {
                    "line": 359,
                    "column": 4
                  },
                  "end": {
                    "line": 364,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11745,
                  "end": 11755,
                  "loc": {
                    "start": {
                      "line": 359,
                      "column": 4
                    },
                    "end": {
                      "line": 359,
                      "column": 14
                    },
                    "identifierName": "nameChange"
                  },
                  "name": "nameChange",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11756,
                    "end": 11760,
                    "loc": {
                      "start": {
                        "line": 359,
                        "column": 15
                      },
                      "end": {
                        "line": 359,
                        "column": 19
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  },
                  {
                    "type": "Identifier",
                    "start": 11762,
                    "end": 11766,
                    "loc": {
                      "start": {
                        "line": 359,
                        "column": 21
                      },
                      "end": {
                        "line": 359,
                        "column": 25
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11768,
                  "end": 11957,
                  "loc": {
                    "start": {
                      "line": 359,
                      "column": 27
                    },
                    "end": {
                      "line": 364,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 11778,
                      "end": 11812,
                      "loc": {
                        "start": {
                          "line": 360,
                          "column": 8
                        },
                        "end": {
                          "line": 360,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 11778,
                        "end": 11812,
                        "loc": {
                          "start": {
                            "line": 360,
                            "column": 8
                          },
                          "end": {
                            "line": 360,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 11778,
                          "end": 11792,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 8
                            },
                            "end": {
                              "line": 360,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11778,
                            "end": 11787,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 8
                              },
                              "end": {
                                "line": 360,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11778,
                              "end": 11782,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 8
                                },
                                "end": {
                                  "line": 360,
                                  "column": 12
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11783,
                              "end": 11787,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 13
                                },
                                "end": {
                                  "line": 360,
                                  "column": 17
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11788,
                            "end": 11792,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 18
                              },
                              "end": {
                                "line": 360,
                                "column": 22
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 11795,
                          "end": 11812,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 25
                            },
                            "end": {
                              "line": 360,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11795,
                            "end": 11806,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 25
                              },
                              "end": {
                                "line": 360,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 11795,
                              "end": 11799,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 25
                                },
                                "end": {
                                  "line": 360,
                                  "column": 29
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11800,
                              "end": 11806,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 30
                                },
                                "end": {
                                  "line": 360,
                                  "column": 36
                                },
                                "identifierName": "_input"
                              },
                              "name": "_input"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11807,
                            "end": 11812,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 37
                              },
                              "end": {
                                "line": 360,
                                "column": 42
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11821,
                      "end": 11847,
                      "loc": {
                        "start": {
                          "line": 361,
                          "column": 8
                        },
                        "end": {
                          "line": 361,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 11821,
                        "end": 11847,
                        "loc": {
                          "start": {
                            "line": 361,
                            "column": 8
                          },
                          "end": {
                            "line": 361,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 11821,
                          "end": 11840,
                          "loc": {
                            "start": {
                              "line": 361,
                              "column": 8
                            },
                            "end": {
                              "line": 361,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11821,
                            "end": 11830,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 8
                              },
                              "end": {
                                "line": 361,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11821,
                              "end": 11825,
                              "loc": {
                                "start": {
                                  "line": 361,
                                  "column": 8
                                },
                                "end": {
                                  "line": 361,
                                  "column": 12
                                },
                                "identifierName": "leaf"
                              },
                              "name": "leaf"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11826,
                              "end": 11830,
                              "loc": {
                                "start": {
                                  "line": 361,
                                  "column": 13
                                },
                                "end": {
                                  "line": 361,
                                  "column": 17
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11831,
                            "end": 11840,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 18
                              },
                              "end": {
                                "line": 361,
                                "column": 27
                              },
                              "identifierName": "innerHTML"
                            },
                            "name": "innerHTML"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 11843,
                          "end": 11847,
                          "loc": {
                            "start": {
                              "line": 361,
                              "column": 30
                            },
                            "end": {
                              "line": 361,
                              "column": 34
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11856,
                      "end": 11911,
                      "loc": {
                        "start": {
                          "line": 362,
                          "column": 8
                        },
                        "end": {
                          "line": 362,
                          "column": 63
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 11856,
                        "end": 11911,
                        "loc": {
                          "start": {
                            "line": 362,
                            "column": 8
                          },
                          "end": {
                            "line": 362,
                            "column": 63
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11856,
                          "end": 11865,
                          "loc": {
                            "start": {
                              "line": 362,
                              "column": 8
                            },
                            "end": {
                              "line": 362,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 11856,
                            "end": 11860,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 8
                              },
                              "end": {
                                "line": 362,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11861,
                            "end": 11865,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 13
                              },
                              "end": {
                                "line": 362,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 11866,
                            "end": 11879,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 18
                              },
                              "end": {
                                "line": 362,
                                "column": 31
                              }
                            },
                            "extra": {
                              "rawValue": "name-change",
                              "raw": "'name-change'"
                            },
                            "value": "name-change"
                          },
                          {
                            "type": "Identifier",
                            "start": 11881,
                            "end": 11885,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 33
                              },
                              "end": {
                                "line": 362,
                                "column": 37
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          {
                            "type": "MemberExpression",
                            "start": 11887,
                            "end": 11904,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 39
                              },
                              "end": {
                                "line": 362,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11887,
                              "end": 11898,
                              "loc": {
                                "start": {
                                  "line": 362,
                                  "column": 39
                                },
                                "end": {
                                  "line": 362,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 11887,
                                "end": 11891,
                                "loc": {
                                  "start": {
                                    "line": 362,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 362,
                                    "column": 43
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11892,
                                "end": 11898,
                                "loc": {
                                  "start": {
                                    "line": 362,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 362,
                                    "column": 50
                                  },
                                  "identifierName": "_input"
                                },
                                "name": "_input"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11899,
                              "end": 11904,
                              "loc": {
                                "start": {
                                  "line": 362,
                                  "column": 51
                                },
                                "end": {
                                  "line": 362,
                                  "column": 56
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          },
                          {
                            "type": "ThisExpression",
                            "start": 11906,
                            "end": 11910,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 58
                              },
                              "end": {
                                "line": 362,
                                "column": 62
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 11920,
                      "end": 11951,
                      "loc": {
                        "start": {
                          "line": 363,
                          "column": 8
                        },
                        "end": {
                          "line": 363,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 11920,
                        "end": 11951,
                        "loc": {
                          "start": {
                            "line": 363,
                            "column": 8
                          },
                          "end": {
                            "line": 363,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11920,
                          "end": 11929,
                          "loc": {
                            "start": {
                              "line": 363,
                              "column": 8
                            },
                            "end": {
                              "line": 363,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 11920,
                            "end": 11924,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 8
                              },
                              "end": {
                                "line": 363,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11925,
                            "end": 11929,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 13
                              },
                              "end": {
                                "line": 363,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 11930,
                            "end": 11938,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 18
                              },
                              "end": {
                                "line": 363,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "update",
                              "raw": "'update'"
                            },
                            "value": "update"
                          },
                          {
                            "type": "Identifier",
                            "start": 11940,
                            "end": 11944,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 28
                              },
                              "end": {
                                "line": 363,
                                "column": 32
                              },
                              "identifierName": "leaf"
                            },
                            "name": "leaf"
                          },
                          {
                            "type": "ThisExpression",
                            "start": 11946,
                            "end": 11950,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 34
                              },
                              "end": {
                                "line": 363,
                                "column": 38
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * change the name of a leaf\n     * @param {HTMLElement} leaf\n     * @param {string} name\n     ",
                    "start": 11635,
                    "end": 11740,
                    "loc": {
                      "start": {
                        "line": 354,
                        "column": 4
                      },
                      "end": {
                        "line": 358,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Find a leaf based using its data\n     * @param {object} leaf\n     * @param {HTMLElement} [root=this.element]\n     ",
                    "start": 11963,
                    "end": 12090,
                    "loc": {
                      "start": {
                        "line": 366,
                        "column": 4
                      },
                      "end": {
                        "line": 370,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 12095,
                "end": 12190,
                "loc": {
                  "start": {
                    "line": 371,
                    "column": 4
                  },
                  "end": {
                    "line": 373,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12095,
                  "end": 12102,
                  "loc": {
                    "start": {
                      "line": 371,
                      "column": 4
                    },
                    "end": {
                      "line": 371,
                      "column": 11
                    },
                    "identifierName": "getLeaf"
                  },
                  "name": "getLeaf",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12103,
                    "end": 12107,
                    "loc": {
                      "start": {
                        "line": 371,
                        "column": 12
                      },
                      "end": {
                        "line": 371,
                        "column": 16
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 12109,
                    "end": 12128,
                    "loc": {
                      "start": {
                        "line": 371,
                        "column": 18
                      },
                      "end": {
                        "line": 371,
                        "column": 37
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 12109,
                      "end": 12113,
                      "loc": {
                        "start": {
                          "line": 371,
                          "column": 18
                        },
                        "end": {
                          "line": 371,
                          "column": 22
                        },
                        "identifierName": "root"
                      },
                      "name": "root"
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 12116,
                      "end": 12128,
                      "loc": {
                        "start": {
                          "line": 371,
                          "column": 25
                        },
                        "end": {
                          "line": 371,
                          "column": 37
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 12116,
                        "end": 12120,
                        "loc": {
                          "start": {
                            "line": 371,
                            "column": 25
                          },
                          "end": {
                            "line": 371,
                            "column": 29
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 12121,
                        "end": 12128,
                        "loc": {
                          "start": {
                            "line": 371,
                            "column": 30
                          },
                          "end": {
                            "line": 371,
                            "column": 37
                          },
                          "identifierName": "element"
                        },
                        "name": "element"
                      },
                      "computed": false
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12130,
                  "end": 12190,
                  "loc": {
                    "start": {
                      "line": 371,
                      "column": 39
                    },
                    "end": {
                      "line": 373,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 12140,
                      "end": 12184,
                      "loc": {
                        "start": {
                          "line": 372,
                          "column": 8
                        },
                        "end": {
                          "line": 372,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 12140,
                        "end": 12184,
                        "loc": {
                          "start": {
                            "line": 372,
                            "column": 8
                          },
                          "end": {
                            "line": 372,
                            "column": 52
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12140,
                          "end": 12155,
                          "loc": {
                            "start": {
                              "line": 372,
                              "column": 8
                            },
                            "end": {
                              "line": 372,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 12140,
                            "end": 12144,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 8
                              },
                              "end": {
                                "line": 372,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12145,
                            "end": 12155,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 13
                              },
                              "end": {
                                "line": 372,
                                "column": 23
                              },
                              "identifierName": "findInTree"
                            },
                            "name": "findInTree"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 12156,
                            "end": 12160,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 24
                              },
                              "end": {
                                "line": 372,
                                "column": 28
                              },
                              "identifierName": "root"
                            },
                            "name": "root"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 12162,
                            "end": 12183,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 30
                              },
                              "end": {
                                "line": 372,
                                "column": 51
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 12162,
                                "end": 12166,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 34
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 12170,
                              "end": 12183,
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 38
                                },
                                "end": {
                                  "line": 372,
                                  "column": 51
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 12170,
                                "end": 12174,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 42
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              },
                              "operator": "===",
                              "right": {
                                "type": "Identifier",
                                "start": 12179,
                                "end": 12183,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 51
                                  },
                                  "identifierName": "leaf"
                                },
                                "name": "leaf"
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Find a leaf based using its data\n     * @param {object} leaf\n     * @param {HTMLElement} [root=this.element]\n     ",
                    "start": 11963,
                    "end": 12090,
                    "loc": {
                      "start": {
                        "line": 366,
                        "column": 4
                      },
                      "end": {
                        "line": 370,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * call the callback function on each node; returns the node if callback === true\n     * @param {*} leaf data\n     * @param {function} callback\n     ",
                    "start": 12196,
                    "end": 12355,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 4
                      },
                      "end": {
                        "line": 379,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 12360,
                "end": 12651,
                "loc": {
                  "start": {
                    "line": 380,
                    "column": 4
                  },
                  "end": {
                    "line": 390,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12360,
                  "end": 12370,
                  "loc": {
                    "start": {
                      "line": 380,
                      "column": 4
                    },
                    "end": {
                      "line": 380,
                      "column": 14
                    },
                    "identifierName": "findInTree"
                  },
                  "name": "findInTree",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12371,
                    "end": 12375,
                    "loc": {
                      "start": {
                        "line": 380,
                        "column": 15
                      },
                      "end": {
                        "line": 380,
                        "column": 19
                      },
                      "identifierName": "leaf"
                    },
                    "name": "leaf"
                  },
                  {
                    "type": "Identifier",
                    "start": 12377,
                    "end": 12385,
                    "loc": {
                      "start": {
                        "line": 380,
                        "column": 21
                      },
                      "end": {
                        "line": 380,
                        "column": 29
                      },
                      "identifierName": "callback"
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12387,
                  "end": 12651,
                  "loc": {
                    "start": {
                      "line": 380,
                      "column": 31
                    },
                    "end": {
                      "line": 390,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 12397,
                      "end": 12645,
                      "loc": {
                        "start": {
                          "line": 381,
                          "column": 8
                        },
                        "end": {
                          "line": 389,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 12402,
                        "end": 12413,
                        "loc": {
                          "start": {
                            "line": 381,
                            "column": 13
                          },
                          "end": {
                            "line": 381,
                            "column": 24
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12408,
                            "end": 12413,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 19
                              },
                              "end": {
                                "line": 381,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12408,
                              "end": 12413,
                              "loc": {
                                "start": {
                                  "line": 381,
                                  "column": 19
                                },
                                "end": {
                                  "line": 381,
                                  "column": 24
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 12417,
                        "end": 12430,
                        "loc": {
                          "start": {
                            "line": 381,
                            "column": 28
                          },
                          "end": {
                            "line": 381,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12417,
                          "end": 12421,
                          "loc": {
                            "start": {
                              "line": 381,
                              "column": 28
                            },
                            "end": {
                              "line": 381,
                              "column": 32
                            },
                            "identifierName": "leaf"
                          },
                          "name": "leaf"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12422,
                          "end": 12430,
                          "loc": {
                            "start": {
                              "line": 381,
                              "column": 33
                            },
                            "end": {
                              "line": 381,
                              "column": 41
                            },
                            "identifierName": "children"
                          },
                          "name": "children"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 12432,
                        "end": 12645,
                        "loc": {
                          "start": {
                            "line": 381,
                            "column": 43
                          },
                          "end": {
                            "line": 389,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 12446,
                            "end": 12511,
                            "loc": {
                              "start": {
                                "line": 382,
                                "column": 12
                              },
                              "end": {
                                "line": 384,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 12450,
                              "end": 12465,
                              "loc": {
                                "start": {
                                  "line": 382,
                                  "column": 16
                                },
                                "end": {
                                  "line": 382,
                                  "column": 31
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 12450,
                                "end": 12458,
                                "loc": {
                                  "start": {
                                    "line": 382,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 382,
                                    "column": 24
                                  },
                                  "identifierName": "callback"
                                },
                                "name": "callback"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 12459,
                                  "end": 12464,
                                  "loc": {
                                    "start": {
                                      "line": 382,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 382,
                                      "column": 30
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 12467,
                              "end": 12511,
                              "loc": {
                                "start": {
                                  "line": 382,
                                  "column": 33
                                },
                                "end": {
                                  "line": 384,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 12485,
                                  "end": 12497,
                                  "loc": {
                                    "start": {
                                      "line": 383,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 383,
                                      "column": 28
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 12492,
                                    "end": 12497,
                                    "loc": {
                                      "start": {
                                        "line": 383,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 383,
                                        "column": 28
                                      },
                                      "identifierName": "child"
                                    },
                                    "name": "child"
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 12524,
                            "end": 12569,
                            "loc": {
                              "start": {
                                "line": 385,
                                "column": 12
                              },
                              "end": {
                                "line": 385,
                                "column": 57
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 12530,
                                "end": 12569,
                                "loc": {
                                  "start": {
                                    "line": 385,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 385,
                                    "column": 57
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 12530,
                                  "end": 12534,
                                  "loc": {
                                    "start": {
                                      "line": 385,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 385,
                                      "column": 22
                                    },
                                    "identifierName": "find"
                                  },
                                  "name": "find"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 12537,
                                  "end": 12569,
                                  "loc": {
                                    "start": {
                                      "line": 385,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 385,
                                      "column": 57
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12537,
                                    "end": 12552,
                                    "loc": {
                                      "start": {
                                        "line": 385,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 385,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 12537,
                                      "end": 12541,
                                      "loc": {
                                        "start": {
                                          "line": 385,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 385,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12542,
                                      "end": 12552,
                                      "loc": {
                                        "start": {
                                          "line": 385,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 385,
                                          "column": 40
                                        },
                                        "identifierName": "findInTree"
                                      },
                                      "name": "findInTree"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 12553,
                                      "end": 12558,
                                      "loc": {
                                        "start": {
                                          "line": 385,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 385,
                                          "column": 46
                                        },
                                        "identifierName": "child"
                                      },
                                      "name": "child"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 12560,
                                      "end": 12568,
                                      "loc": {
                                        "start": {
                                          "line": 385,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 385,
                                          "column": 56
                                        },
                                        "identifierName": "callback"
                                      },
                                      "name": "callback"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 12582,
                            "end": 12635,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 12
                              },
                              "end": {
                                "line": 388,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 12586,
                              "end": 12590,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 16
                                },
                                "end": {
                                  "line": 386,
                                  "column": 20
                                },
                                "identifierName": "find"
                              },
                              "name": "find"
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 12592,
                              "end": 12635,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 22
                                },
                                "end": {
                                  "line": 388,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 12610,
                                  "end": 12621,
                                  "loc": {
                                    "start": {
                                      "line": 387,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 387,
                                      "column": 27
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 12617,
                                    "end": 12621,
                                    "loc": {
                                      "start": {
                                        "line": 387,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 387,
                                        "column": 27
                                      },
                                      "identifierName": "find"
                                    },
                                    "name": "find"
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * call the callback function on each node; returns the node if callback === true\n     * @param {*} leaf data\n     * @param {function} callback\n     ",
                    "start": 12196,
                    "end": 12355,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 4
                      },
                      "end": {
                        "line": 379,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 12657,
                "end": 12822,
                "loc": {
                  "start": {
                    "line": 392,
                    "column": 4
                  },
                  "end": {
                    "line": 397,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12657,
                  "end": 12671,
                  "loc": {
                    "start": {
                      "line": 392,
                      "column": 4
                    },
                    "end": {
                      "line": 392,
                      "column": 18
                    },
                    "identifierName": "_getFirstChild"
                  },
                  "name": "_getFirstChild"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12672,
                    "end": 12679,
                    "loc": {
                      "start": {
                        "line": 392,
                        "column": 19
                      },
                      "end": {
                        "line": 392,
                        "column": 26
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  },
                  {
                    "type": "Identifier",
                    "start": 12681,
                    "end": 12684,
                    "loc": {
                      "start": {
                        "line": 392,
                        "column": 28
                      },
                      "end": {
                        "line": 392,
                        "column": 31
                      },
                      "identifierName": "all"
                    },
                    "name": "all"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12686,
                  "end": 12822,
                  "loc": {
                    "start": {
                      "line": 392,
                      "column": 33
                    },
                    "end": {
                      "line": 397,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 12696,
                      "end": 12744,
                      "loc": {
                        "start": {
                          "line": 393,
                          "column": 8
                        },
                        "end": {
                          "line": 393,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12702,
                          "end": 12744,
                          "loc": {
                            "start": {
                              "line": 393,
                              "column": 14
                            },
                            "end": {
                              "line": 393,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12702,
                            "end": 12710,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 14
                              },
                              "end": {
                                "line": 393,
                                "column": 22
                              },
                              "identifierName": "children"
                            },
                            "name": "children"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 12713,
                            "end": 12744,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 25
                              },
                              "end": {
                                "line": 393,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12713,
                              "end": 12730,
                              "loc": {
                                "start": {
                                  "line": 393,
                                  "column": 25
                                },
                                "end": {
                                  "line": 393,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12713,
                                "end": 12717,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 29
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12718,
                                "end": 12730,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 42
                                  },
                                  "identifierName": "_getChildren"
                                },
                                "name": "_getChildren"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12731,
                                "end": 12738,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 50
                                  },
                                  "identifierName": "element"
                                },
                                "name": "element"
                              },
                              {
                                "type": "Identifier",
                                "start": 12740,
                                "end": 12743,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 55
                                  },
                                  "identifierName": "all"
                                },
                                "name": "all"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 12753,
                      "end": 12816,
                      "loc": {
                        "start": {
                          "line": 394,
                          "column": 8
                        },
                        "end": {
                          "line": 396,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 12757,
                        "end": 12772,
                        "loc": {
                          "start": {
                            "line": 394,
                            "column": 12
                          },
                          "end": {
                            "line": 394,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12757,
                          "end": 12765,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 12
                            },
                            "end": {
                              "line": 394,
                              "column": 20
                            },
                            "identifierName": "children"
                          },
                          "name": "children"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12766,
                          "end": 12772,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 21
                            },
                            "end": {
                              "line": 394,
                              "column": 27
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12774,
                        "end": 12816,
                        "loc": {
                          "start": {
                            "line": 394,
                            "column": 29
                          },
                          "end": {
                            "line": 396,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 12788,
                            "end": 12806,
                            "loc": {
                              "start": {
                                "line": 395,
                                "column": 12
                              },
                              "end": {
                                "line": 395,
                                "column": 30
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 12795,
                              "end": 12806,
                              "loc": {
                                "start": {
                                  "line": 395,
                                  "column": 19
                                },
                                "end": {
                                  "line": 395,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12795,
                                "end": 12803,
                                "loc": {
                                  "start": {
                                    "line": 395,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 395,
                                    "column": 27
                                  },
                                  "identifierName": "children"
                                },
                                "name": "children"
                              },
                              "property": {
                                "type": "NumericLiteral",
                                "start": 12804,
                                "end": 12805,
                                "loc": {
                                  "start": {
                                    "line": 395,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 395,
                                    "column": 29
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "computed": true
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 12828,
                "end": 13010,
                "loc": {
                  "start": {
                    "line": 399,
                    "column": 4
                  },
                  "end": {
                    "line": 404,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12828,
                  "end": 12841,
                  "loc": {
                    "start": {
                      "line": 399,
                      "column": 4
                    },
                    "end": {
                      "line": 399,
                      "column": 17
                    },
                    "identifierName": "_getLastChild"
                  },
                  "name": "_getLastChild"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12842,
                    "end": 12849,
                    "loc": {
                      "start": {
                        "line": 399,
                        "column": 18
                      },
                      "end": {
                        "line": 399,
                        "column": 25
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  },
                  {
                    "type": "Identifier",
                    "start": 12851,
                    "end": 12854,
                    "loc": {
                      "start": {
                        "line": 399,
                        "column": 27
                      },
                      "end": {
                        "line": 399,
                        "column": 30
                      },
                      "identifierName": "all"
                    },
                    "name": "all"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12856,
                  "end": 13010,
                  "loc": {
                    "start": {
                      "line": 399,
                      "column": 32
                    },
                    "end": {
                      "line": 404,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 12866,
                      "end": 12914,
                      "loc": {
                        "start": {
                          "line": 400,
                          "column": 8
                        },
                        "end": {
                          "line": 400,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12872,
                          "end": 12914,
                          "loc": {
                            "start": {
                              "line": 400,
                              "column": 14
                            },
                            "end": {
                              "line": 400,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12872,
                            "end": 12880,
                            "loc": {
                              "start": {
                                "line": 400,
                                "column": 14
                              },
                              "end": {
                                "line": 400,
                                "column": 22
                              },
                              "identifierName": "children"
                            },
                            "name": "children"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 12883,
                            "end": 12914,
                            "loc": {
                              "start": {
                                "line": 400,
                                "column": 25
                              },
                              "end": {
                                "line": 400,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12883,
                              "end": 12900,
                              "loc": {
                                "start": {
                                  "line": 400,
                                  "column": 25
                                },
                                "end": {
                                  "line": 400,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12883,
                                "end": 12887,
                                "loc": {
                                  "start": {
                                    "line": 400,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 400,
                                    "column": 29
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12888,
                                "end": 12900,
                                "loc": {
                                  "start": {
                                    "line": 400,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 400,
                                    "column": 42
                                  },
                                  "identifierName": "_getChildren"
                                },
                                "name": "_getChildren"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12901,
                                "end": 12908,
                                "loc": {
                                  "start": {
                                    "line": 400,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 400,
                                    "column": 50
                                  },
                                  "identifierName": "element"
                                },
                                "name": "element"
                              },
                              {
                                "type": "Identifier",
                                "start": 12910,
                                "end": 12913,
                                "loc": {
                                  "start": {
                                    "line": 400,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 400,
                                    "column": 55
                                  },
                                  "identifierName": "all"
                                },
                                "name": "all"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 12923,
                      "end": 13004,
                      "loc": {
                        "start": {
                          "line": 401,
                          "column": 8
                        },
                        "end": {
                          "line": 403,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 12927,
                        "end": 12942,
                        "loc": {
                          "start": {
                            "line": 401,
                            "column": 12
                          },
                          "end": {
                            "line": 401,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12927,
                          "end": 12935,
                          "loc": {
                            "start": {
                              "line": 401,
                              "column": 12
                            },
                            "end": {
                              "line": 401,
                              "column": 20
                            },
                            "identifierName": "children"
                          },
                          "name": "children"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12936,
                          "end": 12942,
                          "loc": {
                            "start": {
                              "line": 401,
                              "column": 21
                            },
                            "end": {
                              "line": 401,
                              "column": 27
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12944,
                        "end": 13004,
                        "loc": {
                          "start": {
                            "line": 401,
                            "column": 29
                          },
                          "end": {
                            "line": 403,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 12958,
                            "end": 12994,
                            "loc": {
                              "start": {
                                "line": 402,
                                "column": 12
                              },
                              "end": {
                                "line": 402,
                                "column": 48
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 12965,
                              "end": 12994,
                              "loc": {
                                "start": {
                                  "line": 402,
                                  "column": 19
                                },
                                "end": {
                                  "line": 402,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12965,
                                "end": 12973,
                                "loc": {
                                  "start": {
                                    "line": 402,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 402,
                                    "column": 27
                                  },
                                  "identifierName": "children"
                                },
                                "name": "children"
                              },
                              "property": {
                                "type": "BinaryExpression",
                                "start": 12974,
                                "end": 12993,
                                "loc": {
                                  "start": {
                                    "line": 402,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 402,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 12974,
                                  "end": 12989,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12974,
                                    "end": 12982,
                                    "loc": {
                                      "start": {
                                        "line": 402,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 402,
                                        "column": 36
                                      },
                                      "identifierName": "children"
                                    },
                                    "name": "children"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12983,
                                    "end": 12989,
                                    "loc": {
                                      "start": {
                                        "line": 402,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 402,
                                        "column": 43
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 12992,
                                  "end": 12993,
                                  "loc": {
                                    "start": {
                                      "line": 402,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 47
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                }
                              },
                              "computed": true
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 13016,
                "end": 13205,
                "loc": {
                  "start": {
                    "line": 406,
                    "column": 4
                  },
                  "end": {
                    "line": 412,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13016,
                  "end": 13026,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 4
                    },
                    "end": {
                      "line": 406,
                      "column": 14
                    },
                    "identifierName": "_getParent"
                  },
                  "name": "_getParent"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13027,
                    "end": 13034,
                    "loc": {
                      "start": {
                        "line": 406,
                        "column": 15
                      },
                      "end": {
                        "line": 406,
                        "column": 22
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13036,
                  "end": 13205,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 24
                    },
                    "end": {
                      "line": 412,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 13046,
                      "end": 13074,
                      "loc": {
                        "start": {
                          "line": 407,
                          "column": 8
                        },
                        "end": {
                          "line": 407,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 13046,
                        "end": 13074,
                        "loc": {
                          "start": {
                            "line": 407,
                            "column": 8
                          },
                          "end": {
                            "line": 407,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 13046,
                          "end": 13053,
                          "loc": {
                            "start": {
                              "line": 407,
                              "column": 8
                            },
                            "end": {
                              "line": 407,
                              "column": 15
                            },
                            "identifierName": "element"
                          },
                          "name": "element"
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 13056,
                          "end": 13074,
                          "loc": {
                            "start": {
                              "line": 407,
                              "column": 18
                            },
                            "end": {
                              "line": 407,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13056,
                            "end": 13063,
                            "loc": {
                              "start": {
                                "line": 407,
                                "column": 18
                              },
                              "end": {
                                "line": 407,
                                "column": 25
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13064,
                            "end": 13074,
                            "loc": {
                              "start": {
                                "line": 407,
                                "column": 26
                              },
                              "end": {
                                "line": 407,
                                "column": 36
                              },
                              "identifierName": "parentNode"
                            },
                            "name": "parentNode"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "WhileStatement",
                      "start": 13083,
                      "end": 13176,
                      "loc": {
                        "start": {
                          "line": 408,
                          "column": 8
                        },
                        "end": {
                          "line": 410,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 13090,
                        "end": 13122,
                        "loc": {
                          "start": {
                            "line": 408,
                            "column": 15
                          },
                          "end": {
                            "line": 408,
                            "column": 47
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 13090,
                          "end": 13111,
                          "loc": {
                            "start": {
                              "line": 408,
                              "column": 15
                            },
                            "end": {
                              "line": 408,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 13090,
                            "end": 13103,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 15
                              },
                              "end": {
                                "line": 408,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 13090,
                              "end": 13097,
                              "loc": {
                                "start": {
                                  "line": 408,
                                  "column": 15
                                },
                                "end": {
                                  "line": 408,
                                  "column": 22
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13098,
                              "end": 13103,
                              "loc": {
                                "start": {
                                  "line": 408,
                                  "column": 23
                                },
                                "end": {
                                  "line": 408,
                                  "column": 28
                                },
                                "identifierName": "style"
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13104,
                            "end": 13111,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 29
                              },
                              "end": {
                                "line": 408,
                                "column": 36
                              },
                              "identifierName": "display"
                            },
                            "name": "display"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 13116,
                          "end": 13122,
                          "loc": {
                            "start": {
                              "line": 408,
                              "column": 41
                            },
                            "end": {
                              "line": 408,
                              "column": 47
                            }
                          },
                          "extra": {
                            "rawValue": "none",
                            "raw": "'none'"
                          },
                          "value": "none"
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 13124,
                        "end": 13176,
                        "loc": {
                          "start": {
                            "line": 408,
                            "column": 49
                          },
                          "end": {
                            "line": 410,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13138,
                            "end": 13166,
                            "loc": {
                              "start": {
                                "line": 409,
                                "column": 12
                              },
                              "end": {
                                "line": 409,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13138,
                              "end": 13166,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 12
                                },
                                "end": {
                                  "line": 409,
                                  "column": 40
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 13138,
                                "end": 13145,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 409,
                                    "column": 19
                                  },
                                  "identifierName": "element"
                                },
                                "name": "element"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 13148,
                                "end": 13166,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 409,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13148,
                                  "end": 13155,
                                  "loc": {
                                    "start": {
                                      "line": 409,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 409,
                                      "column": 29
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13156,
                                  "end": 13166,
                                  "loc": {
                                    "start": {
                                      "line": 409,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 409,
                                      "column": 40
                                    },
                                    "identifierName": "parentNode"
                                  },
                                  "name": "parentNode"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13185,
                      "end": 13199,
                      "loc": {
                        "start": {
                          "line": 411,
                          "column": 8
                        },
                        "end": {
                          "line": 411,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 13192,
                        "end": 13199,
                        "loc": {
                          "start": {
                            "line": 411,
                            "column": 15
                          },
                          "end": {
                            "line": 411,
                            "column": 22
                          },
                          "identifierName": "element"
                        },
                        "name": "element"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 13211,
                "end": 14267,
                "loc": {
                  "start": {
                    "line": 414,
                    "column": 4
                  },
                  "end": {
                    "line": 440,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13211,
                  "end": 13221,
                  "loc": {
                    "start": {
                      "line": 414,
                      "column": 4
                    },
                    "end": {
                      "line": 414,
                      "column": 14
                    },
                    "identifierName": "_addStyles"
                  },
                  "name": "_addStyles"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13222,
                    "end": 13232,
                    "loc": {
                      "start": {
                        "line": 414,
                        "column": 15
                      },
                      "end": {
                        "line": 414,
                        "column": 25
                      },
                      "identifierName": "userStyles"
                    },
                    "name": "userStyles"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13234,
                  "end": 14267,
                  "loc": {
                    "start": {
                      "line": 414,
                      "column": 27
                    },
                    "end": {
                      "line": 440,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 13244,
                      "end": 13299,
                      "loc": {
                        "start": {
                          "line": 415,
                          "column": 8
                        },
                        "end": {
                          "line": 415,
                          "column": 63
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13250,
                          "end": 13299,
                          "loc": {
                            "start": {
                              "line": 415,
                              "column": 14
                            },
                            "end": {
                              "line": 415,
                              "column": 63
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13250,
                            "end": 13256,
                            "loc": {
                              "start": {
                                "line": 415,
                                "column": 14
                              },
                              "end": {
                                "line": 415,
                                "column": 20
                              },
                              "identifierName": "styles"
                            },
                            "name": "styles"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 13259,
                            "end": 13299,
                            "loc": {
                              "start": {
                                "line": 415,
                                "column": 23
                              },
                              "end": {
                                "line": 415,
                                "column": 63
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13259,
                              "end": 13272,
                              "loc": {
                                "start": {
                                  "line": 415,
                                  "column": 23
                                },
                                "end": {
                                  "line": 415,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 13259,
                                "end": 13264,
                                "loc": {
                                  "start": {
                                    "line": 415,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 415,
                                    "column": 28
                                  },
                                  "identifierName": "utils"
                                },
                                "name": "utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13265,
                                "end": 13272,
                                "loc": {
                                  "start": {
                                    "line": 415,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 415,
                                    "column": 36
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13273,
                                "end": 13283,
                                "loc": {
                                  "start": {
                                    "line": 415,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 415,
                                    "column": 47
                                  },
                                  "identifierName": "userStyles"
                                },
                                "name": "userStyles"
                              },
                              {
                                "type": "Identifier",
                                "start": 13285,
                                "end": 13298,
                                "loc": {
                                  "start": {
                                    "line": 415,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 415,
                                    "column": 62
                                  },
                                  "identifierName": "styleDefaults"
                                },
                                "name": "styleDefaults"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 13308,
                      "end": 13348,
                      "loc": {
                        "start": {
                          "line": 416,
                          "column": 8
                        },
                        "end": {
                          "line": 416,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13312,
                          "end": 13348,
                          "loc": {
                            "start": {
                              "line": 416,
                              "column": 12
                            },
                            "end": {
                              "line": 416,
                              "column": 48
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13312,
                            "end": 13313,
                            "loc": {
                              "start": {
                                "line": 416,
                                "column": 12
                              },
                              "end": {
                                "line": 416,
                                "column": 13
                              },
                              "identifierName": "s"
                            },
                            "name": "s"
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 13316,
                            "end": 13348,
                            "loc": {
                              "start": {
                                "line": 416,
                                "column": 16
                              },
                              "end": {
                                "line": 416,
                                "column": 48
                              }
                            },
                            "expressions": [
                              {
                                "type": "MemberExpression",
                                "start": 13320,
                                "end": 13340,
                                "loc": {
                                  "start": {
                                    "line": 416,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 416,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13320,
                                  "end": 13324,
                                  "loc": {
                                    "start": {
                                      "line": 416,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 416,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13325,
                                  "end": 13340,
                                  "loc": {
                                    "start": {
                                      "line": 416,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 416,
                                      "column": 40
                                    },
                                    "identifierName": "prefixClassName"
                                  },
                                  "name": "prefixClassName"
                                },
                                "computed": false
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 13317,
                                "end": 13318,
                                "loc": {
                                  "start": {
                                    "line": 416,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 416,
                                    "column": 18
                                  }
                                },
                                "value": {
                                  "raw": ".",
                                  "cooked": "."
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 13341,
                                "end": 13347,
                                "loc": {
                                  "start": {
                                    "line": 416,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 416,
                                    "column": 47
                                  }
                                },
                                "value": {
                                  "raw": "-name{",
                                  "cooked": "-name{"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ForInStatement",
                      "start": 13357,
                      "end": 13458,
                      "loc": {
                        "start": {
                          "line": 417,
                          "column": 8
                        },
                        "end": {
                          "line": 419,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 13362,
                        "end": 13371,
                        "loc": {
                          "start": {
                            "line": 417,
                            "column": 13
                          },
                          "end": {
                            "line": 417,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13368,
                            "end": 13371,
                            "loc": {
                              "start": {
                                "line": 417,
                                "column": 19
                              },
                              "end": {
                                "line": 417,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13368,
                              "end": 13371,
                              "loc": {
                                "start": {
                                  "line": 417,
                                  "column": 19
                                },
                                "end": {
                                  "line": 417,
                                  "column": 22
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 13375,
                        "end": 13392,
                        "loc": {
                          "start": {
                            "line": 417,
                            "column": 26
                          },
                          "end": {
                            "line": 417,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13375,
                          "end": 13381,
                          "loc": {
                            "start": {
                              "line": 417,
                              "column": 26
                            },
                            "end": {
                              "line": 417,
                              "column": 32
                            },
                            "identifierName": "styles"
                          },
                          "name": "styles"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13382,
                          "end": 13392,
                          "loc": {
                            "start": {
                              "line": 417,
                              "column": 33
                            },
                            "end": {
                              "line": 417,
                              "column": 43
                            },
                            "identifierName": "nameStyles"
                          },
                          "name": "nameStyles"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 13394,
                        "end": 13458,
                        "loc": {
                          "start": {
                            "line": 417,
                            "column": 45
                          },
                          "end": {
                            "line": 419,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13408,
                            "end": 13448,
                            "loc": {
                              "start": {
                                "line": 418,
                                "column": 12
                              },
                              "end": {
                                "line": 418,
                                "column": 52
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13408,
                              "end": 13448,
                              "loc": {
                                "start": {
                                  "line": 418,
                                  "column": 12
                                },
                                "end": {
                                  "line": 418,
                                  "column": 52
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 13408,
                                "end": 13409,
                                "loc": {
                                  "start": {
                                    "line": 418,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 418,
                                    "column": 13
                                  },
                                  "identifierName": "s"
                                },
                                "name": "s"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 13413,
                                "end": 13448,
                                "loc": {
                                  "start": {
                                    "line": 418,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 418,
                                    "column": 52
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "start": 13416,
                                    "end": 13419,
                                    "loc": {
                                      "start": {
                                        "line": 418,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 418,
                                        "column": 23
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 13423,
                                    "end": 13445,
                                    "loc": {
                                      "start": {
                                        "line": 418,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 418,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13423,
                                      "end": 13440,
                                      "loc": {
                                        "start": {
                                          "line": 418,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 418,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13423,
                                        "end": 13429,
                                        "loc": {
                                          "start": {
                                            "line": 418,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 418,
                                            "column": 33
                                          },
                                          "identifierName": "styles"
                                        },
                                        "name": "styles"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13430,
                                        "end": 13440,
                                        "loc": {
                                          "start": {
                                            "line": 418,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 418,
                                            "column": 44
                                          },
                                          "identifierName": "nameStyles"
                                        },
                                        "name": "nameStyles"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13441,
                                      "end": 13444,
                                      "loc": {
                                        "start": {
                                          "line": 418,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 418,
                                          "column": 48
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 13414,
                                    "end": 13414,
                                    "loc": {
                                      "start": {
                                        "line": 418,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 418,
                                        "column": 18
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13420,
                                    "end": 13421,
                                    "loc": {
                                      "start": {
                                        "line": 418,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 418,
                                        "column": 25
                                      }
                                    },
                                    "value": {
                                      "raw": ":",
                                      "cooked": ":"
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13446,
                                    "end": 13447,
                                    "loc": {
                                      "start": {
                                        "line": 418,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 418,
                                        "column": 51
                                      }
                                    },
                                    "value": {
                                      "raw": ";",
                                      "cooked": ";"
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 13467,
                      "end": 13508,
                      "loc": {
                        "start": {
                          "line": 420,
                          "column": 8
                        },
                        "end": {
                          "line": 420,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 13467,
                        "end": 13508,
                        "loc": {
                          "start": {
                            "line": 420,
                            "column": 8
                          },
                          "end": {
                            "line": 420,
                            "column": 49
                          }
                        },
                        "operator": "+=",
                        "left": {
                          "type": "Identifier",
                          "start": 13467,
                          "end": 13468,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 8
                            },
                            "end": {
                              "line": 420,
                              "column": 9
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 13472,
                          "end": 13508,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 13
                            },
                            "end": {
                              "line": 420,
                              "column": 49
                            }
                          },
                          "expressions": [
                            {
                              "type": "MemberExpression",
                              "start": 13477,
                              "end": 13497,
                              "loc": {
                                "start": {
                                  "line": 420,
                                  "column": 18
                                },
                                "end": {
                                  "line": 420,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13477,
                                "end": 13481,
                                "loc": {
                                  "start": {
                                    "line": 420,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 420,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13482,
                                "end": 13497,
                                "loc": {
                                  "start": {
                                    "line": 420,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 420,
                                    "column": 38
                                  },
                                  "identifierName": "prefixClassName"
                                },
                                "name": "prefixClassName"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 13473,
                              "end": 13475,
                              "loc": {
                                "start": {
                                  "line": 420,
                                  "column": 14
                                },
                                "end": {
                                  "line": 420,
                                  "column": 16
                                }
                              },
                              "value": {
                                "raw": "}.",
                                "cooked": "}."
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 13498,
                              "end": 13507,
                              "loc": {
                                "start": {
                                  "line": 420,
                                  "column": 39
                                },
                                "end": {
                                  "line": 420,
                                  "column": 48
                                }
                              },
                              "value": {
                                "raw": "-content{",
                                "cooked": "-content{"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ForInStatement",
                      "start": 13517,
                      "end": 13624,
                      "loc": {
                        "start": {
                          "line": 421,
                          "column": 8
                        },
                        "end": {
                          "line": 423,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 13522,
                        "end": 13531,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 13
                          },
                          "end": {
                            "line": 421,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13528,
                            "end": 13531,
                            "loc": {
                              "start": {
                                "line": 421,
                                "column": 19
                              },
                              "end": {
                                "line": 421,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13528,
                              "end": 13531,
                              "loc": {
                                "start": {
                                  "line": 421,
                                  "column": 19
                                },
                                "end": {
                                  "line": 421,
                                  "column": 22
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 13535,
                        "end": 13555,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 26
                          },
                          "end": {
                            "line": 421,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13535,
                          "end": 13541,
                          "loc": {
                            "start": {
                              "line": 421,
                              "column": 26
                            },
                            "end": {
                              "line": 421,
                              "column": 32
                            },
                            "identifierName": "styles"
                          },
                          "name": "styles"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13542,
                          "end": 13555,
                          "loc": {
                            "start": {
                              "line": 421,
                              "column": 33
                            },
                            "end": {
                              "line": 421,
                              "column": 46
                            },
                            "identifierName": "contentStyles"
                          },
                          "name": "contentStyles"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 13557,
                        "end": 13624,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 48
                          },
                          "end": {
                            "line": 423,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13571,
                            "end": 13614,
                            "loc": {
                              "start": {
                                "line": 422,
                                "column": 12
                              },
                              "end": {
                                "line": 422,
                                "column": 55
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13571,
                              "end": 13614,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 12
                                },
                                "end": {
                                  "line": 422,
                                  "column": 55
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 13571,
                                "end": 13572,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 13
                                  },
                                  "identifierName": "s"
                                },
                                "name": "s"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 13576,
                                "end": 13614,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 55
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "start": 13579,
                                    "end": 13582,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 23
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 13586,
                                    "end": 13611,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13586,
                                      "end": 13606,
                                      "loc": {
                                        "start": {
                                          "line": 422,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 422,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13586,
                                        "end": 13592,
                                        "loc": {
                                          "start": {
                                            "line": 422,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 422,
                                            "column": 33
                                          },
                                          "identifierName": "styles"
                                        },
                                        "name": "styles"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13593,
                                        "end": 13606,
                                        "loc": {
                                          "start": {
                                            "line": 422,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 422,
                                            "column": 47
                                          },
                                          "identifierName": "contentStyles"
                                        },
                                        "name": "contentStyles"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13607,
                                      "end": 13610,
                                      "loc": {
                                        "start": {
                                          "line": 422,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 422,
                                          "column": 51
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 13577,
                                    "end": 13577,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 18
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13583,
                                    "end": 13584,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 25
                                      }
                                    },
                                    "value": {
                                      "raw": ":",
                                      "cooked": ":"
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13612,
                                    "end": 13613,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 54
                                      }
                                    },
                                    "value": {
                                      "raw": ";",
                                      "cooked": ";"
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 13633,
                      "end": 13676,
                      "loc": {
                        "start": {
                          "line": 424,
                          "column": 8
                        },
                        "end": {
                          "line": 424,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 13633,
                        "end": 13676,
                        "loc": {
                          "start": {
                            "line": 424,
                            "column": 8
                          },
                          "end": {
                            "line": 424,
                            "column": 51
                          }
                        },
                        "operator": "+=",
                        "left": {
                          "type": "Identifier",
                          "start": 13633,
                          "end": 13634,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 8
                            },
                            "end": {
                              "line": 424,
                              "column": 9
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 13638,
                          "end": 13676,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 13
                            },
                            "end": {
                              "line": 424,
                              "column": 51
                            }
                          },
                          "expressions": [
                            {
                              "type": "MemberExpression",
                              "start": 13643,
                              "end": 13663,
                              "loc": {
                                "start": {
                                  "line": 424,
                                  "column": 18
                                },
                                "end": {
                                  "line": 424,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13643,
                                "end": 13647,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13648,
                                "end": 13663,
                                "loc": {
                                  "start": {
                                    "line": 424,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 424,
                                    "column": 38
                                  },
                                  "identifierName": "prefixClassName"
                                },
                                "name": "prefixClassName"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 13639,
                              "end": 13641,
                              "loc": {
                                "start": {
                                  "line": 424,
                                  "column": 14
                                },
                                "end": {
                                  "line": 424,
                                  "column": 16
                                }
                              },
                              "value": {
                                "raw": "}.",
                                "cooked": "}."
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 13664,
                              "end": 13675,
                              "loc": {
                                "start": {
                                  "line": 424,
                                  "column": 39
                                },
                                "end": {
                                  "line": 424,
                                  "column": 50
                                }
                              },
                              "value": {
                                "raw": "-indicator{",
                                "cooked": "-indicator{"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ForInStatement",
                      "start": 13685,
                      "end": 13796,
                      "loc": {
                        "start": {
                          "line": 425,
                          "column": 8
                        },
                        "end": {
                          "line": 427,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 13690,
                        "end": 13699,
                        "loc": {
                          "start": {
                            "line": 425,
                            "column": 13
                          },
                          "end": {
                            "line": 425,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13696,
                            "end": 13699,
                            "loc": {
                              "start": {
                                "line": 425,
                                "column": 19
                              },
                              "end": {
                                "line": 425,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13696,
                              "end": 13699,
                              "loc": {
                                "start": {
                                  "line": 425,
                                  "column": 19
                                },
                                "end": {
                                  "line": 425,
                                  "column": 22
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 13703,
                        "end": 13725,
                        "loc": {
                          "start": {
                            "line": 425,
                            "column": 26
                          },
                          "end": {
                            "line": 425,
                            "column": 48
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13703,
                          "end": 13709,
                          "loc": {
                            "start": {
                              "line": 425,
                              "column": 26
                            },
                            "end": {
                              "line": 425,
                              "column": 32
                            },
                            "identifierName": "styles"
                          },
                          "name": "styles"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13710,
                          "end": 13725,
                          "loc": {
                            "start": {
                              "line": 425,
                              "column": 33
                            },
                            "end": {
                              "line": 425,
                              "column": 48
                            },
                            "identifierName": "indicatorStyles"
                          },
                          "name": "indicatorStyles"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 13727,
                        "end": 13796,
                        "loc": {
                          "start": {
                            "line": 425,
                            "column": 50
                          },
                          "end": {
                            "line": 427,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13741,
                            "end": 13786,
                            "loc": {
                              "start": {
                                "line": 426,
                                "column": 12
                              },
                              "end": {
                                "line": 426,
                                "column": 57
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13741,
                              "end": 13786,
                              "loc": {
                                "start": {
                                  "line": 426,
                                  "column": 12
                                },
                                "end": {
                                  "line": 426,
                                  "column": 57
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 13741,
                                "end": 13742,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 13
                                  },
                                  "identifierName": "s"
                                },
                                "name": "s"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 13746,
                                "end": 13786,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 57
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "start": 13749,
                                    "end": 13752,
                                    "loc": {
                                      "start": {
                                        "line": 426,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 426,
                                        "column": 23
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 13756,
                                    "end": 13783,
                                    "loc": {
                                      "start": {
                                        "line": 426,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 426,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13756,
                                      "end": 13778,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13756,
                                        "end": 13762,
                                        "loc": {
                                          "start": {
                                            "line": 426,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 426,
                                            "column": 33
                                          },
                                          "identifierName": "styles"
                                        },
                                        "name": "styles"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13763,
                                        "end": 13778,
                                        "loc": {
                                          "start": {
                                            "line": 426,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 426,
                                            "column": 49
                                          },
                                          "identifierName": "indicatorStyles"
                                        },
                                        "name": "indicatorStyles"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13779,
                                      "end": 13782,
                                      "loc": {
                                        "start": {
                                          "line": 426,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 426,
                                          "column": 53
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 13747,
                                    "end": 13747,
                                    "loc": {
                                      "start": {
                                        "line": 426,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 426,
                                        "column": 18
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13753,
                                    "end": 13754,
                                    "loc": {
                                      "start": {
                                        "line": 426,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 426,
                                        "column": 25
                                      }
                                    },
                                    "value": {
                                      "raw": ":",
                                      "cooked": ":"
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13784,
                                    "end": 13785,
                                    "loc": {
                                      "start": {
                                        "line": 426,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 426,
                                        "column": 56
                                      }
                                    },
                                    "value": {
                                      "raw": ";",
                                      "cooked": ";"
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 13805,
                      "end": 13845,
                      "loc": {
                        "start": {
                          "line": 428,
                          "column": 8
                        },
                        "end": {
                          "line": 428,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 13805,
                        "end": 13845,
                        "loc": {
                          "start": {
                            "line": 428,
                            "column": 8
                          },
                          "end": {
                            "line": 428,
                            "column": 48
                          }
                        },
                        "operator": "+=",
                        "left": {
                          "type": "Identifier",
                          "start": 13805,
                          "end": 13806,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 8
                            },
                            "end": {
                              "line": 428,
                              "column": 9
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 13810,
                          "end": 13845,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 13
                            },
                            "end": {
                              "line": 428,
                              "column": 48
                            }
                          },
                          "expressions": [
                            {
                              "type": "MemberExpression",
                              "start": 13815,
                              "end": 13835,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 18
                                },
                                "end": {
                                  "line": 428,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13815,
                                "end": 13819,
                                "loc": {
                                  "start": {
                                    "line": 428,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 428,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13820,
                                "end": 13835,
                                "loc": {
                                  "start": {
                                    "line": 428,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 428,
                                    "column": 38
                                  },
                                  "identifierName": "prefixClassName"
                                },
                                "name": "prefixClassName"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 13811,
                              "end": 13813,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 14
                                },
                                "end": {
                                  "line": 428,
                                  "column": 16
                                }
                              },
                              "value": {
                                "raw": "}.",
                                "cooked": "}."
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 13836,
                              "end": 13844,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 39
                                },
                                "end": {
                                  "line": 428,
                                  "column": 47
                                }
                              },
                              "value": {
                                "raw": "-expand{",
                                "cooked": "-expand{"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ForInStatement",
                      "start": 13854,
                      "end": 13959,
                      "loc": {
                        "start": {
                          "line": 429,
                          "column": 8
                        },
                        "end": {
                          "line": 431,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 13859,
                        "end": 13868,
                        "loc": {
                          "start": {
                            "line": 429,
                            "column": 13
                          },
                          "end": {
                            "line": 429,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13865,
                            "end": 13868,
                            "loc": {
                              "start": {
                                "line": 429,
                                "column": 19
                              },
                              "end": {
                                "line": 429,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13865,
                              "end": 13868,
                              "loc": {
                                "start": {
                                  "line": 429,
                                  "column": 19
                                },
                                "end": {
                                  "line": 429,
                                  "column": 22
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 13872,
                        "end": 13891,
                        "loc": {
                          "start": {
                            "line": 429,
                            "column": 26
                          },
                          "end": {
                            "line": 429,
                            "column": 45
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13872,
                          "end": 13878,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 26
                            },
                            "end": {
                              "line": 429,
                              "column": 32
                            },
                            "identifierName": "styles"
                          },
                          "name": "styles"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13879,
                          "end": 13891,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 33
                            },
                            "end": {
                              "line": 429,
                              "column": 45
                            },
                            "identifierName": "expandStyles"
                          },
                          "name": "expandStyles"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 13893,
                        "end": 13959,
                        "loc": {
                          "start": {
                            "line": 429,
                            "column": 47
                          },
                          "end": {
                            "line": 431,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13907,
                            "end": 13949,
                            "loc": {
                              "start": {
                                "line": 430,
                                "column": 12
                              },
                              "end": {
                                "line": 430,
                                "column": 54
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13907,
                              "end": 13949,
                              "loc": {
                                "start": {
                                  "line": 430,
                                  "column": 12
                                },
                                "end": {
                                  "line": 430,
                                  "column": 54
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 13907,
                                "end": 13908,
                                "loc": {
                                  "start": {
                                    "line": 430,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 430,
                                    "column": 13
                                  },
                                  "identifierName": "s"
                                },
                                "name": "s"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 13912,
                                "end": 13949,
                                "loc": {
                                  "start": {
                                    "line": 430,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 430,
                                    "column": 54
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "start": 13915,
                                    "end": 13918,
                                    "loc": {
                                      "start": {
                                        "line": 430,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 430,
                                        "column": 23
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 13922,
                                    "end": 13946,
                                    "loc": {
                                      "start": {
                                        "line": 430,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 430,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13922,
                                      "end": 13941,
                                      "loc": {
                                        "start": {
                                          "line": 430,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 430,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13922,
                                        "end": 13928,
                                        "loc": {
                                          "start": {
                                            "line": 430,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 430,
                                            "column": 33
                                          },
                                          "identifierName": "styles"
                                        },
                                        "name": "styles"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13929,
                                        "end": 13941,
                                        "loc": {
                                          "start": {
                                            "line": 430,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 430,
                                            "column": 46
                                          },
                                          "identifierName": "expandStyles"
                                        },
                                        "name": "expandStyles"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13942,
                                      "end": 13945,
                                      "loc": {
                                        "start": {
                                          "line": 430,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 430,
                                          "column": 50
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 13913,
                                    "end": 13913,
                                    "loc": {
                                      "start": {
                                        "line": 430,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 430,
                                        "column": 18
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13919,
                                    "end": 13920,
                                    "loc": {
                                      "start": {
                                        "line": 430,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 430,
                                        "column": 25
                                      }
                                    },
                                    "value": {
                                      "raw": ":",
                                      "cooked": ":"
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 13947,
                                    "end": 13948,
                                    "loc": {
                                      "start": {
                                        "line": 430,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 430,
                                        "column": 53
                                      }
                                    },
                                    "value": {
                                      "raw": ";",
                                      "cooked": ";"
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 13968,
                      "end": 14008,
                      "loc": {
                        "start": {
                          "line": 432,
                          "column": 8
                        },
                        "end": {
                          "line": 432,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 13968,
                        "end": 14008,
                        "loc": {
                          "start": {
                            "line": 432,
                            "column": 8
                          },
                          "end": {
                            "line": 432,
                            "column": 48
                          }
                        },
                        "operator": "+=",
                        "left": {
                          "type": "Identifier",
                          "start": 13968,
                          "end": 13969,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 8
                            },
                            "end": {
                              "line": 432,
                              "column": 9
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 13973,
                          "end": 14008,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 13
                            },
                            "end": {
                              "line": 432,
                              "column": 48
                            }
                          },
                          "expressions": [
                            {
                              "type": "MemberExpression",
                              "start": 13978,
                              "end": 13998,
                              "loc": {
                                "start": {
                                  "line": 432,
                                  "column": 18
                                },
                                "end": {
                                  "line": 432,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13978,
                                "end": 13982,
                                "loc": {
                                  "start": {
                                    "line": 432,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 432,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13983,
                                "end": 13998,
                                "loc": {
                                  "start": {
                                    "line": 432,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 432,
                                    "column": 38
                                  },
                                  "identifierName": "prefixClassName"
                                },
                                "name": "prefixClassName"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 13974,
                              "end": 13976,
                              "loc": {
                                "start": {
                                  "line": 432,
                                  "column": 14
                                },
                                "end": {
                                  "line": 432,
                                  "column": 16
                                }
                              },
                              "value": {
                                "raw": "}.",
                                "cooked": "}."
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 13999,
                              "end": 14007,
                              "loc": {
                                "start": {
                                  "line": 432,
                                  "column": 39
                                },
                                "end": {
                                  "line": 432,
                                  "column": 47
                                }
                              },
                              "value": {
                                "raw": "-select{",
                                "cooked": "-select{"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ForInStatement",
                      "start": 14017,
                      "end": 14122,
                      "loc": {
                        "start": {
                          "line": 433,
                          "column": 8
                        },
                        "end": {
                          "line": 435,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 14022,
                        "end": 14031,
                        "loc": {
                          "start": {
                            "line": 433,
                            "column": 13
                          },
                          "end": {
                            "line": 433,
                            "column": 22
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 14028,
                            "end": 14031,
                            "loc": {
                              "start": {
                                "line": 433,
                                "column": 19
                              },
                              "end": {
                                "line": 433,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 14028,
                              "end": 14031,
                              "loc": {
                                "start": {
                                  "line": 433,
                                  "column": 19
                                },
                                "end": {
                                  "line": 433,
                                  "column": 22
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 14035,
                        "end": 14054,
                        "loc": {
                          "start": {
                            "line": 433,
                            "column": 26
                          },
                          "end": {
                            "line": 433,
                            "column": 45
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 14035,
                          "end": 14041,
                          "loc": {
                            "start": {
                              "line": 433,
                              "column": 26
                            },
                            "end": {
                              "line": 433,
                              "column": 32
                            },
                            "identifierName": "styles"
                          },
                          "name": "styles"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 14042,
                          "end": 14054,
                          "loc": {
                            "start": {
                              "line": 433,
                              "column": 33
                            },
                            "end": {
                              "line": 433,
                              "column": 45
                            },
                            "identifierName": "selectStyles"
                          },
                          "name": "selectStyles"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 14056,
                        "end": 14122,
                        "loc": {
                          "start": {
                            "line": 433,
                            "column": 47
                          },
                          "end": {
                            "line": 435,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 14070,
                            "end": 14112,
                            "loc": {
                              "start": {
                                "line": 434,
                                "column": 12
                              },
                              "end": {
                                "line": 434,
                                "column": 54
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 14070,
                              "end": 14112,
                              "loc": {
                                "start": {
                                  "line": 434,
                                  "column": 12
                                },
                                "end": {
                                  "line": 434,
                                  "column": 54
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 14070,
                                "end": 14071,
                                "loc": {
                                  "start": {
                                    "line": 434,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 434,
                                    "column": 13
                                  },
                                  "identifierName": "s"
                                },
                                "name": "s"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 14075,
                                "end": 14112,
                                "loc": {
                                  "start": {
                                    "line": 434,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 434,
                                    "column": 54
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "start": 14078,
                                    "end": 14081,
                                    "loc": {
                                      "start": {
                                        "line": 434,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 434,
                                        "column": 23
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 14085,
                                    "end": 14109,
                                    "loc": {
                                      "start": {
                                        "line": 434,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 434,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 14085,
                                      "end": 14104,
                                      "loc": {
                                        "start": {
                                          "line": 434,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 434,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 14085,
                                        "end": 14091,
                                        "loc": {
                                          "start": {
                                            "line": 434,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 434,
                                            "column": 33
                                          },
                                          "identifierName": "styles"
                                        },
                                        "name": "styles"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 14092,
                                        "end": 14104,
                                        "loc": {
                                          "start": {
                                            "line": 434,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 434,
                                            "column": 46
                                          },
                                          "identifierName": "selectStyles"
                                        },
                                        "name": "selectStyles"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14105,
                                      "end": 14108,
                                      "loc": {
                                        "start": {
                                          "line": 434,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 434,
                                          "column": 50
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 14076,
                                    "end": 14076,
                                    "loc": {
                                      "start": {
                                        "line": 434,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 434,
                                        "column": 18
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 14082,
                                    "end": 14083,
                                    "loc": {
                                      "start": {
                                        "line": 434,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 434,
                                        "column": 25
                                      }
                                    },
                                    "value": {
                                      "raw": ":",
                                      "cooked": ":"
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 14110,
                                    "end": 14111,
                                    "loc": {
                                      "start": {
                                        "line": 434,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 434,
                                        "column": 53
                                      }
                                    },
                                    "value": {
                                      "raw": ";",
                                      "cooked": ";"
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 14131,
                      "end": 14138,
                      "loc": {
                        "start": {
                          "line": 436,
                          "column": 8
                        },
                        "end": {
                          "line": 436,
                          "column": 15
                        }
                      },
                      "expression": {
                        "type": "BinaryExpression",
                        "start": 14131,
                        "end": 14138,
                        "loc": {
                          "start": {
                            "line": 436,
                            "column": 8
                          },
                          "end": {
                            "line": 436,
                            "column": 15
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 14131,
                          "end": 14132,
                          "loc": {
                            "start": {
                              "line": 436,
                              "column": 8
                            },
                            "end": {
                              "line": 436,
                              "column": 9
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        },
                        "operator": "+",
                        "right": {
                          "type": "StringLiteral",
                          "start": 14135,
                          "end": 14138,
                          "loc": {
                            "start": {
                              "line": 436,
                              "column": 12
                            },
                            "end": {
                              "line": 436,
                              "column": 15
                            }
                          },
                          "extra": {
                            "rawValue": "}",
                            "raw": "'}'"
                          },
                          "value": "}"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 14147,
                      "end": 14192,
                      "loc": {
                        "start": {
                          "line": 437,
                          "column": 8
                        },
                        "end": {
                          "line": 437,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14153,
                          "end": 14192,
                          "loc": {
                            "start": {
                              "line": 437,
                              "column": 14
                            },
                            "end": {
                              "line": 437,
                              "column": 53
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14153,
                            "end": 14158,
                            "loc": {
                              "start": {
                                "line": 437,
                                "column": 14
                              },
                              "end": {
                                "line": 437,
                                "column": 19
                              },
                              "identifierName": "style"
                            },
                            "name": "style"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 14161,
                            "end": 14192,
                            "loc": {
                              "start": {
                                "line": 437,
                                "column": 22
                              },
                              "end": {
                                "line": 437,
                                "column": 53
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14161,
                              "end": 14183,
                              "loc": {
                                "start": {
                                  "line": 437,
                                  "column": 22
                                },
                                "end": {
                                  "line": 437,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 14161,
                                "end": 14169,
                                "loc": {
                                  "start": {
                                    "line": 437,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 437,
                                    "column": 30
                                  },
                                  "identifierName": "document"
                                },
                                "name": "document"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14170,
                                "end": 14183,
                                "loc": {
                                  "start": {
                                    "line": 437,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 437,
                                    "column": 44
                                  },
                                  "identifierName": "createElement"
                                },
                                "name": "createElement"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 14184,
                                "end": 14191,
                                "loc": {
                                  "start": {
                                    "line": 437,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 437,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": "style",
                                  "raw": "'style'"
                                },
                                "value": "style"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 14201,
                      "end": 14220,
                      "loc": {
                        "start": {
                          "line": 438,
                          "column": 8
                        },
                        "end": {
                          "line": 438,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 14201,
                        "end": 14220,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 8
                          },
                          "end": {
                            "line": 438,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 14201,
                          "end": 14216,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 8
                            },
                            "end": {
                              "line": 438,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 14201,
                            "end": 14206,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 8
                              },
                              "end": {
                                "line": 438,
                                "column": 13
                              },
                              "identifierName": "style"
                            },
                            "name": "style"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 14207,
                            "end": 14216,
                            "loc": {
                              "start": {
                                "line": 438,
                                "column": 14
                              },
                              "end": {
                                "line": 438,
                                "column": 23
                              },
                              "identifierName": "innerHTML"
                            },
                            "name": "innerHTML"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 14219,
                          "end": 14220,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 26
                            },
                            "end": {
                              "line": 438,
                              "column": 27
                            },
                            "identifierName": "s"
                          },
                          "name": "s"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 14229,
                      "end": 14261,
                      "loc": {
                        "start": {
                          "line": 439,
                          "column": 8
                        },
                        "end": {
                          "line": 439,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 14229,
                        "end": 14261,
                        "loc": {
                          "start": {
                            "line": 439,
                            "column": 8
                          },
                          "end": {
                            "line": 439,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 14229,
                          "end": 14254,
                          "loc": {
                            "start": {
                              "line": 439,
                              "column": 8
                            },
                            "end": {
                              "line": 439,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 14229,
                            "end": 14242,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 8
                              },
                              "end": {
                                "line": 439,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14229,
                              "end": 14237,
                              "loc": {
                                "start": {
                                  "line": 439,
                                  "column": 8
                                },
                                "end": {
                                  "line": 439,
                                  "column": 16
                                },
                                "identifierName": "document"
                              },
                              "name": "document"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14238,
                              "end": 14242,
                              "loc": {
                                "start": {
                                  "line": 439,
                                  "column": 17
                                },
                                "end": {
                                  "line": 439,
                                  "column": 21
                                },
                                "identifierName": "head"
                              },
                              "name": "head"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 14243,
                            "end": 14254,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 22
                              },
                              "end": {
                                "line": 439,
                                "column": 33
                              },
                              "identifierName": "appendChild"
                            },
                            "name": "appendChild"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 14255,
                            "end": 14260,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 34
                              },
                              "end": {
                                "line": 439,
                                "column": 39
                              },
                              "identifierName": "style"
                            },
                            "name": "style"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @typedef {Object} Tree~TreeData\n * @property {TreeData[]} children\n * @property {string} name\n * @property {parent} [parent] if not provided then will traverse tree to find parent\n ",
              "start": 14271,
              "end": 14461,
              "loc": {
                "start": {
                  "line": 443,
                  "column": 0
                },
                "end": {
                  "line": 448,
                  "column": 3
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when expand is called either through UI interaction or Tree.expand()\n  * @event Tree~expand\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
              "start": 14463,
              "end": 14661,
              "loc": {
                "start": {
                  "line": 450,
                  "column": 0
                },
                "end": {
                  "line": 456,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when collapse is called either through UI interaction or Tree.expand()\n  * @event Tree~collapse\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
              "start": 14663,
              "end": 14865,
              "loc": {
                "start": {
                  "line": 458,
                  "column": 0
                },
                "end": {
                  "line": 464,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when name is change either through UI interaction or Tree.nameChange()\n  * @event Tree~name-change\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {string} name\n  * @property {Tree} Tree\n  ",
              "start": 14867,
              "end": 15100,
              "loc": {
                "start": {
                  "line": 466,
                  "column": 0
                },
                "end": {
                  "line": 473,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when a leaf is picked up through UI interaction\n  * @event Tree~move-pending\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
              "start": 15102,
              "end": 15285,
              "loc": {
                "start": {
                  "line": 475,
                  "column": 0
                },
                "end": {
                  "line": 481,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when a leaf's location is changed\n  * @event Tree~move\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
              "start": 15287,
              "end": 15448,
              "loc": {
                "start": {
                  "line": 483,
                  "column": 0
                },
                "end": {
                  "line": 489,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when a leaf is clicked and not dragged or held\n  * @event Tree~clicked\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {UIEvent} event\n  * @property {Tree} Tree\n  ",
              "start": 15450,
              "end": 15657,
              "loc": {
                "start": {
                  "line": 491,
                  "column": 0
                },
                "end": {
                  "line": 498,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when a leaf is changed (i.e., moved, name-change)\n  * @event Tree~update\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
              "start": 15659,
              "end": 15838,
              "loc": {
                "start": {
                  "line": 500,
                  "column": 0
                },
                "end": {
                  "line": 506,
                  "column": 4
                }
              }
            },
            {
              "type": "CommentBlock",
              "value": "*\n  * trigger when a leaf's div is created\n  * @event Tree~render\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
              "start": 15840,
              "end": 15998,
              "loc": {
                "start": {
                  "line": 508,
                  "column": 0
                },
                "end": {
                  "line": 514,
                  "column": 4
                }
              }
            }
          ],
          "leadingComments": []
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @typedef {Object} Tree~TreeData\n * @property {TreeData[]} children\n * @property {string} name\n * @property {parent} [parent] if not provided then will traverse tree to find parent\n ",
            "start": 14271,
            "end": 14461,
            "loc": {
              "start": {
                "line": 443,
                "column": 0
              },
              "end": {
                "line": 448,
                "column": 3
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when expand is called either through UI interaction or Tree.expand()\n  * @event Tree~expand\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
            "start": 14463,
            "end": 14661,
            "loc": {
              "start": {
                "line": 450,
                "column": 0
              },
              "end": {
                "line": 456,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when collapse is called either through UI interaction or Tree.expand()\n  * @event Tree~collapse\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
            "start": 14663,
            "end": 14865,
            "loc": {
              "start": {
                "line": 458,
                "column": 0
              },
              "end": {
                "line": 464,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when name is change either through UI interaction or Tree.nameChange()\n  * @event Tree~name-change\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {string} name\n  * @property {Tree} Tree\n  ",
            "start": 14867,
            "end": 15100,
            "loc": {
              "start": {
                "line": 466,
                "column": 0
              },
              "end": {
                "line": 473,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when a leaf is picked up through UI interaction\n  * @event Tree~move-pending\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
            "start": 15102,
            "end": 15285,
            "loc": {
              "start": {
                "line": 475,
                "column": 0
              },
              "end": {
                "line": 481,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when a leaf's location is changed\n  * @event Tree~move\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
            "start": 15287,
            "end": 15448,
            "loc": {
              "start": {
                "line": 483,
                "column": 0
              },
              "end": {
                "line": 489,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when a leaf is clicked and not dragged or held\n  * @event Tree~clicked\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {UIEvent} event\n  * @property {Tree} Tree\n  ",
            "start": 15450,
            "end": 15657,
            "loc": {
              "start": {
                "line": 491,
                "column": 0
              },
              "end": {
                "line": 498,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when a leaf is changed (i.e., moved, name-change)\n  * @event Tree~update\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
            "start": 15659,
            "end": 15838,
            "loc": {
              "start": {
                "line": 500,
                "column": 0
              },
              "end": {
                "line": 506,
                "column": 4
              }
            }
          },
          {
            "type": "CommentBlock",
            "value": "*\n  * trigger when a leaf's div is created\n  * @event Tree~render\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
            "start": 15840,
            "end": 15998,
            "loc": {
              "start": {
                "line": 508,
                "column": 0
              },
              "end": {
                "line": 514,
                "column": 4
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n     * Create Tree\n     * @param {TreeData} tree - data for tree (see readme for description)\n     * @param {object} [options]\n     * @param {(HTMLElement|string)} [options.element] if a string then document.querySelector(element); if empty, it creates an element\n     * @param {(HTMLElement|string)} [options.parent] appends the element to this parent (if string then document.querySelector(parent))\n     * @param {boolean} [options.move=true] drag tree to rearrange\n     * @param {boolean} [options.select=true] click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @param {number} [options.indentation=20] number of pixels to indent for each level\n     * @param {number} [options.threshold=10] number of pixels to move to start a drag\n     * @param {number} [options.holdTime=2000] number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @param {boolean} [options.expandOnClick=true] expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @param {number} [options.dragOpacity=0.75] opacity setting for dragged item\n     * @param {string} [options.prefixClassName=yy-tree] first part of className for all DOM objects (e.g., yy-tree, yy-tree-indicator)\n     * @param {boolean} [options.addStyles=true] attaches a style sheet with default and overridden styles; set to false to use your own stylesheet\n     * @param {object} [styles]\n     * @param {string[]} [styles.nameStyles] use these to override individual styles for the name (will be included in the attached stylesheet)\n     * @param {string[]} [styles.contentStyles] use these to override individual styles for the content (will be included in the attached stylesheet)\n     * @param {string[]} [styles.indicatorStyles] use these to override individual styles for the move-line indicator (will be included in the attached stylesheet)\n     * @param {string[]} [styles.selectedStyles] use these to override individual styles for the selected item (will be included in the attached stylesheet)\n     * @fires render\n     * @fires clicked\n     * @fires expand\n     * @fires collapse\n     * @fires name-change\n     * @fires move\n     * @fires move-pending\n     * @fires update\n     ",
      "start": 256,
      "end": 2536,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 38,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n             * Main div holding tree\n             * @type {HTMLElement}\n             ",
      "start": 2761,
      "end": 2852,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 15
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Selected data\n     * @type {*}\n     ",
      "start": 3329,
      "end": 3378,
      "loc": {
        "start": {
          "line": 63,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * className's prefix (e.g., \"yy-tree\"-content)\n     * @type {string}\n     ",
      "start": 3480,
      "end": 3565,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * indentation for tree\n     * @type {number}\n     ",
      "start": 3830,
      "end": 3891,
      "loc": {
        "start": {
          "line": 87,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @type {number}\n     ",
      "start": 4196,
      "end": 4326,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * whether tree may be rearranged\n     * @type {boolean}\n     ",
      "start": 4530,
      "end": 4602,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @type {boolean}\n     ",
      "start": 4728,
      "end": 4869,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @type {boolean}\n     ",
      "start": 5031,
      "end": 5166,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * opacity setting for dragged item\n     * @type {number}\n     ",
      "start": 5300,
      "end": 5373,
      "loc": {
        "start": {
          "line": 148,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Expands all leaves ",
      "start": 7417,
      "end": 7442,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 29
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Collapses all leaves ",
      "start": 7690,
      "end": 7717,
      "loc": {
        "start": {
          "line": 226,
          "column": 4
        },
        "end": {
          "line": 226,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Toggles a leaf\n     * @param {HTMLElement} leaf\n     ",
      "start": 7967,
      "end": 8033,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 241,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Expands a leaf\n     * @param {HTMLElement} leaf\n     ",
      "start": 8270,
      "end": 8336,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 255,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Collapses a leaf\n     * @param {HTMLElement} leaf\n     ",
      "start": 8813,
      "end": 8881,
      "loc": {
        "start": {
          "line": 271,
          "column": 4
        },
        "end": {
          "line": 274,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* call this after tree's data has been updated outside of this library ",
      "start": 9364,
      "end": 9439,
      "loc": {
        "start": {
          "line": 290,
          "column": 4
        },
        "end": {
          "line": 290,
          "column": 79
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * edit the name entry using the data\n     * @param {object} data element of leaf\n     ",
      "start": 9801,
      "end": 9898,
      "loc": {
        "start": {
          "line": 302,
          "column": 4
        },
        "end": {
          "line": 305,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * edit the name entry using the created element\n     * @param {HTMLElement} leaf\n     ",
      "start": 10120,
      "end": 10217,
      "loc": {
        "start": {
          "line": 315,
          "column": 4
        },
        "end": {
          "line": 318,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * change the name of a leaf\n     * @param {HTMLElement} leaf\n     * @param {string} name\n     ",
      "start": 11635,
      "end": 11740,
      "loc": {
        "start": {
          "line": 354,
          "column": 4
        },
        "end": {
          "line": 358,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Find a leaf based using its data\n     * @param {object} leaf\n     * @param {HTMLElement} [root=this.element]\n     ",
      "start": 11963,
      "end": 12090,
      "loc": {
        "start": {
          "line": 366,
          "column": 4
        },
        "end": {
          "line": 370,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * call the callback function on each node; returns the node if callback === true\n     * @param {*} leaf data\n     * @param {function} callback\n     ",
      "start": 12196,
      "end": 12355,
      "loc": {
        "start": {
          "line": 375,
          "column": 4
        },
        "end": {
          "line": 379,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @typedef {Object} Tree~TreeData\n * @property {TreeData[]} children\n * @property {string} name\n * @property {parent} [parent] if not provided then will traverse tree to find parent\n ",
      "start": 14271,
      "end": 14461,
      "loc": {
        "start": {
          "line": 443,
          "column": 0
        },
        "end": {
          "line": 448,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when expand is called either through UI interaction or Tree.expand()\n  * @event Tree~expand\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 14463,
      "end": 14661,
      "loc": {
        "start": {
          "line": 450,
          "column": 0
        },
        "end": {
          "line": 456,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when collapse is called either through UI interaction or Tree.expand()\n  * @event Tree~collapse\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 14663,
      "end": 14865,
      "loc": {
        "start": {
          "line": 458,
          "column": 0
        },
        "end": {
          "line": 464,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when name is change either through UI interaction or Tree.nameChange()\n  * @event Tree~name-change\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {string} name\n  * @property {Tree} Tree\n  ",
      "start": 14867,
      "end": 15100,
      "loc": {
        "start": {
          "line": 466,
          "column": 0
        },
        "end": {
          "line": 473,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf is picked up through UI interaction\n  * @event Tree~move-pending\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15102,
      "end": 15285,
      "loc": {
        "start": {
          "line": 475,
          "column": 0
        },
        "end": {
          "line": 481,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf's location is changed\n  * @event Tree~move\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15287,
      "end": 15448,
      "loc": {
        "start": {
          "line": 483,
          "column": 0
        },
        "end": {
          "line": 489,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf is clicked and not dragged or held\n  * @event Tree~clicked\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {UIEvent} event\n  * @property {Tree} Tree\n  ",
      "start": 15450,
      "end": 15657,
      "loc": {
        "start": {
          "line": 491,
          "column": 0
        },
        "end": {
          "line": 498,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf is changed (i.e., moved, name-change)\n  * @event Tree~update\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15659,
      "end": 15838,
      "loc": {
        "start": {
          "line": 500,
          "column": 0
        },
        "end": {
          "line": 506,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf's div is created\n  * @event Tree~render\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15840,
      "end": 15998,
      "loc": {
        "start": {
          "line": 508,
          "column": 0
        },
        "end": {
          "line": 514,
          "column": 4
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 7,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 14,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "eventemitter3",
      "start": 19,
      "end": 34,
      "loc": {
        "start": {
          "line": 1,
          "column": 19
        },
        "end": {
          "line": 1,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 35,
      "end": 41,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clicked",
      "start": 42,
      "end": 49,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 50,
      "end": 54,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "clicked",
      "start": 55,
      "end": 64,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 66,
      "end": 72,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 73,
      "end": 74,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Input",
      "start": 75,
      "end": 80,
      "loc": {
        "start": {
          "line": 4,
          "column": 9
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 81,
      "end": 82,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 83,
      "end": 87,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./input",
      "start": 88,
      "end": 97,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 98,
      "end": 104,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 105,
      "end": 106,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 107,
      "end": 115,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 115,
      "end": 116,
      "loc": {
        "start": {
          "line": 5,
          "column": 17
        },
        "end": {
          "line": 5,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styleDefaults",
      "start": 117,
      "end": 130,
      "loc": {
        "start": {
          "line": 5,
          "column": 19
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 131,
      "end": 132,
      "loc": {
        "start": {
          "line": 5,
          "column": 33
        },
        "end": {
          "line": 5,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 133,
      "end": 137,
      "loc": {
        "start": {
          "line": 5,
          "column": 35
        },
        "end": {
          "line": 5,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./defaults",
      "start": 138,
      "end": 150,
      "loc": {
        "start": {
          "line": 5,
          "column": 40
        },
        "end": {
          "line": 5,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 151,
      "end": 157,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 158,
      "end": 159,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 160,
      "end": 162,
      "loc": {
        "start": {
          "line": 6,
          "column": 9
        },
        "end": {
          "line": 6,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 163,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 12
        },
        "end": {
          "line": 6,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 169,
      "end": 173,
      "loc": {
        "start": {
          "line": 6,
          "column": 18
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils",
      "start": 174,
      "end": 183,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 184,
      "end": 190,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 191,
      "end": 192,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icons",
      "start": 193,
      "end": 198,
      "loc": {
        "start": {
          "line": 7,
          "column": 9
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 7,
          "column": 15
        },
        "end": {
          "line": 7,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 201,
      "end": 205,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./icons",
      "start": 206,
      "end": 215,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 217,
      "end": 223,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 224,
      "end": 229,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Tree",
      "start": 230,
      "end": 234,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 235,
      "end": 242,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 243,
      "end": 249,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 250,
      "end": 251,
      "loc": {
        "start": {
          "line": 9,
          "column": 33
        },
        "end": {
          "line": 9,
          "column": 34
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Create Tree\n     * @param {TreeData} tree - data for tree (see readme for description)\n     * @param {object} [options]\n     * @param {(HTMLElement|string)} [options.element] if a string then document.querySelector(element); if empty, it creates an element\n     * @param {(HTMLElement|string)} [options.parent] appends the element to this parent (if string then document.querySelector(parent))\n     * @param {boolean} [options.move=true] drag tree to rearrange\n     * @param {boolean} [options.select=true] click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @param {number} [options.indentation=20] number of pixels to indent for each level\n     * @param {number} [options.threshold=10] number of pixels to move to start a drag\n     * @param {number} [options.holdTime=2000] number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @param {boolean} [options.expandOnClick=true] expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @param {number} [options.dragOpacity=0.75] opacity setting for dragged item\n     * @param {string} [options.prefixClassName=yy-tree] first part of className for all DOM objects (e.g., yy-tree, yy-tree-indicator)\n     * @param {boolean} [options.addStyles=true] attaches a style sheet with default and overridden styles; set to false to use your own stylesheet\n     * @param {object} [styles]\n     * @param {string[]} [styles.nameStyles] use these to override individual styles for the name (will be included in the attached stylesheet)\n     * @param {string[]} [styles.contentStyles] use these to override individual styles for the content (will be included in the attached stylesheet)\n     * @param {string[]} [styles.indicatorStyles] use these to override individual styles for the move-line indicator (will be included in the attached stylesheet)\n     * @param {string[]} [styles.selectedStyles] use these to override individual styles for the selected item (will be included in the attached stylesheet)\n     * @fires render\n     * @fires clicked\n     * @fires expand\n     * @fires collapse\n     * @fires name-change\n     * @fires move\n     * @fires move-pending\n     * @fires update\n     ",
      "start": 256,
      "end": 2536,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 38,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 2541,
      "end": 2552,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2552,
      "end": 2553,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 2553,
      "end": 2557,
      "loc": {
        "start": {
          "line": 39,
          "column": 16
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2557,
      "end": 2558,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2559,
      "end": 2566,
      "loc": {
        "start": {
          "line": 39,
          "column": 22
        },
        "end": {
          "line": 39,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2566,
      "end": 2567,
      "loc": {
        "start": {
          "line": 39,
          "column": 29
        },
        "end": {
          "line": 39,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 2568,
      "end": 2574,
      "loc": {
        "start": {
          "line": 39,
          "column": 31
        },
        "end": {
          "line": 39,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 39,
          "column": 37
        },
        "end": {
          "line": 39,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2576,
      "end": 2577,
      "loc": {
        "start": {
          "line": 39,
          "column": 39
        },
        "end": {
          "line": 39,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 2586,
      "end": 2591,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2591,
      "end": 2592,
      "loc": {
        "start": {
          "line": 40,
          "column": 13
        },
        "end": {
          "line": 40,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2592,
      "end": 2593,
      "loc": {
        "start": {
          "line": 40,
          "column": 14
        },
        "end": {
          "line": 40,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2602,
      "end": 2606,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2606,
      "end": 2607,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 2607,
      "end": 2615,
      "loc": {
        "start": {
          "line": 41,
          "column": 13
        },
        "end": {
          "line": 41,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2616,
      "end": 2617,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 2618,
      "end": 2623,
      "loc": {
        "start": {
          "line": 41,
          "column": 24
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2623,
      "end": 2624,
      "loc": {
        "start": {
          "line": 41,
          "column": 29
        },
        "end": {
          "line": 41,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2624,
      "end": 2631,
      "loc": {
        "start": {
          "line": 41,
          "column": 30
        },
        "end": {
          "line": 41,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2631,
      "end": 2632,
      "loc": {
        "start": {
          "line": 41,
          "column": 37
        },
        "end": {
          "line": 41,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2632,
      "end": 2639,
      "loc": {
        "start": {
          "line": 41,
          "column": 38
        },
        "end": {
          "line": 41,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2639,
      "end": 2640,
      "loc": {
        "start": {
          "line": 41,
          "column": 45
        },
        "end": {
          "line": 41,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 2641,
      "end": 2649,
      "loc": {
        "start": {
          "line": 41,
          "column": 47
        },
        "end": {
          "line": 41,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 41,
          "column": 55
        },
        "end": {
          "line": 41,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2659,
      "end": 2663,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2663,
      "end": 2664,
      "loc": {
        "start": {
          "line": 42,
          "column": 12
        },
        "end": {
          "line": 42,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_input",
      "start": 2664,
      "end": 2670,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2673,
      "end": 2676,
      "loc": {
        "start": {
          "line": 42,
          "column": 22
        },
        "end": {
          "line": 42,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Input",
      "start": 2677,
      "end": 2682,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2683,
      "end": 2687,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2687,
      "end": 2688,
      "loc": {
        "start": {
          "line": 42,
          "column": 36
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2697,
      "end": 2699,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2700,
      "end": 2701,
      "loc": {
        "start": {
          "line": 43,
          "column": 11
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 2701,
      "end": 2707,
      "loc": {
        "start": {
          "line": 43,
          "column": 12
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2708,
      "end": 2712,
      "loc": {
        "start": {
          "line": 43,
          "column": 19
        },
        "end": {
          "line": 43,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2712,
      "end": 2713,
      "loc": {
        "start": {
          "line": 43,
          "column": 23
        },
        "end": {
          "line": 43,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 2713,
      "end": 2721,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2721,
      "end": 2722,
      "loc": {
        "start": {
          "line": 43,
          "column": 32
        },
        "end": {
          "line": 43,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2722,
      "end": 2729,
      "loc": {
        "start": {
          "line": 43,
          "column": 33
        },
        "end": {
          "line": 43,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2730,
      "end": 2733,
      "loc": {
        "start": {
          "line": 43,
          "column": 41
        },
        "end": {
          "line": 43,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 2734,
      "end": 2745,
      "loc": {
        "start": {
          "line": 43,
          "column": 45
        },
        "end": {
          "line": 43,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2745,
      "end": 2746,
      "loc": {
        "start": {
          "line": 43,
          "column": 56
        },
        "end": {
          "line": 43,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2747,
      "end": 2748,
      "loc": {
        "start": {
          "line": 43,
          "column": 58
        },
        "end": {
          "line": 43,
          "column": 59
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n             * Main div holding tree\n             * @type {HTMLElement}\n             ",
      "start": 2761,
      "end": 2852,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2865,
      "end": 2869,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2869,
      "end": 2870,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2870,
      "end": 2877,
      "loc": {
        "start": {
          "line": 48,
          "column": 17
        },
        "end": {
          "line": 48,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2878,
      "end": 2879,
      "loc": {
        "start": {
          "line": 48,
          "column": 25
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "document",
      "start": 2880,
      "end": 2888,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2888,
      "end": 2889,
      "loc": {
        "start": {
          "line": 48,
          "column": 35
        },
        "end": {
          "line": 48,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createElement",
      "start": 2889,
      "end": 2902,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2902,
      "end": 2903,
      "loc": {
        "start": {
          "line": 48,
          "column": 49
        },
        "end": {
          "line": 48,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "div",
      "start": 2903,
      "end": 2908,
      "loc": {
        "start": {
          "line": 48,
          "column": 50
        },
        "end": {
          "line": 48,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2908,
      "end": 2909,
      "loc": {
        "start": {
          "line": 48,
          "column": 55
        },
        "end": {
          "line": 48,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2918,
      "end": 2919,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2920,
      "end": 2924,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2925,
      "end": 2926,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2939,
      "end": 2943,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2943,
      "end": 2944,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2944,
      "end": 2951,
      "loc": {
        "start": {
          "line": 50,
          "column": 17
        },
        "end": {
          "line": 50,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2952,
      "end": 2953,
      "loc": {
        "start": {
          "line": 50,
          "column": 25
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 2954,
      "end": 2959,
      "loc": {
        "start": {
          "line": 50,
          "column": 27
        },
        "end": {
          "line": 50,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 50,
          "column": 32
        },
        "end": {
          "line": 50,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 2960,
      "end": 2962,
      "loc": {
        "start": {
          "line": 50,
          "column": 33
        },
        "end": {
          "line": 50,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2962,
      "end": 2963,
      "loc": {
        "start": {
          "line": 50,
          "column": 35
        },
        "end": {
          "line": 50,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2963,
      "end": 2967,
      "loc": {
        "start": {
          "line": 50,
          "column": 36
        },
        "end": {
          "line": 50,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2967,
      "end": 2968,
      "loc": {
        "start": {
          "line": 50,
          "column": 40
        },
        "end": {
          "line": 50,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 2968,
      "end": 2976,
      "loc": {
        "start": {
          "line": 50,
          "column": 41
        },
        "end": {
          "line": 50,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2976,
      "end": 2977,
      "loc": {
        "start": {
          "line": 50,
          "column": 49
        },
        "end": {
          "line": 50,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2977,
      "end": 2984,
      "loc": {
        "start": {
          "line": 50,
          "column": 50
        },
        "end": {
          "line": 50,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 50,
          "column": 57
        },
        "end": {
          "line": 50,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2994,
      "end": 2995,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3004,
      "end": 3006,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3007,
      "end": 3008,
      "loc": {
        "start": {
          "line": 52,
          "column": 11
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3008,
      "end": 3012,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3012,
      "end": 3013,
      "loc": {
        "start": {
          "line": 52,
          "column": 16
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3013,
      "end": 3021,
      "loc": {
        "start": {
          "line": 52,
          "column": 17
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3021,
      "end": 3022,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3022,
      "end": 3028,
      "loc": {
        "start": {
          "line": 52,
          "column": 26
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3028,
      "end": 3029,
      "loc": {
        "start": {
          "line": 52,
          "column": 32
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3030,
      "end": 3031,
      "loc": {
        "start": {
          "line": 52,
          "column": 34
        },
        "end": {
          "line": 52,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 3044,
      "end": 3049,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 53,
          "column": 17
        },
        "end": {
          "line": 53,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 3050,
      "end": 3052,
      "loc": {
        "start": {
          "line": 53,
          "column": 18
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3052,
      "end": 3053,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3053,
      "end": 3057,
      "loc": {
        "start": {
          "line": 53,
          "column": 21
        },
        "end": {
          "line": 53,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3057,
      "end": 3058,
      "loc": {
        "start": {
          "line": 53,
          "column": 25
        },
        "end": {
          "line": 53,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3058,
      "end": 3066,
      "loc": {
        "start": {
          "line": 53,
          "column": 26
        },
        "end": {
          "line": 53,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3066,
      "end": 3067,
      "loc": {
        "start": {
          "line": 53,
          "column": 34
        },
        "end": {
          "line": 53,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3067,
      "end": 3073,
      "loc": {
        "start": {
          "line": 53,
          "column": 35
        },
        "end": {
          "line": 53,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 53,
          "column": 41
        },
        "end": {
          "line": 53,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 53,
          "column": 42
        },
        "end": {
          "line": 53,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendChild",
      "start": 3075,
      "end": 3086,
      "loc": {
        "start": {
          "line": 53,
          "column": 43
        },
        "end": {
          "line": 53,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3086,
      "end": 3087,
      "loc": {
        "start": {
          "line": 53,
          "column": 54
        },
        "end": {
          "line": 53,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3087,
      "end": 3091,
      "loc": {
        "start": {
          "line": 53,
          "column": 55
        },
        "end": {
          "line": 53,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3091,
      "end": 3092,
      "loc": {
        "start": {
          "line": 53,
          "column": 59
        },
        "end": {
          "line": 53,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3092,
      "end": 3099,
      "loc": {
        "start": {
          "line": 53,
          "column": 60
        },
        "end": {
          "line": 53,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3099,
      "end": 3100,
      "loc": {
        "start": {
          "line": 53,
          "column": 67
        },
        "end": {
          "line": 53,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3109,
      "end": 3110,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3119,
      "end": 3123,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3123,
      "end": 3124,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3124,
      "end": 3131,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3131,
      "end": 3132,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "classList",
      "start": 3132,
      "end": 3141,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3141,
      "end": 3142,
      "loc": {
        "start": {
          "line": 55,
          "column": 30
        },
        "end": {
          "line": 55,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 3142,
      "end": 3145,
      "loc": {
        "start": {
          "line": 55,
          "column": 31
        },
        "end": {
          "line": 55,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3145,
      "end": 3146,
      "loc": {
        "start": {
          "line": 55,
          "column": 34
        },
        "end": {
          "line": 55,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3146,
      "end": 3150,
      "loc": {
        "start": {
          "line": 55,
          "column": 35
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3150,
      "end": 3151,
      "loc": {
        "start": {
          "line": 55,
          "column": 39
        },
        "end": {
          "line": 55,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 3151,
      "end": 3166,
      "loc": {
        "start": {
          "line": 55,
          "column": 40
        },
        "end": {
          "line": 55,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3166,
      "end": 3167,
      "loc": {
        "start": {
          "line": 55,
          "column": 55
        },
        "end": {
          "line": 55,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3176,
      "end": 3180,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3180,
      "end": 3181,
      "loc": {
        "start": {
          "line": 56,
          "column": 12
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3181,
      "end": 3188,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 56,
          "column": 20
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3189,
      "end": 3193,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3194,
      "end": 3195,
      "loc": {
        "start": {
          "line": 56,
          "column": 26
        },
        "end": {
          "line": 56,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 3196,
      "end": 3200,
      "loc": {
        "start": {
          "line": 56,
          "column": 28
        },
        "end": {
          "line": 56,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3209,
      "end": 3211,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3212,
      "end": 3213,
      "loc": {
        "start": {
          "line": 57,
          "column": 11
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3213,
      "end": 3217,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3217,
      "end": 3218,
      "loc": {
        "start": {
          "line": 57,
          "column": 16
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3218,
      "end": 3226,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3226,
      "end": 3227,
      "loc": {
        "start": {
          "line": 57,
          "column": 25
        },
        "end": {
          "line": 57,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addStyles",
      "start": 3227,
      "end": 3236,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3237,
      "end": 3240,
      "loc": {
        "start": {
          "line": 57,
          "column": 36
        },
        "end": {
          "line": 57,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3241,
      "end": 3246,
      "loc": {
        "start": {
          "line": 57,
          "column": 40
        },
        "end": {
          "line": 57,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3246,
      "end": 3247,
      "loc": {
        "start": {
          "line": 57,
          "column": 45
        },
        "end": {
          "line": 57,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3248,
      "end": 3249,
      "loc": {
        "start": {
          "line": 57,
          "column": 47
        },
        "end": {
          "line": 57,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3262,
      "end": 3266,
      "loc": {
        "start": {
          "line": 58,
          "column": 12
        },
        "end": {
          "line": 58,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3266,
      "end": 3267,
      "loc": {
        "start": {
          "line": 58,
          "column": 16
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_addStyles",
      "start": 3267,
      "end": 3277,
      "loc": {
        "start": {
          "line": 58,
          "column": 17
        },
        "end": {
          "line": 58,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3277,
      "end": 3278,
      "loc": {
        "start": {
          "line": 58,
          "column": 27
        },
        "end": {
          "line": 58,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 3278,
      "end": 3284,
      "loc": {
        "start": {
          "line": 58,
          "column": 28
        },
        "end": {
          "line": 58,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3284,
      "end": 3285,
      "loc": {
        "start": {
          "line": 58,
          "column": 34
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3294,
      "end": 3295,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3304,
      "end": 3308,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3308,
      "end": 3309,
      "loc": {
        "start": {
          "line": 60,
          "column": 12
        },
        "end": {
          "line": 60,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 3309,
      "end": 3315,
      "loc": {
        "start": {
          "line": 60,
          "column": 13
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3315,
      "end": 3316,
      "loc": {
        "start": {
          "line": 60,
          "column": 19
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3316,
      "end": 3317,
      "loc": {
        "start": {
          "line": 60,
          "column": 20
        },
        "end": {
          "line": 60,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3322,
      "end": 3323,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Selected data\n     * @type {*}\n     ",
      "start": 3329,
      "end": 3378,
      "loc": {
        "start": {
          "line": 63,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 3383,
      "end": 3386,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selection",
      "start": 3387,
      "end": 3396,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3396,
      "end": 3397,
      "loc": {
        "start": {
          "line": 67,
          "column": 17
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3397,
      "end": 3398,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3399,
      "end": 3400,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3409,
      "end": 3415,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3416,
      "end": 3420,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3420,
      "end": 3421,
      "loc": {
        "start": {
          "line": 68,
          "column": 19
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_selection",
      "start": 3421,
      "end": 3431,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3431,
      "end": 3432,
      "loc": {
        "start": {
          "line": 68,
          "column": 30
        },
        "end": {
          "line": 68,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3432,
      "end": 3436,
      "loc": {
        "start": {
          "line": 68,
          "column": 31
        },
        "end": {
          "line": 68,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3441,
      "end": 3442,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 3447,
      "end": 3450,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selection",
      "start": 3451,
      "end": 3460,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3460,
      "end": 3461,
      "loc": {
        "start": {
          "line": 70,
          "column": 17
        },
        "end": {
          "line": 70,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3461,
      "end": 3465,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3465,
      "end": 3466,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3467,
      "end": 3468,
      "loc": {
        "start": {
          "line": 70,
          "column": 24
        },
        "end": {
          "line": 70,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3473,
      "end": 3474,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * className's prefix (e.g., \"yy-tree\"-content)\n     * @type {string}\n     ",
      "start": 3480,
      "end": 3565,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 3570,
      "end": 3573,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 3574,
      "end": 3589,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3589,
      "end": 3590,
      "loc": {
        "start": {
          "line": 77,
          "column": 23
        },
        "end": {
          "line": 77,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3590,
      "end": 3591,
      "loc": {
        "start": {
          "line": 77,
          "column": 24
        },
        "end": {
          "line": 77,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3592,
      "end": 3593,
      "loc": {
        "start": {
          "line": 77,
          "column": 26
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3602,
      "end": 3608,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3609,
      "end": 3613,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3613,
      "end": 3614,
      "loc": {
        "start": {
          "line": 78,
          "column": 19
        },
        "end": {
          "line": 78,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3614,
      "end": 3622,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3622,
      "end": 3623,
      "loc": {
        "start": {
          "line": 78,
          "column": 28
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 3623,
      "end": 3638,
      "loc": {
        "start": {
          "line": 78,
          "column": 29
        },
        "end": {
          "line": 78,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3643,
      "end": 3644,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 3649,
      "end": 3652,
      "loc": {
        "start": {
          "line": 80,
          "column": 4
        },
        "end": {
          "line": 80,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 3653,
      "end": 3668,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3668,
      "end": 3669,
      "loc": {
        "start": {
          "line": 80,
          "column": 23
        },
        "end": {
          "line": 80,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3669,
      "end": 3674,
      "loc": {
        "start": {
          "line": 80,
          "column": 24
        },
        "end": {
          "line": 80,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 80,
          "column": 29
        },
        "end": {
          "line": 80,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 80,
          "column": 31
        },
        "end": {
          "line": 80,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3686,
      "end": 3688,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3689,
      "end": 3690,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3690,
      "end": 3695,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3696,
      "end": 3699,
      "loc": {
        "start": {
          "line": 81,
          "column": 18
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3700,
      "end": 3704,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3704,
      "end": 3705,
      "loc": {
        "start": {
          "line": 81,
          "column": 26
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3705,
      "end": 3713,
      "loc": {
        "start": {
          "line": 81,
          "column": 27
        },
        "end": {
          "line": 81,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 81,
          "column": 35
        },
        "end": {
          "line": 81,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 3714,
      "end": 3729,
      "loc": {
        "start": {
          "line": 81,
          "column": 36
        },
        "end": {
          "line": 81,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3729,
      "end": 3730,
      "loc": {
        "start": {
          "line": 81,
          "column": 51
        },
        "end": {
          "line": 81,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3731,
      "end": 3732,
      "loc": {
        "start": {
          "line": 81,
          "column": 53
        },
        "end": {
          "line": 81,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3745,
      "end": 3749,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3749,
      "end": 3750,
      "loc": {
        "start": {
          "line": 82,
          "column": 16
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3750,
      "end": 3758,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3758,
      "end": 3759,
      "loc": {
        "start": {
          "line": 82,
          "column": 25
        },
        "end": {
          "line": 82,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 3759,
      "end": 3774,
      "loc": {
        "start": {
          "line": 82,
          "column": 26
        },
        "end": {
          "line": 82,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3775,
      "end": 3776,
      "loc": {
        "start": {
          "line": 82,
          "column": 42
        },
        "end": {
          "line": 82,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3777,
      "end": 3782,
      "loc": {
        "start": {
          "line": 82,
          "column": 44
        },
        "end": {
          "line": 82,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3795,
      "end": 3799,
      "loc": {
        "start": {
          "line": 83,
          "column": 12
        },
        "end": {
          "line": 83,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3799,
      "end": 3800,
      "loc": {
        "start": {
          "line": 83,
          "column": 16
        },
        "end": {
          "line": 83,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 3800,
      "end": 3806,
      "loc": {
        "start": {
          "line": 83,
          "column": 17
        },
        "end": {
          "line": 83,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3806,
      "end": 3807,
      "loc": {
        "start": {
          "line": 83,
          "column": 23
        },
        "end": {
          "line": 83,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3807,
      "end": 3808,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3817,
      "end": 3818,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3823,
      "end": 3824,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * indentation for tree\n     * @type {number}\n     ",
      "start": 3830,
      "end": 3891,
      "loc": {
        "start": {
          "line": 87,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 3896,
      "end": 3899,
      "loc": {
        "start": {
          "line": 91,
          "column": 4
        },
        "end": {
          "line": 91,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indentation",
      "start": 3900,
      "end": 3911,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3911,
      "end": 3912,
      "loc": {
        "start": {
          "line": 91,
          "column": 19
        },
        "end": {
          "line": 91,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3912,
      "end": 3913,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3914,
      "end": 3915,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3924,
      "end": 3930,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3931,
      "end": 3935,
      "loc": {
        "start": {
          "line": 92,
          "column": 15
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3935,
      "end": 3936,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 3936,
      "end": 3944,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3944,
      "end": 3945,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indentation",
      "start": 3945,
      "end": 3956,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3961,
      "end": 3962,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 3967,
      "end": 3970,
      "loc": {
        "start": {
          "line": 94,
          "column": 4
        },
        "end": {
          "line": 94,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indentation",
      "start": 3971,
      "end": 3982,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3982,
      "end": 3983,
      "loc": {
        "start": {
          "line": 94,
          "column": 19
        },
        "end": {
          "line": 94,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3983,
      "end": 3988,
      "loc": {
        "start": {
          "line": 94,
          "column": 20
        },
        "end": {
          "line": 94,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3988,
      "end": 3989,
      "loc": {
        "start": {
          "line": 94,
          "column": 25
        },
        "end": {
          "line": 94,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3990,
      "end": 3991,
      "loc": {
        "start": {
          "line": 94,
          "column": 27
        },
        "end": {
          "line": 94,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4000,
      "end": 4002,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4003,
      "end": 4004,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4004,
      "end": 4009,
      "loc": {
        "start": {
          "line": 95,
          "column": 12
        },
        "end": {
          "line": 95,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4010,
      "end": 4013,
      "loc": {
        "start": {
          "line": 95,
          "column": 18
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4014,
      "end": 4018,
      "loc": {
        "start": {
          "line": 95,
          "column": 22
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4018,
      "end": 4019,
      "loc": {
        "start": {
          "line": 95,
          "column": 26
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4019,
      "end": 4027,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4027,
      "end": 4028,
      "loc": {
        "start": {
          "line": 95,
          "column": 35
        },
        "end": {
          "line": 95,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indentation",
      "start": 4028,
      "end": 4039,
      "loc": {
        "start": {
          "line": 95,
          "column": 36
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 95,
          "column": 47
        },
        "end": {
          "line": 95,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4041,
      "end": 4042,
      "loc": {
        "start": {
          "line": 95,
          "column": 49
        },
        "end": {
          "line": 95,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4055,
      "end": 4059,
      "loc": {
        "start": {
          "line": 96,
          "column": 12
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4059,
      "end": 4060,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4060,
      "end": 4068,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4068,
      "end": 4069,
      "loc": {
        "start": {
          "line": 96,
          "column": 25
        },
        "end": {
          "line": 96,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indentation",
      "start": 4069,
      "end": 4080,
      "loc": {
        "start": {
          "line": 96,
          "column": 26
        },
        "end": {
          "line": 96,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4081,
      "end": 4082,
      "loc": {
        "start": {
          "line": 96,
          "column": 38
        },
        "end": {
          "line": 96,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4083,
      "end": 4088,
      "loc": {
        "start": {
          "line": 96,
          "column": 40
        },
        "end": {
          "line": 96,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4101,
      "end": 4105,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4105,
      "end": 4106,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_input",
      "start": 4106,
      "end": 4112,
      "loc": {
        "start": {
          "line": 97,
          "column": 17
        },
        "end": {
          "line": 97,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4112,
      "end": 4113,
      "loc": {
        "start": {
          "line": 97,
          "column": 23
        },
        "end": {
          "line": 97,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_indicatorMarginLeft",
      "start": 4113,
      "end": 4133,
      "loc": {
        "start": {
          "line": 97,
          "column": 24
        },
        "end": {
          "line": 97,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4134,
      "end": 4135,
      "loc": {
        "start": {
          "line": 97,
          "column": 45
        },
        "end": {
          "line": 97,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4136,
      "end": 4141,
      "loc": {
        "start": {
          "line": 97,
          "column": 47
        },
        "end": {
          "line": 97,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4142,
      "end": 4143,
      "loc": {
        "start": {
          "line": 97,
          "column": 53
        },
        "end": {
          "line": 97,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "px",
      "start": 4144,
      "end": 4148,
      "loc": {
        "start": {
          "line": 97,
          "column": 55
        },
        "end": {
          "line": 97,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4161,
      "end": 4165,
      "loc": {
        "start": {
          "line": 98,
          "column": 12
        },
        "end": {
          "line": 98,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4165,
      "end": 4166,
      "loc": {
        "start": {
          "line": 98,
          "column": 16
        },
        "end": {
          "line": 98,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 4166,
      "end": 4172,
      "loc": {
        "start": {
          "line": 98,
          "column": 17
        },
        "end": {
          "line": 98,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4172,
      "end": 4173,
      "loc": {
        "start": {
          "line": 98,
          "column": 23
        },
        "end": {
          "line": 98,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4173,
      "end": 4174,
      "loc": {
        "start": {
          "line": 98,
          "column": 24
        },
        "end": {
          "line": 98,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4183,
      "end": 4184,
      "loc": {
        "start": {
          "line": 99,
          "column": 8
        },
        "end": {
          "line": 99,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 100,
          "column": 4
        },
        "end": {
          "line": 100,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * number of milliseconds to press and hold name before editing starts (set to 0 to disable)\n     * @type {number}\n     ",
      "start": 4196,
      "end": 4326,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 4331,
      "end": 4334,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "holdTime",
      "start": 4335,
      "end": 4343,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4343,
      "end": 4344,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4344,
      "end": 4345,
      "loc": {
        "start": {
          "line": 106,
          "column": 17
        },
        "end": {
          "line": 106,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4346,
      "end": 4347,
      "loc": {
        "start": {
          "line": 106,
          "column": 19
        },
        "end": {
          "line": 106,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4356,
      "end": 4362,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4363,
      "end": 4367,
      "loc": {
        "start": {
          "line": 107,
          "column": 15
        },
        "end": {
          "line": 107,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4367,
      "end": 4368,
      "loc": {
        "start": {
          "line": 107,
          "column": 19
        },
        "end": {
          "line": 107,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4368,
      "end": 4376,
      "loc": {
        "start": {
          "line": 107,
          "column": 20
        },
        "end": {
          "line": 107,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4376,
      "end": 4377,
      "loc": {
        "start": {
          "line": 107,
          "column": 28
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "holdTime",
      "start": 4377,
      "end": 4385,
      "loc": {
        "start": {
          "line": 107,
          "column": 29
        },
        "end": {
          "line": 107,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 108,
          "column": 4
        },
        "end": {
          "line": 108,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 4396,
      "end": 4399,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "holdTime",
      "start": 4400,
      "end": 4408,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4408,
      "end": 4409,
      "loc": {
        "start": {
          "line": 109,
          "column": 16
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4409,
      "end": 4414,
      "loc": {
        "start": {
          "line": 109,
          "column": 17
        },
        "end": {
          "line": 109,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4414,
      "end": 4415,
      "loc": {
        "start": {
          "line": 109,
          "column": 22
        },
        "end": {
          "line": 109,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4416,
      "end": 4417,
      "loc": {
        "start": {
          "line": 109,
          "column": 24
        },
        "end": {
          "line": 109,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4426,
      "end": 4428,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4429,
      "end": 4430,
      "loc": {
        "start": {
          "line": 110,
          "column": 11
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4430,
      "end": 4435,
      "loc": {
        "start": {
          "line": 110,
          "column": 12
        },
        "end": {
          "line": 110,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4436,
      "end": 4439,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4440,
      "end": 4444,
      "loc": {
        "start": {
          "line": 110,
          "column": 22
        },
        "end": {
          "line": 110,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4444,
      "end": 4445,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4445,
      "end": 4453,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4453,
      "end": 4454,
      "loc": {
        "start": {
          "line": 110,
          "column": 35
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "holdTime",
      "start": 4454,
      "end": 4462,
      "loc": {
        "start": {
          "line": 110,
          "column": 36
        },
        "end": {
          "line": 110,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4462,
      "end": 4463,
      "loc": {
        "start": {
          "line": 110,
          "column": 44
        },
        "end": {
          "line": 110,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4464,
      "end": 4465,
      "loc": {
        "start": {
          "line": 110,
          "column": 46
        },
        "end": {
          "line": 110,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4478,
      "end": 4482,
      "loc": {
        "start": {
          "line": 111,
          "column": 12
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4482,
      "end": 4483,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4483,
      "end": 4491,
      "loc": {
        "start": {
          "line": 111,
          "column": 17
        },
        "end": {
          "line": 111,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4491,
      "end": 4492,
      "loc": {
        "start": {
          "line": 111,
          "column": 25
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "holdTime",
      "start": 4492,
      "end": 4500,
      "loc": {
        "start": {
          "line": 111,
          "column": 26
        },
        "end": {
          "line": 111,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4501,
      "end": 4502,
      "loc": {
        "start": {
          "line": 111,
          "column": 35
        },
        "end": {
          "line": 111,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4503,
      "end": 4508,
      "loc": {
        "start": {
          "line": 111,
          "column": 37
        },
        "end": {
          "line": 111,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4517,
      "end": 4518,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4523,
      "end": 4524,
      "loc": {
        "start": {
          "line": 113,
          "column": 4
        },
        "end": {
          "line": 113,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * whether tree may be rearranged\n     * @type {boolean}\n     ",
      "start": 4530,
      "end": 4602,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 4607,
      "end": 4610,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "move",
      "start": 4611,
      "end": 4615,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4615,
      "end": 4616,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4616,
      "end": 4617,
      "loc": {
        "start": {
          "line": 119,
          "column": 13
        },
        "end": {
          "line": 119,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4618,
      "end": 4619,
      "loc": {
        "start": {
          "line": 119,
          "column": 15
        },
        "end": {
          "line": 119,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4628,
      "end": 4634,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4635,
      "end": 4639,
      "loc": {
        "start": {
          "line": 120,
          "column": 15
        },
        "end": {
          "line": 120,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4639,
      "end": 4640,
      "loc": {
        "start": {
          "line": 120,
          "column": 19
        },
        "end": {
          "line": 120,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4640,
      "end": 4648,
      "loc": {
        "start": {
          "line": 120,
          "column": 20
        },
        "end": {
          "line": 120,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4648,
      "end": 4649,
      "loc": {
        "start": {
          "line": 120,
          "column": 28
        },
        "end": {
          "line": 120,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "move",
      "start": 4649,
      "end": 4653,
      "loc": {
        "start": {
          "line": 120,
          "column": 29
        },
        "end": {
          "line": 120,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4658,
      "end": 4659,
      "loc": {
        "start": {
          "line": 121,
          "column": 4
        },
        "end": {
          "line": 121,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 4664,
      "end": 4667,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "move",
      "start": 4668,
      "end": 4672,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4672,
      "end": 4673,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4673,
      "end": 4678,
      "loc": {
        "start": {
          "line": 122,
          "column": 13
        },
        "end": {
          "line": 122,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4678,
      "end": 4679,
      "loc": {
        "start": {
          "line": 122,
          "column": 18
        },
        "end": {
          "line": 122,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4680,
      "end": 4681,
      "loc": {
        "start": {
          "line": 122,
          "column": 20
        },
        "end": {
          "line": 122,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4690,
      "end": 4694,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4694,
      "end": 4695,
      "loc": {
        "start": {
          "line": 123,
          "column": 12
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4695,
      "end": 4703,
      "loc": {
        "start": {
          "line": 123,
          "column": 13
        },
        "end": {
          "line": 123,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 123,
          "column": 21
        },
        "end": {
          "line": 123,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "move",
      "start": 4704,
      "end": 4708,
      "loc": {
        "start": {
          "line": 123,
          "column": 22
        },
        "end": {
          "line": 123,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4709,
      "end": 4710,
      "loc": {
        "start": {
          "line": 123,
          "column": 27
        },
        "end": {
          "line": 123,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4711,
      "end": 4716,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4721,
      "end": 4722,
      "loc": {
        "start": {
          "line": 124,
          "column": 4
        },
        "end": {
          "line": 124,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * expand and collapse node on click without drag except (will select before expanding if select=true)\n     * @type {boolean}\n     ",
      "start": 4728,
      "end": 4869,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 4874,
      "end": 4877,
      "loc": {
        "start": {
          "line": 130,
          "column": 4
        },
        "end": {
          "line": 130,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandOnClick",
      "start": 4878,
      "end": 4891,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4891,
      "end": 4892,
      "loc": {
        "start": {
          "line": 130,
          "column": 21
        },
        "end": {
          "line": 130,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4892,
      "end": 4893,
      "loc": {
        "start": {
          "line": 130,
          "column": 22
        },
        "end": {
          "line": 130,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4894,
      "end": 4895,
      "loc": {
        "start": {
          "line": 130,
          "column": 24
        },
        "end": {
          "line": 130,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4904,
      "end": 4910,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4911,
      "end": 4915,
      "loc": {
        "start": {
          "line": 131,
          "column": 15
        },
        "end": {
          "line": 131,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4915,
      "end": 4916,
      "loc": {
        "start": {
          "line": 131,
          "column": 19
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4916,
      "end": 4924,
      "loc": {
        "start": {
          "line": 131,
          "column": 20
        },
        "end": {
          "line": 131,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4924,
      "end": 4925,
      "loc": {
        "start": {
          "line": 131,
          "column": 28
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandOnClick",
      "start": 4925,
      "end": 4938,
      "loc": {
        "start": {
          "line": 131,
          "column": 29
        },
        "end": {
          "line": 131,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4943,
      "end": 4944,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 4949,
      "end": 4952,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandOnClick",
      "start": 4953,
      "end": 4966,
      "loc": {
        "start": {
          "line": 133,
          "column": 8
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4966,
      "end": 4967,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4967,
      "end": 4972,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4972,
      "end": 4973,
      "loc": {
        "start": {
          "line": 133,
          "column": 27
        },
        "end": {
          "line": 133,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4974,
      "end": 4975,
      "loc": {
        "start": {
          "line": 133,
          "column": 29
        },
        "end": {
          "line": 133,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4984,
      "end": 4988,
      "loc": {
        "start": {
          "line": 134,
          "column": 8
        },
        "end": {
          "line": 134,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4988,
      "end": 4989,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 4989,
      "end": 4997,
      "loc": {
        "start": {
          "line": 134,
          "column": 13
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4997,
      "end": 4998,
      "loc": {
        "start": {
          "line": 134,
          "column": 21
        },
        "end": {
          "line": 134,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandOnClick",
      "start": 4998,
      "end": 5011,
      "loc": {
        "start": {
          "line": 134,
          "column": 22
        },
        "end": {
          "line": 134,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5012,
      "end": 5013,
      "loc": {
        "start": {
          "line": 134,
          "column": 36
        },
        "end": {
          "line": 134,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5014,
      "end": 5019,
      "loc": {
        "start": {
          "line": 134,
          "column": 38
        },
        "end": {
          "line": 134,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5024,
      "end": 5025,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * click to select node (if false then nodes are not selected and tree.selection is always null)\n     * @type {boolean}\n     ",
      "start": 5031,
      "end": 5166,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 5171,
      "end": 5174,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "select",
      "start": 5175,
      "end": 5181,
      "loc": {
        "start": {
          "line": 141,
          "column": 8
        },
        "end": {
          "line": 141,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5181,
      "end": 5182,
      "loc": {
        "start": {
          "line": 141,
          "column": 14
        },
        "end": {
          "line": 141,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5182,
      "end": 5183,
      "loc": {
        "start": {
          "line": 141,
          "column": 15
        },
        "end": {
          "line": 141,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5184,
      "end": 5185,
      "loc": {
        "start": {
          "line": 141,
          "column": 17
        },
        "end": {
          "line": 141,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5194,
      "end": 5200,
      "loc": {
        "start": {
          "line": 142,
          "column": 8
        },
        "end": {
          "line": 142,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5201,
      "end": 5205,
      "loc": {
        "start": {
          "line": 142,
          "column": 15
        },
        "end": {
          "line": 142,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5205,
      "end": 5206,
      "loc": {
        "start": {
          "line": 142,
          "column": 19
        },
        "end": {
          "line": 142,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 5206,
      "end": 5214,
      "loc": {
        "start": {
          "line": 142,
          "column": 20
        },
        "end": {
          "line": 142,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5214,
      "end": 5215,
      "loc": {
        "start": {
          "line": 142,
          "column": 28
        },
        "end": {
          "line": 142,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "select",
      "start": 5215,
      "end": 5221,
      "loc": {
        "start": {
          "line": 142,
          "column": 29
        },
        "end": {
          "line": 142,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5226,
      "end": 5227,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 5232,
      "end": 5235,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "select",
      "start": 5236,
      "end": 5242,
      "loc": {
        "start": {
          "line": 144,
          "column": 8
        },
        "end": {
          "line": 144,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5242,
      "end": 5243,
      "loc": {
        "start": {
          "line": 144,
          "column": 14
        },
        "end": {
          "line": 144,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5243,
      "end": 5248,
      "loc": {
        "start": {
          "line": 144,
          "column": 15
        },
        "end": {
          "line": 144,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 144,
          "column": 20
        },
        "end": {
          "line": 144,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5250,
      "end": 5251,
      "loc": {
        "start": {
          "line": 144,
          "column": 22
        },
        "end": {
          "line": 144,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5260,
      "end": 5264,
      "loc": {
        "start": {
          "line": 145,
          "column": 8
        },
        "end": {
          "line": 145,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5264,
      "end": 5265,
      "loc": {
        "start": {
          "line": 145,
          "column": 12
        },
        "end": {
          "line": 145,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 5265,
      "end": 5273,
      "loc": {
        "start": {
          "line": 145,
          "column": 13
        },
        "end": {
          "line": 145,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5273,
      "end": 5274,
      "loc": {
        "start": {
          "line": 145,
          "column": 21
        },
        "end": {
          "line": 145,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "select",
      "start": 5274,
      "end": 5280,
      "loc": {
        "start": {
          "line": 145,
          "column": 22
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5281,
      "end": 5282,
      "loc": {
        "start": {
          "line": 145,
          "column": 29
        },
        "end": {
          "line": 145,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5283,
      "end": 5288,
      "loc": {
        "start": {
          "line": 145,
          "column": 31
        },
        "end": {
          "line": 145,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5293,
      "end": 5294,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * opacity setting for dragged item\n     * @type {number}\n     ",
      "start": 5300,
      "end": 5373,
      "loc": {
        "start": {
          "line": 148,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 5378,
      "end": 5381,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragOpacity",
      "start": 5382,
      "end": 5393,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5393,
      "end": 5394,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5394,
      "end": 5395,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5396,
      "end": 5397,
      "loc": {
        "start": {
          "line": 152,
          "column": 22
        },
        "end": {
          "line": 152,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5406,
      "end": 5412,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5413,
      "end": 5417,
      "loc": {
        "start": {
          "line": 153,
          "column": 15
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5417,
      "end": 5418,
      "loc": {
        "start": {
          "line": 153,
          "column": 19
        },
        "end": {
          "line": 153,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 5418,
      "end": 5426,
      "loc": {
        "start": {
          "line": 153,
          "column": 20
        },
        "end": {
          "line": 153,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 153,
          "column": 28
        },
        "end": {
          "line": 153,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragOpacity",
      "start": 5427,
      "end": 5438,
      "loc": {
        "start": {
          "line": 153,
          "column": 29
        },
        "end": {
          "line": 153,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5443,
      "end": 5444,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 5449,
      "end": 5452,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragOpacity",
      "start": 5453,
      "end": 5464,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5464,
      "end": 5465,
      "loc": {
        "start": {
          "line": 155,
          "column": 19
        },
        "end": {
          "line": 155,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5465,
      "end": 5470,
      "loc": {
        "start": {
          "line": 155,
          "column": 20
        },
        "end": {
          "line": 155,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5470,
      "end": 5471,
      "loc": {
        "start": {
          "line": 155,
          "column": 25
        },
        "end": {
          "line": 155,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 155,
          "column": 27
        },
        "end": {
          "line": 155,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5482,
      "end": 5486,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5486,
      "end": 5487,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 5487,
      "end": 5495,
      "loc": {
        "start": {
          "line": 156,
          "column": 13
        },
        "end": {
          "line": 156,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5495,
      "end": 5496,
      "loc": {
        "start": {
          "line": 156,
          "column": 21
        },
        "end": {
          "line": 156,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragOpacity",
      "start": 5496,
      "end": 5507,
      "loc": {
        "start": {
          "line": 156,
          "column": 22
        },
        "end": {
          "line": 156,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5508,
      "end": 5509,
      "loc": {
        "start": {
          "line": 156,
          "column": 34
        },
        "end": {
          "line": 156,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5510,
      "end": 5515,
      "loc": {
        "start": {
          "line": 156,
          "column": 36
        },
        "end": {
          "line": 156,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5520,
      "end": 5521,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_leaf",
      "start": 5527,
      "end": 5532,
      "loc": {
        "start": {
          "line": 159,
          "column": 4
        },
        "end": {
          "line": 159,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5532,
      "end": 5533,
      "loc": {
        "start": {
          "line": 159,
          "column": 9
        },
        "end": {
          "line": 159,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5533,
      "end": 5537,
      "loc": {
        "start": {
          "line": 159,
          "column": 10
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 159,
          "column": 14
        },
        "end": {
          "line": 159,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "level",
      "start": 5539,
      "end": 5544,
      "loc": {
        "start": {
          "line": 159,
          "column": 16
        },
        "end": {
          "line": 159,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5544,
      "end": 5545,
      "loc": {
        "start": {
          "line": 159,
          "column": 21
        },
        "end": {
          "line": 159,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5546,
      "end": 5547,
      "loc": {
        "start": {
          "line": 159,
          "column": 23
        },
        "end": {
          "line": 159,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5556,
      "end": 5561,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5562,
      "end": 5566,
      "loc": {
        "start": {
          "line": 160,
          "column": 14
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5567,
      "end": 5568,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 5569,
      "end": 5574,
      "loc": {
        "start": {
          "line": 160,
          "column": 21
        },
        "end": {
          "line": 160,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5574,
      "end": 5575,
      "loc": {
        "start": {
          "line": 160,
          "column": 26
        },
        "end": {
          "line": 160,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 5575,
      "end": 5579,
      "loc": {
        "start": {
          "line": 160,
          "column": 27
        },
        "end": {
          "line": 160,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5579,
      "end": 5580,
      "loc": {
        "start": {
          "line": 160,
          "column": 31
        },
        "end": {
          "line": 160,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5580,
      "end": 5581,
      "loc": {
        "start": {
          "line": 160,
          "column": 32
        },
        "end": {
          "line": 160,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "className",
      "start": 5582,
      "end": 5591,
      "loc": {
        "start": {
          "line": 160,
          "column": 34
        },
        "end": {
          "line": 160,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5591,
      "end": 5592,
      "loc": {
        "start": {
          "line": 160,
          "column": 43
        },
        "end": {
          "line": 160,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5593,
      "end": 5594,
      "loc": {
        "start": {
          "line": 160,
          "column": 45
        },
        "end": {
          "line": 160,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5594,
      "end": 5594,
      "loc": {
        "start": {
          "line": 160,
          "column": 46
        },
        "end": {
          "line": 160,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5594,
      "end": 5596,
      "loc": {
        "start": {
          "line": 160,
          "column": 46
        },
        "end": {
          "line": 160,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5596,
      "end": 5600,
      "loc": {
        "start": {
          "line": 160,
          "column": 48
        },
        "end": {
          "line": 160,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5600,
      "end": 5601,
      "loc": {
        "start": {
          "line": 160,
          "column": 52
        },
        "end": {
          "line": 160,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 5601,
      "end": 5616,
      "loc": {
        "start": {
          "line": 160,
          "column": 53
        },
        "end": {
          "line": 160,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 160,
          "column": 68
        },
        "end": {
          "line": 160,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-leaf",
      "start": 5617,
      "end": 5622,
      "loc": {
        "start": {
          "line": 160,
          "column": 69
        },
        "end": {
          "line": 160,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5622,
      "end": 5623,
      "loc": {
        "start": {
          "line": 160,
          "column": 74
        },
        "end": {
          "line": 160,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5624,
      "end": 5625,
      "loc": {
        "start": {
          "line": 160,
          "column": 76
        },
        "end": {
          "line": 160,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5625,
      "end": 5626,
      "loc": {
        "start": {
          "line": 160,
          "column": 77
        },
        "end": {
          "line": 160,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5635,
      "end": 5639,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5639,
      "end": 5640,
      "loc": {
        "start": {
          "line": 161,
          "column": 12
        },
        "end": {
          "line": 161,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLeaf",
      "start": 5640,
      "end": 5646,
      "loc": {
        "start": {
          "line": 161,
          "column": 13
        },
        "end": {
          "line": 161,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5647,
      "end": 5648,
      "loc": {
        "start": {
          "line": 161,
          "column": 20
        },
        "end": {
          "line": 161,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5649,
      "end": 5653,
      "loc": {
        "start": {
          "line": 161,
          "column": 22
        },
        "end": {
          "line": 161,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5662,
      "end": 5666,
      "loc": {
        "start": {
          "line": 162,
          "column": 8
        },
        "end": {
          "line": 162,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5666,
      "end": 5667,
      "loc": {
        "start": {
          "line": 162,
          "column": 12
        },
        "end": {
          "line": 162,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5667,
      "end": 5671,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "end": {
          "line": 162,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5672,
      "end": 5673,
      "loc": {
        "start": {
          "line": 162,
          "column": 18
        },
        "end": {
          "line": 162,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5674,
      "end": 5678,
      "loc": {
        "start": {
          "line": 162,
          "column": 20
        },
        "end": {
          "line": 162,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5687,
      "end": 5691,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5691,
      "end": 5692,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "content",
      "start": 5692,
      "end": 5699,
      "loc": {
        "start": {
          "line": 163,
          "column": 13
        },
        "end": {
          "line": 163,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5700,
      "end": 5701,
      "loc": {
        "start": {
          "line": 163,
          "column": 21
        },
        "end": {
          "line": 163,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 5702,
      "end": 5707,
      "loc": {
        "start": {
          "line": 163,
          "column": 23
        },
        "end": {
          "line": 163,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5707,
      "end": 5708,
      "loc": {
        "start": {
          "line": 163,
          "column": 28
        },
        "end": {
          "line": 163,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 5708,
      "end": 5712,
      "loc": {
        "start": {
          "line": 163,
          "column": 29
        },
        "end": {
          "line": 163,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5712,
      "end": 5713,
      "loc": {
        "start": {
          "line": 163,
          "column": 33
        },
        "end": {
          "line": 163,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5713,
      "end": 5714,
      "loc": {
        "start": {
          "line": 163,
          "column": 34
        },
        "end": {
          "line": 163,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 5715,
      "end": 5721,
      "loc": {
        "start": {
          "line": 163,
          "column": 36
        },
        "end": {
          "line": 163,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5721,
      "end": 5722,
      "loc": {
        "start": {
          "line": 163,
          "column": 42
        },
        "end": {
          "line": 163,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5723,
      "end": 5727,
      "loc": {
        "start": {
          "line": 163,
          "column": 44
        },
        "end": {
          "line": 163,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5727,
      "end": 5728,
      "loc": {
        "start": {
          "line": 163,
          "column": 48
        },
        "end": {
          "line": 163,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "className",
      "start": 5729,
      "end": 5738,
      "loc": {
        "start": {
          "line": 163,
          "column": 50
        },
        "end": {
          "line": 163,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5738,
      "end": 5739,
      "loc": {
        "start": {
          "line": 163,
          "column": 59
        },
        "end": {
          "line": 163,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5740,
      "end": 5741,
      "loc": {
        "start": {
          "line": 163,
          "column": 61
        },
        "end": {
          "line": 163,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5741,
      "end": 5741,
      "loc": {
        "start": {
          "line": 163,
          "column": 62
        },
        "end": {
          "line": 163,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5741,
      "end": 5743,
      "loc": {
        "start": {
          "line": 163,
          "column": 62
        },
        "end": {
          "line": 163,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5743,
      "end": 5747,
      "loc": {
        "start": {
          "line": 163,
          "column": 64
        },
        "end": {
          "line": 163,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5747,
      "end": 5748,
      "loc": {
        "start": {
          "line": 163,
          "column": 68
        },
        "end": {
          "line": 163,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 5748,
      "end": 5763,
      "loc": {
        "start": {
          "line": 163,
          "column": 69
        },
        "end": {
          "line": 163,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5763,
      "end": 5764,
      "loc": {
        "start": {
          "line": 163,
          "column": 84
        },
        "end": {
          "line": 163,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-content",
      "start": 5764,
      "end": 5772,
      "loc": {
        "start": {
          "line": 163,
          "column": 85
        },
        "end": {
          "line": 163,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5772,
      "end": 5773,
      "loc": {
        "start": {
          "line": 163,
          "column": 93
        },
        "end": {
          "line": 163,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5774,
      "end": 5775,
      "loc": {
        "start": {
          "line": 163,
          "column": 95
        },
        "end": {
          "line": 163,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5775,
      "end": 5776,
      "loc": {
        "start": {
          "line": 163,
          "column": 96
        },
        "end": {
          "line": 163,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5785,
      "end": 5789,
      "loc": {
        "start": {
          "line": 164,
          "column": 8
        },
        "end": {
          "line": 164,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5789,
      "end": 5790,
      "loc": {
        "start": {
          "line": 164,
          "column": 12
        },
        "end": {
          "line": 164,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 5790,
      "end": 5795,
      "loc": {
        "start": {
          "line": 164,
          "column": 13
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5795,
      "end": 5796,
      "loc": {
        "start": {
          "line": 164,
          "column": 18
        },
        "end": {
          "line": 164,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "marginLeft",
      "start": 5796,
      "end": 5806,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5807,
      "end": 5808,
      "loc": {
        "start": {
          "line": 164,
          "column": 30
        },
        "end": {
          "line": 164,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5809,
      "end": 5813,
      "loc": {
        "start": {
          "line": 164,
          "column": 32
        },
        "end": {
          "line": 164,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5813,
      "end": 5814,
      "loc": {
        "start": {
          "line": 164,
          "column": 36
        },
        "end": {
          "line": 164,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indentation",
      "start": 5814,
      "end": 5825,
      "loc": {
        "start": {
          "line": 164,
          "column": 37
        },
        "end": {
          "line": 164,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5826,
      "end": 5827,
      "loc": {
        "start": {
          "line": 164,
          "column": 49
        },
        "end": {
          "line": 164,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "px",
      "start": 5828,
      "end": 5832,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5841,
      "end": 5845,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5845,
      "end": 5846,
      "loc": {
        "start": {
          "line": 165,
          "column": 12
        },
        "end": {
          "line": 165,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 5846,
      "end": 5850,
      "loc": {
        "start": {
          "line": 165,
          "column": 13
        },
        "end": {
          "line": 165,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5851,
      "end": 5852,
      "loc": {
        "start": {
          "line": 165,
          "column": 18
        },
        "end": {
          "line": 165,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 5853,
      "end": 5858,
      "loc": {
        "start": {
          "line": 165,
          "column": 20
        },
        "end": {
          "line": 165,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5858,
      "end": 5859,
      "loc": {
        "start": {
          "line": 165,
          "column": 25
        },
        "end": {
          "line": 165,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 5859,
      "end": 5863,
      "loc": {
        "start": {
          "line": 165,
          "column": 26
        },
        "end": {
          "line": 165,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5863,
      "end": 5864,
      "loc": {
        "start": {
          "line": 165,
          "column": 30
        },
        "end": {
          "line": 165,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5864,
      "end": 5865,
      "loc": {
        "start": {
          "line": 165,
          "column": 31
        },
        "end": {
          "line": 165,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 5878,
      "end": 5884,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5884,
      "end": 5885,
      "loc": {
        "start": {
          "line": 166,
          "column": 18
        },
        "end": {
          "line": 166,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 5886,
      "end": 5890,
      "loc": {
        "start": {
          "line": 166,
          "column": 20
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5890,
      "end": 5891,
      "loc": {
        "start": {
          "line": 166,
          "column": 24
        },
        "end": {
          "line": 166,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "content",
      "start": 5891,
      "end": 5898,
      "loc": {
        "start": {
          "line": 166,
          "column": 25
        },
        "end": {
          "line": 166,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5898,
      "end": 5899,
      "loc": {
        "start": {
          "line": 166,
          "column": 32
        },
        "end": {
          "line": 166,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 5912,
      "end": 5916,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5916,
      "end": 5917,
      "loc": {
        "start": {
          "line": 167,
          "column": 16
        },
        "end": {
          "line": 167,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5918,
      "end": 5922,
      "loc": {
        "start": {
          "line": 167,
          "column": 18
        },
        "end": {
          "line": 167,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5922,
      "end": 5923,
      "loc": {
        "start": {
          "line": 167,
          "column": 22
        },
        "end": {
          "line": 167,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expanded",
      "start": 5923,
      "end": 5931,
      "loc": {
        "start": {
          "line": 167,
          "column": 23
        },
        "end": {
          "line": 167,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5932,
      "end": 5933,
      "loc": {
        "start": {
          "line": 167,
          "column": 32
        },
        "end": {
          "line": 167,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icons",
      "start": 5934,
      "end": 5939,
      "loc": {
        "start": {
          "line": 167,
          "column": 34
        },
        "end": {
          "line": 167,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 167,
          "column": 39
        },
        "end": {
          "line": 167,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 5940,
      "end": 5944,
      "loc": {
        "start": {
          "line": 167,
          "column": 40
        },
        "end": {
          "line": 167,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5945,
      "end": 5946,
      "loc": {
        "start": {
          "line": 167,
          "column": 45
        },
        "end": {
          "line": 167,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icons",
      "start": 5947,
      "end": 5952,
      "loc": {
        "start": {
          "line": 167,
          "column": 47
        },
        "end": {
          "line": 167,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5952,
      "end": 5953,
      "loc": {
        "start": {
          "line": 167,
          "column": 52
        },
        "end": {
          "line": 167,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closed",
      "start": 5953,
      "end": 5959,
      "loc": {
        "start": {
          "line": 167,
          "column": 53
        },
        "end": {
          "line": 167,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5959,
      "end": 5960,
      "loc": {
        "start": {
          "line": 167,
          "column": 59
        },
        "end": {
          "line": 167,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "className",
      "start": 5973,
      "end": 5982,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5982,
      "end": 5983,
      "loc": {
        "start": {
          "line": 168,
          "column": 21
        },
        "end": {
          "line": 168,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5984,
      "end": 5985,
      "loc": {
        "start": {
          "line": 168,
          "column": 23
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5985,
      "end": 5985,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5985,
      "end": 5987,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5987,
      "end": 5991,
      "loc": {
        "start": {
          "line": 168,
          "column": 26
        },
        "end": {
          "line": 168,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5991,
      "end": 5992,
      "loc": {
        "start": {
          "line": 168,
          "column": 30
        },
        "end": {
          "line": 168,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 5992,
      "end": 6007,
      "loc": {
        "start": {
          "line": 168,
          "column": 31
        },
        "end": {
          "line": 168,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6007,
      "end": 6008,
      "loc": {
        "start": {
          "line": 168,
          "column": 46
        },
        "end": {
          "line": 168,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-expand",
      "start": 6008,
      "end": 6015,
      "loc": {
        "start": {
          "line": 168,
          "column": 47
        },
        "end": {
          "line": 168,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6015,
      "end": 6016,
      "loc": {
        "start": {
          "line": 168,
          "column": 54
        },
        "end": {
          "line": 168,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6025,
      "end": 6026,
      "loc": {
        "start": {
          "line": 169,
          "column": 8
        },
        "end": {
          "line": 169,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6026,
      "end": 6027,
      "loc": {
        "start": {
          "line": 169,
          "column": 9
        },
        "end": {
          "line": 169,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6036,
      "end": 6040,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6040,
      "end": 6041,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 6041,
      "end": 6045,
      "loc": {
        "start": {
          "line": 170,
          "column": 13
        },
        "end": {
          "line": 170,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6046,
      "end": 6047,
      "loc": {
        "start": {
          "line": 170,
          "column": 18
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 6048,
      "end": 6053,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6053,
      "end": 6054,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 6054,
      "end": 6058,
      "loc": {
        "start": {
          "line": 170,
          "column": 26
        },
        "end": {
          "line": 170,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6058,
      "end": 6059,
      "loc": {
        "start": {
          "line": 170,
          "column": 30
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6059,
      "end": 6060,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 6061,
      "end": 6067,
      "loc": {
        "start": {
          "line": 170,
          "column": 33
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6067,
      "end": 6068,
      "loc": {
        "start": {
          "line": 170,
          "column": 39
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6069,
      "end": 6073,
      "loc": {
        "start": {
          "line": 170,
          "column": 41
        },
        "end": {
          "line": 170,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6073,
      "end": 6074,
      "loc": {
        "start": {
          "line": 170,
          "column": 45
        },
        "end": {
          "line": 170,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "content",
      "start": 6074,
      "end": 6081,
      "loc": {
        "start": {
          "line": 170,
          "column": 46
        },
        "end": {
          "line": 170,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6081,
      "end": 6082,
      "loc": {
        "start": {
          "line": 170,
          "column": 53
        },
        "end": {
          "line": 170,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 6083,
      "end": 6087,
      "loc": {
        "start": {
          "line": 170,
          "column": 55
        },
        "end": {
          "line": 170,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6087,
      "end": 6088,
      "loc": {
        "start": {
          "line": 170,
          "column": 59
        },
        "end": {
          "line": 170,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6089,
      "end": 6093,
      "loc": {
        "start": {
          "line": 170,
          "column": 61
        },
        "end": {
          "line": 170,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6093,
      "end": 6094,
      "loc": {
        "start": {
          "line": 170,
          "column": 65
        },
        "end": {
          "line": 170,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 6094,
      "end": 6098,
      "loc": {
        "start": {
          "line": 170,
          "column": 66
        },
        "end": {
          "line": 170,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6098,
      "end": 6099,
      "loc": {
        "start": {
          "line": 170,
          "column": 70
        },
        "end": {
          "line": 170,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "className",
      "start": 6100,
      "end": 6109,
      "loc": {
        "start": {
          "line": 170,
          "column": 72
        },
        "end": {
          "line": 170,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6109,
      "end": 6110,
      "loc": {
        "start": {
          "line": 170,
          "column": 81
        },
        "end": {
          "line": 170,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6111,
      "end": 6112,
      "loc": {
        "start": {
          "line": 170,
          "column": 83
        },
        "end": {
          "line": 170,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 6112,
      "end": 6112,
      "loc": {
        "start": {
          "line": 170,
          "column": 84
        },
        "end": {
          "line": 170,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6112,
      "end": 6114,
      "loc": {
        "start": {
          "line": 170,
          "column": 84
        },
        "end": {
          "line": 170,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6114,
      "end": 6118,
      "loc": {
        "start": {
          "line": 170,
          "column": 86
        },
        "end": {
          "line": 170,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6118,
      "end": 6119,
      "loc": {
        "start": {
          "line": 170,
          "column": 90
        },
        "end": {
          "line": 170,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 6119,
      "end": 6134,
      "loc": {
        "start": {
          "line": 170,
          "column": 91
        },
        "end": {
          "line": 170,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6134,
      "end": 6135,
      "loc": {
        "start": {
          "line": 170,
          "column": 106
        },
        "end": {
          "line": 170,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-name",
      "start": 6135,
      "end": 6140,
      "loc": {
        "start": {
          "line": 170,
          "column": 107
        },
        "end": {
          "line": 170,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6140,
      "end": 6141,
      "loc": {
        "start": {
          "line": 170,
          "column": 112
        },
        "end": {
          "line": 170,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6142,
      "end": 6143,
      "loc": {
        "start": {
          "line": 170,
          "column": 114
        },
        "end": {
          "line": 170,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6143,
      "end": 6144,
      "loc": {
        "start": {
          "line": 170,
          "column": 115
        },
        "end": {
          "line": 170,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6153,
      "end": 6157,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6157,
      "end": 6158,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 6158,
      "end": 6162,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6162,
      "end": 6163,
      "loc": {
        "start": {
          "line": 171,
          "column": 17
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 6163,
      "end": 6179,
      "loc": {
        "start": {
          "line": 171,
          "column": 18
        },
        "end": {
          "line": 171,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6179,
      "end": 6180,
      "loc": {
        "start": {
          "line": 171,
          "column": 34
        },
        "end": {
          "line": 171,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mousedown",
      "start": 6180,
      "end": 6191,
      "loc": {
        "start": {
          "line": 171,
          "column": 35
        },
        "end": {
          "line": 171,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6191,
      "end": 6192,
      "loc": {
        "start": {
          "line": 171,
          "column": 46
        },
        "end": {
          "line": 171,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6193,
      "end": 6194,
      "loc": {
        "start": {
          "line": 171,
          "column": 48
        },
        "end": {
          "line": 171,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6195,
      "end": 6197,
      "loc": {
        "start": {
          "line": 171,
          "column": 50
        },
        "end": {
          "line": 171,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6198,
      "end": 6202,
      "loc": {
        "start": {
          "line": 171,
          "column": 53
        },
        "end": {
          "line": 171,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6202,
      "end": 6203,
      "loc": {
        "start": {
          "line": 171,
          "column": 57
        },
        "end": {
          "line": 171,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_input",
      "start": 6203,
      "end": 6209,
      "loc": {
        "start": {
          "line": 171,
          "column": 58
        },
        "end": {
          "line": 171,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6209,
      "end": 6210,
      "loc": {
        "start": {
          "line": 171,
          "column": 64
        },
        "end": {
          "line": 171,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_down",
      "start": 6210,
      "end": 6215,
      "loc": {
        "start": {
          "line": 171,
          "column": 65
        },
        "end": {
          "line": 171,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 171,
          "column": 70
        },
        "end": {
          "line": 171,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6216,
      "end": 6217,
      "loc": {
        "start": {
          "line": 171,
          "column": 71
        },
        "end": {
          "line": 171,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6217,
      "end": 6218,
      "loc": {
        "start": {
          "line": 171,
          "column": 72
        },
        "end": {
          "line": 171,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6218,
      "end": 6219,
      "loc": {
        "start": {
          "line": 171,
          "column": 73
        },
        "end": {
          "line": 171,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6228,
      "end": 6232,
      "loc": {
        "start": {
          "line": 172,
          "column": 8
        },
        "end": {
          "line": 172,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6232,
      "end": 6233,
      "loc": {
        "start": {
          "line": 172,
          "column": 12
        },
        "end": {
          "line": 172,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 6233,
      "end": 6237,
      "loc": {
        "start": {
          "line": 172,
          "column": 13
        },
        "end": {
          "line": 172,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6237,
      "end": 6238,
      "loc": {
        "start": {
          "line": 172,
          "column": 17
        },
        "end": {
          "line": 172,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 6238,
      "end": 6254,
      "loc": {
        "start": {
          "line": 172,
          "column": 18
        },
        "end": {
          "line": 172,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6254,
      "end": 6255,
      "loc": {
        "start": {
          "line": 172,
          "column": 34
        },
        "end": {
          "line": 172,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "touchstart",
      "start": 6255,
      "end": 6267,
      "loc": {
        "start": {
          "line": 172,
          "column": 35
        },
        "end": {
          "line": 172,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6267,
      "end": 6268,
      "loc": {
        "start": {
          "line": 172,
          "column": 47
        },
        "end": {
          "line": 172,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6269,
      "end": 6270,
      "loc": {
        "start": {
          "line": 172,
          "column": 49
        },
        "end": {
          "line": 172,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6271,
      "end": 6273,
      "loc": {
        "start": {
          "line": 172,
          "column": 51
        },
        "end": {
          "line": 172,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6274,
      "end": 6278,
      "loc": {
        "start": {
          "line": 172,
          "column": 54
        },
        "end": {
          "line": 172,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6278,
      "end": 6279,
      "loc": {
        "start": {
          "line": 172,
          "column": 58
        },
        "end": {
          "line": 172,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_input",
      "start": 6279,
      "end": 6285,
      "loc": {
        "start": {
          "line": 172,
          "column": 59
        },
        "end": {
          "line": 172,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6285,
      "end": 6286,
      "loc": {
        "start": {
          "line": 172,
          "column": 65
        },
        "end": {
          "line": 172,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_down",
      "start": 6286,
      "end": 6291,
      "loc": {
        "start": {
          "line": 172,
          "column": 66
        },
        "end": {
          "line": 172,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6291,
      "end": 6292,
      "loc": {
        "start": {
          "line": 172,
          "column": 71
        },
        "end": {
          "line": 172,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6292,
      "end": 6293,
      "loc": {
        "start": {
          "line": 172,
          "column": 72
        },
        "end": {
          "line": 172,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6293,
      "end": 6294,
      "loc": {
        "start": {
          "line": 172,
          "column": 73
        },
        "end": {
          "line": 172,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6294,
      "end": 6295,
      "loc": {
        "start": {
          "line": 172,
          "column": 74
        },
        "end": {
          "line": 172,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 6304,
      "end": 6307,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6308,
      "end": 6309,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6309,
      "end": 6312,
      "loc": {
        "start": {
          "line": 173,
          "column": 13
        },
        "end": {
          "line": 173,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 6313,
      "end": 6318,
      "loc": {
        "start": {
          "line": 173,
          "column": 17
        },
        "end": {
          "line": 173,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 6319,
      "end": 6321,
      "loc": {
        "start": {
          "line": 173,
          "column": 23
        },
        "end": {
          "line": 173,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6322,
      "end": 6326,
      "loc": {
        "start": {
          "line": 173,
          "column": 26
        },
        "end": {
          "line": 173,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6326,
      "end": 6327,
      "loc": {
        "start": {
          "line": 173,
          "column": 30
        },
        "end": {
          "line": 173,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 6327,
      "end": 6335,
      "loc": {
        "start": {
          "line": 173,
          "column": 31
        },
        "end": {
          "line": 173,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 173,
          "column": 39
        },
        "end": {
          "line": 173,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6337,
      "end": 6338,
      "loc": {
        "start": {
          "line": 173,
          "column": 41
        },
        "end": {
          "line": 173,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6351,
      "end": 6356,
      "loc": {
        "start": {
          "line": 174,
          "column": 12
        },
        "end": {
          "line": 174,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6357,
      "end": 6360,
      "loc": {
        "start": {
          "line": 174,
          "column": 18
        },
        "end": {
          "line": 174,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6361,
      "end": 6362,
      "loc": {
        "start": {
          "line": 174,
          "column": 22
        },
        "end": {
          "line": 174,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6363,
      "end": 6367,
      "loc": {
        "start": {
          "line": 174,
          "column": 24
        },
        "end": {
          "line": 174,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6367,
      "end": 6368,
      "loc": {
        "start": {
          "line": 174,
          "column": 28
        },
        "end": {
          "line": 174,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_leaf",
      "start": 6368,
      "end": 6373,
      "loc": {
        "start": {
          "line": 174,
          "column": 29
        },
        "end": {
          "line": 174,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6373,
      "end": 6374,
      "loc": {
        "start": {
          "line": 174,
          "column": 34
        },
        "end": {
          "line": 174,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 6374,
      "end": 6379,
      "loc": {
        "start": {
          "line": 174,
          "column": 35
        },
        "end": {
          "line": 174,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6379,
      "end": 6380,
      "loc": {
        "start": {
          "line": 174,
          "column": 40
        },
        "end": {
          "line": 174,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "level",
      "start": 6381,
      "end": 6386,
      "loc": {
        "start": {
          "line": 174,
          "column": 42
        },
        "end": {
          "line": 174,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6387,
      "end": 6388,
      "loc": {
        "start": {
          "line": 174,
          "column": 48
        },
        "end": {
          "line": 174,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6389,
      "end": 6390,
      "loc": {
        "start": {
          "line": 174,
          "column": 50
        },
        "end": {
          "line": 174,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6390,
      "end": 6391,
      "loc": {
        "start": {
          "line": 174,
          "column": 51
        },
        "end": {
          "line": 174,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6404,
      "end": 6407,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6407,
      "end": 6408,
      "loc": {
        "start": {
          "line": 175,
          "column": 15
        },
        "end": {
          "line": 175,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6408,
      "end": 6412,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6412,
      "end": 6413,
      "loc": {
        "start": {
          "line": 175,
          "column": 20
        },
        "end": {
          "line": 175,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 6413,
      "end": 6419,
      "loc": {
        "start": {
          "line": 175,
          "column": 21
        },
        "end": {
          "line": 175,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6420,
      "end": 6421,
      "loc": {
        "start": {
          "line": 175,
          "column": 28
        },
        "end": {
          "line": 175,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6422,
      "end": 6426,
      "loc": {
        "start": {
          "line": 175,
          "column": 30
        },
        "end": {
          "line": 175,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6439,
      "end": 6443,
      "loc": {
        "start": {
          "line": 176,
          "column": 12
        },
        "end": {
          "line": 176,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6443,
      "end": 6444,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendChild",
      "start": 6444,
      "end": 6455,
      "loc": {
        "start": {
          "line": 176,
          "column": 17
        },
        "end": {
          "line": 176,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6455,
      "end": 6456,
      "loc": {
        "start": {
          "line": 176,
          "column": 28
        },
        "end": {
          "line": 176,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6456,
      "end": 6459,
      "loc": {
        "start": {
          "line": 176,
          "column": 29
        },
        "end": {
          "line": 176,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6459,
      "end": 6460,
      "loc": {
        "start": {
          "line": 176,
          "column": 32
        },
        "end": {
          "line": 176,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6473,
      "end": 6475,
      "loc": {
        "start": {
          "line": 177,
          "column": 12
        },
        "end": {
          "line": 177,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6476,
      "end": 6477,
      "loc": {
        "start": {
          "line": 177,
          "column": 15
        },
        "end": {
          "line": 177,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6477,
      "end": 6478,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6478,
      "end": 6482,
      "loc": {
        "start": {
          "line": 177,
          "column": 17
        },
        "end": {
          "line": 177,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6482,
      "end": 6483,
      "loc": {
        "start": {
          "line": 177,
          "column": 21
        },
        "end": {
          "line": 177,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expanded",
      "start": 6483,
      "end": 6491,
      "loc": {
        "start": {
          "line": 177,
          "column": 22
        },
        "end": {
          "line": 177,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 177,
          "column": 30
        },
        "end": {
          "line": 177,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6493,
      "end": 6494,
      "loc": {
        "start": {
          "line": 177,
          "column": 32
        },
        "end": {
          "line": 177,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6511,
      "end": 6514,
      "loc": {
        "start": {
          "line": 178,
          "column": 16
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6514,
      "end": 6515,
      "loc": {
        "start": {
          "line": 178,
          "column": 19
        },
        "end": {
          "line": 178,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 6515,
      "end": 6520,
      "loc": {
        "start": {
          "line": 178,
          "column": 20
        },
        "end": {
          "line": 178,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 178,
          "column": 25
        },
        "end": {
          "line": 178,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 6521,
      "end": 6528,
      "loc": {
        "start": {
          "line": 178,
          "column": 26
        },
        "end": {
          "line": 178,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6529,
      "end": 6530,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "none",
      "start": 6531,
      "end": 6537,
      "loc": {
        "start": {
          "line": 178,
          "column": 36
        },
        "end": {
          "line": 178,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6550,
      "end": 6551,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6560,
      "end": 6561,
      "loc": {
        "start": {
          "line": 180,
          "column": 8
        },
        "end": {
          "line": 180,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6570,
      "end": 6572,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6573,
      "end": 6574,
      "loc": {
        "start": {
          "line": 181,
          "column": 11
        },
        "end": {
          "line": 181,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6574,
      "end": 6578,
      "loc": {
        "start": {
          "line": 181,
          "column": 12
        },
        "end": {
          "line": 181,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6578,
      "end": 6579,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 6579,
      "end": 6591,
      "loc": {
        "start": {
          "line": 181,
          "column": 17
        },
        "end": {
          "line": 181,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6591,
      "end": 6592,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6592,
      "end": 6596,
      "loc": {
        "start": {
          "line": 181,
          "column": 30
        },
        "end": {
          "line": 181,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6596,
      "end": 6597,
      "loc": {
        "start": {
          "line": 181,
          "column": 34
        },
        "end": {
          "line": 181,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 6598,
      "end": 6602,
      "loc": {
        "start": {
          "line": 181,
          "column": 36
        },
        "end": {
          "line": 181,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6602,
      "end": 6603,
      "loc": {
        "start": {
          "line": 181,
          "column": 40
        },
        "end": {
          "line": 181,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6603,
      "end": 6604,
      "loc": {
        "start": {
          "line": 181,
          "column": 41
        },
        "end": {
          "line": 181,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6604,
      "end": 6610,
      "loc": {
        "start": {
          "line": 181,
          "column": 42
        },
        "end": {
          "line": 181,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6611,
      "end": 6614,
      "loc": {
        "start": {
          "line": 181,
          "column": 49
        },
        "end": {
          "line": 181,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6615,
      "end": 6616,
      "loc": {
        "start": {
          "line": 181,
          "column": 53
        },
        "end": {
          "line": 181,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6616,
      "end": 6617,
      "loc": {
        "start": {
          "line": 181,
          "column": 54
        },
        "end": {
          "line": 181,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6618,
      "end": 6619,
      "loc": {
        "start": {
          "line": 181,
          "column": 56
        },
        "end": {
          "line": 181,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6632,
      "end": 6636,
      "loc": {
        "start": {
          "line": 182,
          "column": 12
        },
        "end": {
          "line": 182,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6636,
      "end": 6637,
      "loc": {
        "start": {
          "line": 182,
          "column": 16
        },
        "end": {
          "line": 182,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_hideIcon",
      "start": 6637,
      "end": 6646,
      "loc": {
        "start": {
          "line": 182,
          "column": 17
        },
        "end": {
          "line": 182,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6646,
      "end": 6647,
      "loc": {
        "start": {
          "line": 182,
          "column": 26
        },
        "end": {
          "line": 182,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6647,
      "end": 6651,
      "loc": {
        "start": {
          "line": 182,
          "column": 27
        },
        "end": {
          "line": 182,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6651,
      "end": 6652,
      "loc": {
        "start": {
          "line": 182,
          "column": 31
        },
        "end": {
          "line": 182,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6661,
      "end": 6662,
      "loc": {
        "start": {
          "line": 183,
          "column": 8
        },
        "end": {
          "line": 183,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clicked",
      "start": 6671,
      "end": 6678,
      "loc": {
        "start": {
          "line": 184,
          "column": 8
        },
        "end": {
          "line": 184,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6678,
      "end": 6679,
      "loc": {
        "start": {
          "line": 184,
          "column": 15
        },
        "end": {
          "line": 184,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6679,
      "end": 6683,
      "loc": {
        "start": {
          "line": 184,
          "column": 16
        },
        "end": {
          "line": 184,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6683,
      "end": 6684,
      "loc": {
        "start": {
          "line": 184,
          "column": 20
        },
        "end": {
          "line": 184,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 6684,
      "end": 6688,
      "loc": {
        "start": {
          "line": 184,
          "column": 21
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6688,
      "end": 6689,
      "loc": {
        "start": {
          "line": 184,
          "column": 25
        },
        "end": {
          "line": 184,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6690,
      "end": 6691,
      "loc": {
        "start": {
          "line": 184,
          "column": 27
        },
        "end": {
          "line": 184,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6691,
      "end": 6692,
      "loc": {
        "start": {
          "line": 184,
          "column": 28
        },
        "end": {
          "line": 184,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6693,
      "end": 6695,
      "loc": {
        "start": {
          "line": 184,
          "column": 30
        },
        "end": {
          "line": 184,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6696,
      "end": 6700,
      "loc": {
        "start": {
          "line": 184,
          "column": 33
        },
        "end": {
          "line": 184,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6700,
      "end": 6701,
      "loc": {
        "start": {
          "line": 184,
          "column": 37
        },
        "end": {
          "line": 184,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toggleExpand",
      "start": 6701,
      "end": 6713,
      "loc": {
        "start": {
          "line": 184,
          "column": 38
        },
        "end": {
          "line": 184,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6713,
      "end": 6714,
      "loc": {
        "start": {
          "line": 184,
          "column": 50
        },
        "end": {
          "line": 184,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6714,
      "end": 6718,
      "loc": {
        "start": {
          "line": 184,
          "column": 51
        },
        "end": {
          "line": 184,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6718,
      "end": 6719,
      "loc": {
        "start": {
          "line": 184,
          "column": 55
        },
        "end": {
          "line": 184,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6719,
      "end": 6720,
      "loc": {
        "start": {
          "line": 184,
          "column": 56
        },
        "end": {
          "line": 184,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6729,
      "end": 6733,
      "loc": {
        "start": {
          "line": 185,
          "column": 8
        },
        "end": {
          "line": 185,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6733,
      "end": 6734,
      "loc": {
        "start": {
          "line": 185,
          "column": 12
        },
        "end": {
          "line": 185,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 6734,
      "end": 6738,
      "loc": {
        "start": {
          "line": 185,
          "column": 13
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6738,
      "end": 6739,
      "loc": {
        "start": {
          "line": 185,
          "column": 17
        },
        "end": {
          "line": 185,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "render",
      "start": 6739,
      "end": 6747,
      "loc": {
        "start": {
          "line": 185,
          "column": 18
        },
        "end": {
          "line": 185,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6747,
      "end": 6748,
      "loc": {
        "start": {
          "line": 185,
          "column": 26
        },
        "end": {
          "line": 185,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6749,
      "end": 6753,
      "loc": {
        "start": {
          "line": 185,
          "column": 28
        },
        "end": {
          "line": 185,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 185,
          "column": 32
        },
        "end": {
          "line": 185,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6755,
      "end": 6759,
      "loc": {
        "start": {
          "line": 185,
          "column": 34
        },
        "end": {
          "line": 185,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6759,
      "end": 6760,
      "loc": {
        "start": {
          "line": 185,
          "column": 38
        },
        "end": {
          "line": 185,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6769,
      "end": 6775,
      "loc": {
        "start": {
          "line": 186,
          "column": 8
        },
        "end": {
          "line": 186,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6776,
      "end": 6780,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6785,
      "end": 6786,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 6792,
      "end": 6804,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6804,
      "end": 6805,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6805,
      "end": 6809,
      "loc": {
        "start": {
          "line": 189,
          "column": 17
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6809,
      "end": 6810,
      "loc": {
        "start": {
          "line": 189,
          "column": 21
        },
        "end": {
          "line": 189,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 6811,
      "end": 6814,
      "loc": {
        "start": {
          "line": 189,
          "column": 23
        },
        "end": {
          "line": 189,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6814,
      "end": 6815,
      "loc": {
        "start": {
          "line": 189,
          "column": 26
        },
        "end": {
          "line": 189,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6816,
      "end": 6817,
      "loc": {
        "start": {
          "line": 189,
          "column": 28
        },
        "end": {
          "line": 189,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6826,
      "end": 6830,
      "loc": {
        "start": {
          "line": 190,
          "column": 8
        },
        "end": {
          "line": 190,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6831,
      "end": 6832,
      "loc": {
        "start": {
          "line": 190,
          "column": 13
        },
        "end": {
          "line": 190,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6833,
      "end": 6837,
      "loc": {
        "start": {
          "line": 190,
          "column": 15
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6838,
      "end": 6840,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6841,
      "end": 6845,
      "loc": {
        "start": {
          "line": 190,
          "column": 23
        },
        "end": {
          "line": 190,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6845,
      "end": 6846,
      "loc": {
        "start": {
          "line": 190,
          "column": 27
        },
        "end": {
          "line": 190,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 6846,
      "end": 6853,
      "loc": {
        "start": {
          "line": 190,
          "column": 28
        },
        "end": {
          "line": 190,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6862,
      "end": 6867,
      "loc": {
        "start": {
          "line": 191,
          "column": 8
        },
        "end": {
          "line": 191,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 6868,
      "end": 6876,
      "loc": {
        "start": {
          "line": 191,
          "column": 14
        },
        "end": {
          "line": 191,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6877,
      "end": 6878,
      "loc": {
        "start": {
          "line": 191,
          "column": 23
        },
        "end": {
          "line": 191,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6879,
      "end": 6880,
      "loc": {
        "start": {
          "line": 191,
          "column": 25
        },
        "end": {
          "line": 191,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6880,
      "end": 6881,
      "loc": {
        "start": {
          "line": 191,
          "column": 26
        },
        "end": {
          "line": 191,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 6890,
      "end": 6893,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6894,
      "end": 6895,
      "loc": {
        "start": {
          "line": 192,
          "column": 12
        },
        "end": {
          "line": 192,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6895,
      "end": 6898,
      "loc": {
        "start": {
          "line": 192,
          "column": 13
        },
        "end": {
          "line": 192,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 6899,
      "end": 6904,
      "loc": {
        "start": {
          "line": 192,
          "column": 17
        },
        "end": {
          "line": 192,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 6905,
      "end": 6907,
      "loc": {
        "start": {
          "line": 192,
          "column": 23
        },
        "end": {
          "line": 192,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 6908,
      "end": 6912,
      "loc": {
        "start": {
          "line": 192,
          "column": 26
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6912,
      "end": 6913,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 6913,
      "end": 6921,
      "loc": {
        "start": {
          "line": 192,
          "column": 31
        },
        "end": {
          "line": 192,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6921,
      "end": 6922,
      "loc": {
        "start": {
          "line": 192,
          "column": 39
        },
        "end": {
          "line": 192,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6923,
      "end": 6924,
      "loc": {
        "start": {
          "line": 192,
          "column": 41
        },
        "end": {
          "line": 192,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6937,
      "end": 6939,
      "loc": {
        "start": {
          "line": 193,
          "column": 12
        },
        "end": {
          "line": 193,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6940,
      "end": 6941,
      "loc": {
        "start": {
          "line": 193,
          "column": 15
        },
        "end": {
          "line": 193,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 6941,
      "end": 6946,
      "loc": {
        "start": {
          "line": 193,
          "column": 16
        },
        "end": {
          "line": 193,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6946,
      "end": 6947,
      "loc": {
        "start": {
          "line": 193,
          "column": 21
        },
        "end": {
          "line": 193,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLeaf",
      "start": 6947,
      "end": 6953,
      "loc": {
        "start": {
          "line": 193,
          "column": 22
        },
        "end": {
          "line": 193,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6954,
      "end": 6956,
      "loc": {
        "start": {
          "line": 193,
          "column": 29
        },
        "end": {
          "line": 193,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6957,
      "end": 6958,
      "loc": {
        "start": {
          "line": 193,
          "column": 32
        },
        "end": {
          "line": 193,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 6958,
      "end": 6961,
      "loc": {
        "start": {
          "line": 193,
          "column": 33
        },
        "end": {
          "line": 193,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6962,
      "end": 6964,
      "loc": {
        "start": {
          "line": 193,
          "column": 37
        },
        "end": {
          "line": 193,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 6965,
      "end": 6970,
      "loc": {
        "start": {
          "line": 193,
          "column": 40
        },
        "end": {
          "line": 193,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6970,
      "end": 6971,
      "loc": {
        "start": {
          "line": 193,
          "column": 45
        },
        "end": {
          "line": 193,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 6971,
      "end": 6976,
      "loc": {
        "start": {
          "line": 193,
          "column": 46
        },
        "end": {
          "line": 193,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6976,
      "end": 6977,
      "loc": {
        "start": {
          "line": 193,
          "column": 51
        },
        "end": {
          "line": 193,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 6977,
      "end": 6984,
      "loc": {
        "start": {
          "line": 193,
          "column": 52
        },
        "end": {
          "line": 193,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6985,
      "end": 6988,
      "loc": {
        "start": {
          "line": 193,
          "column": 60
        },
        "end": {
          "line": 193,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "none",
      "start": 6989,
      "end": 6995,
      "loc": {
        "start": {
          "line": 193,
          "column": 64
        },
        "end": {
          "line": 193,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6995,
      "end": 6996,
      "loc": {
        "start": {
          "line": 193,
          "column": 70
        },
        "end": {
          "line": 193,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6996,
      "end": 6997,
      "loc": {
        "start": {
          "line": 193,
          "column": 71
        },
        "end": {
          "line": 193,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6998,
      "end": 6999,
      "loc": {
        "start": {
          "line": 193,
          "column": 73
        },
        "end": {
          "line": 193,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 7016,
      "end": 7024,
      "loc": {
        "start": {
          "line": 194,
          "column": 16
        },
        "end": {
          "line": 194,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7024,
      "end": 7025,
      "loc": {
        "start": {
          "line": 194,
          "column": 24
        },
        "end": {
          "line": 194,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 7025,
      "end": 7029,
      "loc": {
        "start": {
          "line": 194,
          "column": 25
        },
        "end": {
          "line": 194,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7029,
      "end": 7030,
      "loc": {
        "start": {
          "line": 194,
          "column": 29
        },
        "end": {
          "line": 194,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7030,
      "end": 7035,
      "loc": {
        "start": {
          "line": 194,
          "column": 30
        },
        "end": {
          "line": 194,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7035,
      "end": 7036,
      "loc": {
        "start": {
          "line": 194,
          "column": 35
        },
        "end": {
          "line": 194,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7049,
      "end": 7050,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7059,
      "end": 7060,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7069,
      "end": 7075,
      "loc": {
        "start": {
          "line": 197,
          "column": 8
        },
        "end": {
          "line": 197,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 7076,
      "end": 7084,
      "loc": {
        "start": {
          "line": 197,
          "column": 15
        },
        "end": {
          "line": 197,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7089,
      "end": 7090,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_hideIcon",
      "start": 7096,
      "end": 7105,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 200,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7105,
      "end": 7106,
      "loc": {
        "start": {
          "line": 200,
          "column": 13
        },
        "end": {
          "line": 200,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7106,
      "end": 7110,
      "loc": {
        "start": {
          "line": 200,
          "column": 14
        },
        "end": {
          "line": 200,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7110,
      "end": 7111,
      "loc": {
        "start": {
          "line": 200,
          "column": 18
        },
        "end": {
          "line": 200,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7112,
      "end": 7113,
      "loc": {
        "start": {
          "line": 200,
          "column": 20
        },
        "end": {
          "line": 200,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7122,
      "end": 7124,
      "loc": {
        "start": {
          "line": 201,
          "column": 8
        },
        "end": {
          "line": 201,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7125,
      "end": 7126,
      "loc": {
        "start": {
          "line": 201,
          "column": 11
        },
        "end": {
          "line": 201,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7126,
      "end": 7130,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7130,
      "end": 7131,
      "loc": {
        "start": {
          "line": 201,
          "column": 16
        },
        "end": {
          "line": 201,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLeaf",
      "start": 7131,
      "end": 7137,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7137,
      "end": 7138,
      "loc": {
        "start": {
          "line": 201,
          "column": 23
        },
        "end": {
          "line": 201,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7139,
      "end": 7140,
      "loc": {
        "start": {
          "line": 201,
          "column": 25
        },
        "end": {
          "line": 201,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7153,
      "end": 7157,
      "loc": {
        "start": {
          "line": 202,
          "column": 12
        },
        "end": {
          "line": 202,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7157,
      "end": 7158,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 7158,
      "end": 7162,
      "loc": {
        "start": {
          "line": 202,
          "column": 17
        },
        "end": {
          "line": 202,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7162,
      "end": 7163,
      "loc": {
        "start": {
          "line": 202,
          "column": 21
        },
        "end": {
          "line": 202,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 7163,
      "end": 7168,
      "loc": {
        "start": {
          "line": 202,
          "column": 22
        },
        "end": {
          "line": 202,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7168,
      "end": 7169,
      "loc": {
        "start": {
          "line": 202,
          "column": 27
        },
        "end": {
          "line": 202,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 7169,
      "end": 7176,
      "loc": {
        "start": {
          "line": 202,
          "column": 28
        },
        "end": {
          "line": 202,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7177,
      "end": 7178,
      "loc": {
        "start": {
          "line": 202,
          "column": 36
        },
        "end": {
          "line": 202,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 7179,
      "end": 7180,
      "loc": {
        "start": {
          "line": 202,
          "column": 38
        },
        "end": {
          "line": 202,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7193,
      "end": 7197,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7197,
      "end": 7198,
      "loc": {
        "start": {
          "line": 203,
          "column": 16
        },
        "end": {
          "line": 203,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 7198,
      "end": 7202,
      "loc": {
        "start": {
          "line": 203,
          "column": 17
        },
        "end": {
          "line": 203,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7202,
      "end": 7203,
      "loc": {
        "start": {
          "line": 203,
          "column": 21
        },
        "end": {
          "line": 203,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 7203,
      "end": 7208,
      "loc": {
        "start": {
          "line": 203,
          "column": 22
        },
        "end": {
          "line": 203,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7208,
      "end": 7209,
      "loc": {
        "start": {
          "line": 203,
          "column": 27
        },
        "end": {
          "line": 203,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cursor",
      "start": 7209,
      "end": 7215,
      "loc": {
        "start": {
          "line": 203,
          "column": 28
        },
        "end": {
          "line": 203,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7216,
      "end": 7217,
      "loc": {
        "start": {
          "line": 203,
          "column": 35
        },
        "end": {
          "line": 203,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unset",
      "start": 7218,
      "end": 7225,
      "loc": {
        "start": {
          "line": 203,
          "column": 37
        },
        "end": {
          "line": 203,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7234,
      "end": 7235,
      "loc": {
        "start": {
          "line": 204,
          "column": 8
        },
        "end": {
          "line": 204,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7240,
      "end": 7241,
      "loc": {
        "start": {
          "line": 205,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_showIcon",
      "start": 7247,
      "end": 7256,
      "loc": {
        "start": {
          "line": 207,
          "column": 4
        },
        "end": {
          "line": 207,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7256,
      "end": 7257,
      "loc": {
        "start": {
          "line": 207,
          "column": 13
        },
        "end": {
          "line": 207,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7257,
      "end": 7261,
      "loc": {
        "start": {
          "line": 207,
          "column": 14
        },
        "end": {
          "line": 207,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7261,
      "end": 7262,
      "loc": {
        "start": {
          "line": 207,
          "column": 18
        },
        "end": {
          "line": 207,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7263,
      "end": 7264,
      "loc": {
        "start": {
          "line": 207,
          "column": 20
        },
        "end": {
          "line": 207,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7273,
      "end": 7275,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7276,
      "end": 7277,
      "loc": {
        "start": {
          "line": 208,
          "column": 11
        },
        "end": {
          "line": 208,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7277,
      "end": 7281,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7281,
      "end": 7282,
      "loc": {
        "start": {
          "line": 208,
          "column": 16
        },
        "end": {
          "line": 208,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLeaf",
      "start": 7282,
      "end": 7288,
      "loc": {
        "start": {
          "line": 208,
          "column": 17
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7288,
      "end": 7289,
      "loc": {
        "start": {
          "line": 208,
          "column": 23
        },
        "end": {
          "line": 208,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7290,
      "end": 7291,
      "loc": {
        "start": {
          "line": 208,
          "column": 25
        },
        "end": {
          "line": 208,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7304,
      "end": 7308,
      "loc": {
        "start": {
          "line": 209,
          "column": 12
        },
        "end": {
          "line": 209,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7308,
      "end": 7309,
      "loc": {
        "start": {
          "line": 209,
          "column": 16
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 7309,
      "end": 7313,
      "loc": {
        "start": {
          "line": 209,
          "column": 17
        },
        "end": {
          "line": 209,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7313,
      "end": 7314,
      "loc": {
        "start": {
          "line": 209,
          "column": 21
        },
        "end": {
          "line": 209,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 7314,
      "end": 7319,
      "loc": {
        "start": {
          "line": 209,
          "column": 22
        },
        "end": {
          "line": 209,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7319,
      "end": 7320,
      "loc": {
        "start": {
          "line": 209,
          "column": 27
        },
        "end": {
          "line": 209,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 7320,
      "end": 7327,
      "loc": {
        "start": {
          "line": 209,
          "column": 28
        },
        "end": {
          "line": 209,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7328,
      "end": 7329,
      "loc": {
        "start": {
          "line": 209,
          "column": 36
        },
        "end": {
          "line": 209,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7330,
      "end": 7331,
      "loc": {
        "start": {
          "line": 209,
          "column": 38
        },
        "end": {
          "line": 209,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7344,
      "end": 7348,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7348,
      "end": 7349,
      "loc": {
        "start": {
          "line": 210,
          "column": 16
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 7349,
      "end": 7353,
      "loc": {
        "start": {
          "line": 210,
          "column": 17
        },
        "end": {
          "line": 210,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7353,
      "end": 7354,
      "loc": {
        "start": {
          "line": 210,
          "column": 21
        },
        "end": {
          "line": 210,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 7354,
      "end": 7359,
      "loc": {
        "start": {
          "line": 210,
          "column": 22
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7359,
      "end": 7360,
      "loc": {
        "start": {
          "line": 210,
          "column": 27
        },
        "end": {
          "line": 210,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cursor",
      "start": 7360,
      "end": 7366,
      "loc": {
        "start": {
          "line": 210,
          "column": 28
        },
        "end": {
          "line": 210,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7367,
      "end": 7368,
      "loc": {
        "start": {
          "line": 210,
          "column": 35
        },
        "end": {
          "line": 210,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7369,
      "end": 7373,
      "loc": {
        "start": {
          "line": 210,
          "column": 37
        },
        "end": {
          "line": 210,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7373,
      "end": 7374,
      "loc": {
        "start": {
          "line": 210,
          "column": 41
        },
        "end": {
          "line": 210,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 7374,
      "end": 7382,
      "loc": {
        "start": {
          "line": 210,
          "column": 42
        },
        "end": {
          "line": 210,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7382,
      "end": 7383,
      "loc": {
        "start": {
          "line": 210,
          "column": 50
        },
        "end": {
          "line": 210,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cursorExpand",
      "start": 7383,
      "end": 7395,
      "loc": {
        "start": {
          "line": 210,
          "column": 51
        },
        "end": {
          "line": 210,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7404,
      "end": 7405,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7410,
      "end": 7411,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Expands all leaves ",
      "start": 7417,
      "end": 7442,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandAll",
      "start": 7447,
      "end": 7456,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7456,
      "end": 7457,
      "loc": {
        "start": {
          "line": 215,
          "column": 13
        },
        "end": {
          "line": 215,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7457,
      "end": 7458,
      "loc": {
        "start": {
          "line": 215,
          "column": 14
        },
        "end": {
          "line": 215,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7459,
      "end": 7460,
      "loc": {
        "start": {
          "line": 215,
          "column": 16
        },
        "end": {
          "line": 215,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7469,
      "end": 7473,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7473,
      "end": 7474,
      "loc": {
        "start": {
          "line": 216,
          "column": 12
        },
        "end": {
          "line": 216,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_expandChildren",
      "start": 7474,
      "end": 7489,
      "loc": {
        "start": {
          "line": 216,
          "column": 13
        },
        "end": {
          "line": 216,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7489,
      "end": 7490,
      "loc": {
        "start": {
          "line": 216,
          "column": 28
        },
        "end": {
          "line": 216,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7490,
      "end": 7494,
      "loc": {
        "start": {
          "line": 216,
          "column": 29
        },
        "end": {
          "line": 216,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7494,
      "end": 7495,
      "loc": {
        "start": {
          "line": 216,
          "column": 33
        },
        "end": {
          "line": 216,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 7495,
      "end": 7502,
      "loc": {
        "start": {
          "line": 216,
          "column": 34
        },
        "end": {
          "line": 216,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7502,
      "end": 7503,
      "loc": {
        "start": {
          "line": 216,
          "column": 41
        },
        "end": {
          "line": 216,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7508,
      "end": 7509,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_expandChildren",
      "start": 7515,
      "end": 7530,
      "loc": {
        "start": {
          "line": 219,
          "column": 4
        },
        "end": {
          "line": 219,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7530,
      "end": 7531,
      "loc": {
        "start": {
          "line": 219,
          "column": 19
        },
        "end": {
          "line": 219,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7531,
      "end": 7535,
      "loc": {
        "start": {
          "line": 219,
          "column": 20
        },
        "end": {
          "line": 219,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7535,
      "end": 7536,
      "loc": {
        "start": {
          "line": 219,
          "column": 24
        },
        "end": {
          "line": 219,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7537,
      "end": 7538,
      "loc": {
        "start": {
          "line": 219,
          "column": 26
        },
        "end": {
          "line": 219,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 7547,
      "end": 7550,
      "loc": {
        "start": {
          "line": 220,
          "column": 8
        },
        "end": {
          "line": 220,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7551,
      "end": 7552,
      "loc": {
        "start": {
          "line": 220,
          "column": 12
        },
        "end": {
          "line": 220,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 7552,
      "end": 7555,
      "loc": {
        "start": {
          "line": 220,
          "column": 13
        },
        "end": {
          "line": 220,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7556,
      "end": 7561,
      "loc": {
        "start": {
          "line": 220,
          "column": 17
        },
        "end": {
          "line": 220,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 7562,
      "end": 7564,
      "loc": {
        "start": {
          "line": 220,
          "column": 23
        },
        "end": {
          "line": 220,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7565,
      "end": 7569,
      "loc": {
        "start": {
          "line": 220,
          "column": 26
        },
        "end": {
          "line": 220,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7569,
      "end": 7570,
      "loc": {
        "start": {
          "line": 220,
          "column": 30
        },
        "end": {
          "line": 220,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 7570,
      "end": 7582,
      "loc": {
        "start": {
          "line": 220,
          "column": 31
        },
        "end": {
          "line": 220,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7582,
      "end": 7583,
      "loc": {
        "start": {
          "line": 220,
          "column": 43
        },
        "end": {
          "line": 220,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7583,
      "end": 7587,
      "loc": {
        "start": {
          "line": 220,
          "column": 44
        },
        "end": {
          "line": 220,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7587,
      "end": 7588,
      "loc": {
        "start": {
          "line": 220,
          "column": 48
        },
        "end": {
          "line": 220,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7589,
      "end": 7593,
      "loc": {
        "start": {
          "line": 220,
          "column": 50
        },
        "end": {
          "line": 220,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7593,
      "end": 7594,
      "loc": {
        "start": {
          "line": 220,
          "column": 54
        },
        "end": {
          "line": 220,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7594,
      "end": 7595,
      "loc": {
        "start": {
          "line": 220,
          "column": 55
        },
        "end": {
          "line": 220,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7596,
      "end": 7597,
      "loc": {
        "start": {
          "line": 220,
          "column": 57
        },
        "end": {
          "line": 220,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7610,
      "end": 7614,
      "loc": {
        "start": {
          "line": 221,
          "column": 12
        },
        "end": {
          "line": 221,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7614,
      "end": 7615,
      "loc": {
        "start": {
          "line": 221,
          "column": 16
        },
        "end": {
          "line": 221,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expand",
      "start": 7615,
      "end": 7621,
      "loc": {
        "start": {
          "line": 221,
          "column": 17
        },
        "end": {
          "line": 221,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7621,
      "end": 7622,
      "loc": {
        "start": {
          "line": 221,
          "column": 23
        },
        "end": {
          "line": 221,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7622,
      "end": 7627,
      "loc": {
        "start": {
          "line": 221,
          "column": 24
        },
        "end": {
          "line": 221,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7627,
      "end": 7628,
      "loc": {
        "start": {
          "line": 221,
          "column": 29
        },
        "end": {
          "line": 221,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7641,
      "end": 7645,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7645,
      "end": 7646,
      "loc": {
        "start": {
          "line": 222,
          "column": 16
        },
        "end": {
          "line": 222,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_expandChildren",
      "start": 7646,
      "end": 7661,
      "loc": {
        "start": {
          "line": 222,
          "column": 17
        },
        "end": {
          "line": 222,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7661,
      "end": 7662,
      "loc": {
        "start": {
          "line": 222,
          "column": 32
        },
        "end": {
          "line": 222,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7662,
      "end": 7667,
      "loc": {
        "start": {
          "line": 222,
          "column": 33
        },
        "end": {
          "line": 222,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7667,
      "end": 7668,
      "loc": {
        "start": {
          "line": 222,
          "column": 38
        },
        "end": {
          "line": 222,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7677,
      "end": 7678,
      "loc": {
        "start": {
          "line": 223,
          "column": 8
        },
        "end": {
          "line": 223,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7683,
      "end": 7684,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Collapses all leaves ",
      "start": 7690,
      "end": 7717,
      "loc": {
        "start": {
          "line": 226,
          "column": 4
        },
        "end": {
          "line": 226,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collapseAll",
      "start": 7722,
      "end": 7733,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7733,
      "end": 7734,
      "loc": {
        "start": {
          "line": 227,
          "column": 15
        },
        "end": {
          "line": 227,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7734,
      "end": 7735,
      "loc": {
        "start": {
          "line": 227,
          "column": 16
        },
        "end": {
          "line": 227,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7736,
      "end": 7737,
      "loc": {
        "start": {
          "line": 227,
          "column": 18
        },
        "end": {
          "line": 227,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7746,
      "end": 7750,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7750,
      "end": 7751,
      "loc": {
        "start": {
          "line": 228,
          "column": 12
        },
        "end": {
          "line": 228,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_collapseChildren",
      "start": 7751,
      "end": 7768,
      "loc": {
        "start": {
          "line": 228,
          "column": 13
        },
        "end": {
          "line": 228,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7768,
      "end": 7769,
      "loc": {
        "start": {
          "line": 228,
          "column": 30
        },
        "end": {
          "line": 228,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7769,
      "end": 7773,
      "loc": {
        "start": {
          "line": 228,
          "column": 31
        },
        "end": {
          "line": 228,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7773,
      "end": 7774,
      "loc": {
        "start": {
          "line": 228,
          "column": 35
        },
        "end": {
          "line": 228,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7779,
      "end": 7780,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 229,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_collapseChildren",
      "start": 7786,
      "end": 7803,
      "loc": {
        "start": {
          "line": 231,
          "column": 4
        },
        "end": {
          "line": 231,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7803,
      "end": 7804,
      "loc": {
        "start": {
          "line": 231,
          "column": 21
        },
        "end": {
          "line": 231,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7804,
      "end": 7808,
      "loc": {
        "start": {
          "line": 231,
          "column": 22
        },
        "end": {
          "line": 231,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7808,
      "end": 7809,
      "loc": {
        "start": {
          "line": 231,
          "column": 26
        },
        "end": {
          "line": 231,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7810,
      "end": 7811,
      "loc": {
        "start": {
          "line": 231,
          "column": 28
        },
        "end": {
          "line": 231,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 7820,
      "end": 7823,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7824,
      "end": 7825,
      "loc": {
        "start": {
          "line": 232,
          "column": 12
        },
        "end": {
          "line": 232,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 7825,
      "end": 7828,
      "loc": {
        "start": {
          "line": 232,
          "column": 13
        },
        "end": {
          "line": 232,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7829,
      "end": 7834,
      "loc": {
        "start": {
          "line": 232,
          "column": 17
        },
        "end": {
          "line": 232,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 7835,
      "end": 7837,
      "loc": {
        "start": {
          "line": 232,
          "column": 23
        },
        "end": {
          "line": 232,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7838,
      "end": 7842,
      "loc": {
        "start": {
          "line": 232,
          "column": 26
        },
        "end": {
          "line": 232,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7842,
      "end": 7843,
      "loc": {
        "start": {
          "line": 232,
          "column": 30
        },
        "end": {
          "line": 232,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 7843,
      "end": 7855,
      "loc": {
        "start": {
          "line": 232,
          "column": 31
        },
        "end": {
          "line": 232,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7855,
      "end": 7856,
      "loc": {
        "start": {
          "line": 232,
          "column": 43
        },
        "end": {
          "line": 232,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 7856,
      "end": 7860,
      "loc": {
        "start": {
          "line": 232,
          "column": 44
        },
        "end": {
          "line": 232,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7860,
      "end": 7861,
      "loc": {
        "start": {
          "line": 232,
          "column": 48
        },
        "end": {
          "line": 232,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7862,
      "end": 7866,
      "loc": {
        "start": {
          "line": 232,
          "column": 50
        },
        "end": {
          "line": 232,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7866,
      "end": 7867,
      "loc": {
        "start": {
          "line": 232,
          "column": 54
        },
        "end": {
          "line": 232,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7867,
      "end": 7868,
      "loc": {
        "start": {
          "line": 232,
          "column": 55
        },
        "end": {
          "line": 232,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7869,
      "end": 7870,
      "loc": {
        "start": {
          "line": 232,
          "column": 57
        },
        "end": {
          "line": 232,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7883,
      "end": 7887,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7887,
      "end": 7888,
      "loc": {
        "start": {
          "line": 233,
          "column": 16
        },
        "end": {
          "line": 233,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collapse",
      "start": 7888,
      "end": 7896,
      "loc": {
        "start": {
          "line": 233,
          "column": 17
        },
        "end": {
          "line": 233,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7896,
      "end": 7897,
      "loc": {
        "start": {
          "line": 233,
          "column": 25
        },
        "end": {
          "line": 233,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7897,
      "end": 7902,
      "loc": {
        "start": {
          "line": 233,
          "column": 26
        },
        "end": {
          "line": 233,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7902,
      "end": 7903,
      "loc": {
        "start": {
          "line": 233,
          "column": 31
        },
        "end": {
          "line": 233,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7916,
      "end": 7920,
      "loc": {
        "start": {
          "line": 234,
          "column": 12
        },
        "end": {
          "line": 234,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7920,
      "end": 7921,
      "loc": {
        "start": {
          "line": 234,
          "column": 16
        },
        "end": {
          "line": 234,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_collapseChildren",
      "start": 7921,
      "end": 7938,
      "loc": {
        "start": {
          "line": 234,
          "column": 17
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7938,
      "end": 7939,
      "loc": {
        "start": {
          "line": 234,
          "column": 34
        },
        "end": {
          "line": 234,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 7939,
      "end": 7944,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7944,
      "end": 7945,
      "loc": {
        "start": {
          "line": 234,
          "column": 40
        },
        "end": {
          "line": 234,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7954,
      "end": 7955,
      "loc": {
        "start": {
          "line": 235,
          "column": 8
        },
        "end": {
          "line": 235,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7960,
      "end": 7961,
      "loc": {
        "start": {
          "line": 236,
          "column": 4
        },
        "end": {
          "line": 236,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Toggles a leaf\n     * @param {HTMLElement} leaf\n     ",
      "start": 7967,
      "end": 8033,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 241,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toggleExpand",
      "start": 8038,
      "end": 8050,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 242,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8050,
      "end": 8051,
      "loc": {
        "start": {
          "line": 242,
          "column": 16
        },
        "end": {
          "line": 242,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8051,
      "end": 8055,
      "loc": {
        "start": {
          "line": 242,
          "column": 17
        },
        "end": {
          "line": 242,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8055,
      "end": 8056,
      "loc": {
        "start": {
          "line": 242,
          "column": 21
        },
        "end": {
          "line": 242,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8057,
      "end": 8058,
      "loc": {
        "start": {
          "line": 242,
          "column": 23
        },
        "end": {
          "line": 242,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8067,
      "end": 8069,
      "loc": {
        "start": {
          "line": 243,
          "column": 8
        },
        "end": {
          "line": 243,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8070,
      "end": 8071,
      "loc": {
        "start": {
          "line": 243,
          "column": 11
        },
        "end": {
          "line": 243,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8071,
      "end": 8075,
      "loc": {
        "start": {
          "line": 243,
          "column": 12
        },
        "end": {
          "line": 243,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8075,
      "end": 8076,
      "loc": {
        "start": {
          "line": 243,
          "column": 16
        },
        "end": {
          "line": 243,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 8076,
      "end": 8080,
      "loc": {
        "start": {
          "line": 243,
          "column": 17
        },
        "end": {
          "line": 243,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8080,
      "end": 8081,
      "loc": {
        "start": {
          "line": 243,
          "column": 21
        },
        "end": {
          "line": 243,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 8081,
      "end": 8086,
      "loc": {
        "start": {
          "line": 243,
          "column": 22
        },
        "end": {
          "line": 243,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8086,
      "end": 8087,
      "loc": {
        "start": {
          "line": 243,
          "column": 27
        },
        "end": {
          "line": 243,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 8087,
      "end": 8094,
      "loc": {
        "start": {
          "line": 243,
          "column": 28
        },
        "end": {
          "line": 243,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8095,
      "end": 8098,
      "loc": {
        "start": {
          "line": 243,
          "column": 36
        },
        "end": {
          "line": 243,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "0",
      "start": 8099,
      "end": 8102,
      "loc": {
        "start": {
          "line": 243,
          "column": 40
        },
        "end": {
          "line": 243,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8102,
      "end": 8103,
      "loc": {
        "start": {
          "line": 243,
          "column": 43
        },
        "end": {
          "line": 243,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8104,
      "end": 8105,
      "loc": {
        "start": {
          "line": 243,
          "column": 45
        },
        "end": {
          "line": 243,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8118,
      "end": 8120,
      "loc": {
        "start": {
          "line": 244,
          "column": 12
        },
        "end": {
          "line": 244,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8121,
      "end": 8122,
      "loc": {
        "start": {
          "line": 244,
          "column": 15
        },
        "end": {
          "line": 244,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8122,
      "end": 8126,
      "loc": {
        "start": {
          "line": 244,
          "column": 16
        },
        "end": {
          "line": 244,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8126,
      "end": 8127,
      "loc": {
        "start": {
          "line": 244,
          "column": 20
        },
        "end": {
          "line": 244,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 8127,
      "end": 8131,
      "loc": {
        "start": {
          "line": 244,
          "column": 21
        },
        "end": {
          "line": 244,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8131,
      "end": 8132,
      "loc": {
        "start": {
          "line": 244,
          "column": 25
        },
        "end": {
          "line": 244,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expanded",
      "start": 8132,
      "end": 8140,
      "loc": {
        "start": {
          "line": 244,
          "column": 26
        },
        "end": {
          "line": 244,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8140,
      "end": 8141,
      "loc": {
        "start": {
          "line": 244,
          "column": 34
        },
        "end": {
          "line": 244,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8142,
      "end": 8143,
      "loc": {
        "start": {
          "line": 244,
          "column": 36
        },
        "end": {
          "line": 244,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8160,
      "end": 8164,
      "loc": {
        "start": {
          "line": 245,
          "column": 16
        },
        "end": {
          "line": 245,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8164,
      "end": 8165,
      "loc": {
        "start": {
          "line": 245,
          "column": 20
        },
        "end": {
          "line": 245,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collapse",
      "start": 8165,
      "end": 8173,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8173,
      "end": 8174,
      "loc": {
        "start": {
          "line": 245,
          "column": 29
        },
        "end": {
          "line": 245,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8174,
      "end": 8178,
      "loc": {
        "start": {
          "line": 245,
          "column": 30
        },
        "end": {
          "line": 245,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8178,
      "end": 8179,
      "loc": {
        "start": {
          "line": 245,
          "column": 34
        },
        "end": {
          "line": 245,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8192,
      "end": 8193,
      "loc": {
        "start": {
          "line": 246,
          "column": 12
        },
        "end": {
          "line": 246,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8194,
      "end": 8198,
      "loc": {
        "start": {
          "line": 246,
          "column": 14
        },
        "end": {
          "line": 246,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8199,
      "end": 8200,
      "loc": {
        "start": {
          "line": 246,
          "column": 19
        },
        "end": {
          "line": 246,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8217,
      "end": 8221,
      "loc": {
        "start": {
          "line": 247,
          "column": 16
        },
        "end": {
          "line": 247,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8221,
      "end": 8222,
      "loc": {
        "start": {
          "line": 247,
          "column": 20
        },
        "end": {
          "line": 247,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expand",
      "start": 8222,
      "end": 8228,
      "loc": {
        "start": {
          "line": 247,
          "column": 21
        },
        "end": {
          "line": 247,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8228,
      "end": 8229,
      "loc": {
        "start": {
          "line": 247,
          "column": 27
        },
        "end": {
          "line": 247,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8229,
      "end": 8233,
      "loc": {
        "start": {
          "line": 247,
          "column": 28
        },
        "end": {
          "line": 247,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8233,
      "end": 8234,
      "loc": {
        "start": {
          "line": 247,
          "column": 32
        },
        "end": {
          "line": 247,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8247,
      "end": 8248,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "end": {
          "line": 248,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8257,
      "end": 8258,
      "loc": {
        "start": {
          "line": 249,
          "column": 8
        },
        "end": {
          "line": 249,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8263,
      "end": 8264,
      "loc": {
        "start": {
          "line": 250,
          "column": 4
        },
        "end": {
          "line": 250,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Expands a leaf\n     * @param {HTMLElement} leaf\n     ",
      "start": 8270,
      "end": 8336,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 255,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expand",
      "start": 8341,
      "end": 8347,
      "loc": {
        "start": {
          "line": 256,
          "column": 4
        },
        "end": {
          "line": 256,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8347,
      "end": 8348,
      "loc": {
        "start": {
          "line": 256,
          "column": 10
        },
        "end": {
          "line": 256,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8348,
      "end": 8352,
      "loc": {
        "start": {
          "line": 256,
          "column": 11
        },
        "end": {
          "line": 256,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8352,
      "end": 8353,
      "loc": {
        "start": {
          "line": 256,
          "column": 15
        },
        "end": {
          "line": 256,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8354,
      "end": 8355,
      "loc": {
        "start": {
          "line": 256,
          "column": 17
        },
        "end": {
          "line": 256,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8364,
      "end": 8366,
      "loc": {
        "start": {
          "line": 257,
          "column": 8
        },
        "end": {
          "line": 257,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8367,
      "end": 8368,
      "loc": {
        "start": {
          "line": 257,
          "column": 11
        },
        "end": {
          "line": 257,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8368,
      "end": 8372,
      "loc": {
        "start": {
          "line": 257,
          "column": 12
        },
        "end": {
          "line": 257,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8372,
      "end": 8373,
      "loc": {
        "start": {
          "line": 257,
          "column": 16
        },
        "end": {
          "line": 257,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLeaf",
      "start": 8373,
      "end": 8379,
      "loc": {
        "start": {
          "line": 257,
          "column": 17
        },
        "end": {
          "line": 257,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8379,
      "end": 8380,
      "loc": {
        "start": {
          "line": 257,
          "column": 23
        },
        "end": {
          "line": 257,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8381,
      "end": 8382,
      "loc": {
        "start": {
          "line": 257,
          "column": 25
        },
        "end": {
          "line": 257,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8395,
      "end": 8400,
      "loc": {
        "start": {
          "line": 258,
          "column": 12
        },
        "end": {
          "line": 258,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 8401,
      "end": 8409,
      "loc": {
        "start": {
          "line": 258,
          "column": 18
        },
        "end": {
          "line": 258,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8410,
      "end": 8411,
      "loc": {
        "start": {
          "line": 258,
          "column": 27
        },
        "end": {
          "line": 258,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8412,
      "end": 8416,
      "loc": {
        "start": {
          "line": 258,
          "column": 29
        },
        "end": {
          "line": 258,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8416,
      "end": 8417,
      "loc": {
        "start": {
          "line": 258,
          "column": 33
        },
        "end": {
          "line": 258,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 8417,
      "end": 8429,
      "loc": {
        "start": {
          "line": 258,
          "column": 34
        },
        "end": {
          "line": 258,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8429,
      "end": 8430,
      "loc": {
        "start": {
          "line": 258,
          "column": 46
        },
        "end": {
          "line": 258,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8430,
      "end": 8434,
      "loc": {
        "start": {
          "line": 258,
          "column": 47
        },
        "end": {
          "line": 258,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8434,
      "end": 8435,
      "loc": {
        "start": {
          "line": 258,
          "column": 51
        },
        "end": {
          "line": 258,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 8436,
      "end": 8440,
      "loc": {
        "start": {
          "line": 258,
          "column": 53
        },
        "end": {
          "line": 258,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8440,
      "end": 8441,
      "loc": {
        "start": {
          "line": 258,
          "column": 57
        },
        "end": {
          "line": 258,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8454,
      "end": 8456,
      "loc": {
        "start": {
          "line": 259,
          "column": 12
        },
        "end": {
          "line": 259,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8457,
      "end": 8458,
      "loc": {
        "start": {
          "line": 259,
          "column": 15
        },
        "end": {
          "line": 259,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 8458,
      "end": 8466,
      "loc": {
        "start": {
          "line": 259,
          "column": 16
        },
        "end": {
          "line": 259,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8466,
      "end": 8467,
      "loc": {
        "start": {
          "line": 259,
          "column": 24
        },
        "end": {
          "line": 259,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8467,
      "end": 8473,
      "loc": {
        "start": {
          "line": 259,
          "column": 25
        },
        "end": {
          "line": 259,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8473,
      "end": 8474,
      "loc": {
        "start": {
          "line": 259,
          "column": 31
        },
        "end": {
          "line": 259,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8475,
      "end": 8476,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 8493,
      "end": 8496,
      "loc": {
        "start": {
          "line": 260,
          "column": 16
        },
        "end": {
          "line": 260,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8497,
      "end": 8498,
      "loc": {
        "start": {
          "line": 260,
          "column": 20
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8498,
      "end": 8501,
      "loc": {
        "start": {
          "line": 260,
          "column": 21
        },
        "end": {
          "line": 260,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 8502,
      "end": 8507,
      "loc": {
        "start": {
          "line": 260,
          "column": 25
        },
        "end": {
          "line": 260,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 8508,
      "end": 8510,
      "loc": {
        "start": {
          "line": 260,
          "column": 31
        },
        "end": {
          "line": 260,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 8511,
      "end": 8519,
      "loc": {
        "start": {
          "line": 260,
          "column": 34
        },
        "end": {
          "line": 260,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8519,
      "end": 8520,
      "loc": {
        "start": {
          "line": 260,
          "column": 42
        },
        "end": {
          "line": 260,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8521,
      "end": 8522,
      "loc": {
        "start": {
          "line": 260,
          "column": 44
        },
        "end": {
          "line": 260,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 8543,
      "end": 8548,
      "loc": {
        "start": {
          "line": 261,
          "column": 20
        },
        "end": {
          "line": 261,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8548,
      "end": 8549,
      "loc": {
        "start": {
          "line": 261,
          "column": 25
        },
        "end": {
          "line": 261,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 8549,
      "end": 8554,
      "loc": {
        "start": {
          "line": 261,
          "column": 26
        },
        "end": {
          "line": 261,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8554,
      "end": 8555,
      "loc": {
        "start": {
          "line": 261,
          "column": 31
        },
        "end": {
          "line": 261,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 8555,
      "end": 8562,
      "loc": {
        "start": {
          "line": 261,
          "column": 32
        },
        "end": {
          "line": 261,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8563,
      "end": 8564,
      "loc": {
        "start": {
          "line": 261,
          "column": 40
        },
        "end": {
          "line": 261,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "block",
      "start": 8565,
      "end": 8572,
      "loc": {
        "start": {
          "line": 261,
          "column": 42
        },
        "end": {
          "line": 261,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8589,
      "end": 8590,
      "loc": {
        "start": {
          "line": 262,
          "column": 16
        },
        "end": {
          "line": 262,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8607,
      "end": 8611,
      "loc": {
        "start": {
          "line": 263,
          "column": 16
        },
        "end": {
          "line": 263,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8611,
      "end": 8612,
      "loc": {
        "start": {
          "line": 263,
          "column": 20
        },
        "end": {
          "line": 263,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 8612,
      "end": 8616,
      "loc": {
        "start": {
          "line": 263,
          "column": 21
        },
        "end": {
          "line": 263,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8616,
      "end": 8617,
      "loc": {
        "start": {
          "line": 263,
          "column": 25
        },
        "end": {
          "line": 263,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expanded",
      "start": 8617,
      "end": 8625,
      "loc": {
        "start": {
          "line": 263,
          "column": 26
        },
        "end": {
          "line": 263,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8626,
      "end": 8627,
      "loc": {
        "start": {
          "line": 263,
          "column": 35
        },
        "end": {
          "line": 263,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 8628,
      "end": 8632,
      "loc": {
        "start": {
          "line": 263,
          "column": 37
        },
        "end": {
          "line": 263,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8649,
      "end": 8653,
      "loc": {
        "start": {
          "line": 264,
          "column": 16
        },
        "end": {
          "line": 264,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8653,
      "end": 8654,
      "loc": {
        "start": {
          "line": 264,
          "column": 20
        },
        "end": {
          "line": 264,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 8654,
      "end": 8658,
      "loc": {
        "start": {
          "line": 264,
          "column": 21
        },
        "end": {
          "line": 264,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8658,
      "end": 8659,
      "loc": {
        "start": {
          "line": 264,
          "column": 25
        },
        "end": {
          "line": 264,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "innerHTML",
      "start": 8659,
      "end": 8668,
      "loc": {
        "start": {
          "line": 264,
          "column": 26
        },
        "end": {
          "line": 264,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8669,
      "end": 8670,
      "loc": {
        "start": {
          "line": 264,
          "column": 36
        },
        "end": {
          "line": 264,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icons",
      "start": 8671,
      "end": 8676,
      "loc": {
        "start": {
          "line": 264,
          "column": 38
        },
        "end": {
          "line": 264,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8676,
      "end": 8677,
      "loc": {
        "start": {
          "line": 264,
          "column": 43
        },
        "end": {
          "line": 264,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 8677,
      "end": 8681,
      "loc": {
        "start": {
          "line": 264,
          "column": 44
        },
        "end": {
          "line": 264,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8698,
      "end": 8702,
      "loc": {
        "start": {
          "line": 265,
          "column": 16
        },
        "end": {
          "line": 265,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8702,
      "end": 8703,
      "loc": {
        "start": {
          "line": 265,
          "column": 20
        },
        "end": {
          "line": 265,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 8703,
      "end": 8707,
      "loc": {
        "start": {
          "line": 265,
          "column": 21
        },
        "end": {
          "line": 265,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8707,
      "end": 8708,
      "loc": {
        "start": {
          "line": 265,
          "column": 25
        },
        "end": {
          "line": 265,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "expand",
      "start": 8708,
      "end": 8716,
      "loc": {
        "start": {
          "line": 265,
          "column": 26
        },
        "end": {
          "line": 265,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8716,
      "end": 8717,
      "loc": {
        "start": {
          "line": 265,
          "column": 34
        },
        "end": {
          "line": 265,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8718,
      "end": 8722,
      "loc": {
        "start": {
          "line": 265,
          "column": 36
        },
        "end": {
          "line": 265,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8722,
      "end": 8723,
      "loc": {
        "start": {
          "line": 265,
          "column": 40
        },
        "end": {
          "line": 265,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8724,
      "end": 8728,
      "loc": {
        "start": {
          "line": 265,
          "column": 42
        },
        "end": {
          "line": 265,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8728,
      "end": 8729,
      "loc": {
        "start": {
          "line": 265,
          "column": 46
        },
        "end": {
          "line": 265,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8746,
      "end": 8750,
      "loc": {
        "start": {
          "line": 266,
          "column": 16
        },
        "end": {
          "line": 266,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8750,
      "end": 8751,
      "loc": {
        "start": {
          "line": 266,
          "column": 20
        },
        "end": {
          "line": 266,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 8751,
      "end": 8755,
      "loc": {
        "start": {
          "line": 266,
          "column": 21
        },
        "end": {
          "line": 266,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8755,
      "end": 8756,
      "loc": {
        "start": {
          "line": 266,
          "column": 25
        },
        "end": {
          "line": 266,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "update",
      "start": 8756,
      "end": 8764,
      "loc": {
        "start": {
          "line": 266,
          "column": 26
        },
        "end": {
          "line": 266,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8764,
      "end": 8765,
      "loc": {
        "start": {
          "line": 266,
          "column": 34
        },
        "end": {
          "line": 266,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8766,
      "end": 8770,
      "loc": {
        "start": {
          "line": 266,
          "column": 36
        },
        "end": {
          "line": 266,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8770,
      "end": 8771,
      "loc": {
        "start": {
          "line": 266,
          "column": 40
        },
        "end": {
          "line": 266,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8772,
      "end": 8776,
      "loc": {
        "start": {
          "line": 266,
          "column": 42
        },
        "end": {
          "line": 266,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8776,
      "end": 8777,
      "loc": {
        "start": {
          "line": 266,
          "column": 46
        },
        "end": {
          "line": 266,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8790,
      "end": 8791,
      "loc": {
        "start": {
          "line": 267,
          "column": 12
        },
        "end": {
          "line": 267,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8800,
      "end": 8801,
      "loc": {
        "start": {
          "line": 268,
          "column": 8
        },
        "end": {
          "line": 268,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8806,
      "end": 8807,
      "loc": {
        "start": {
          "line": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Collapses a leaf\n     * @param {HTMLElement} leaf\n     ",
      "start": 8813,
      "end": 8881,
      "loc": {
        "start": {
          "line": 271,
          "column": 4
        },
        "end": {
          "line": 274,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collapse",
      "start": 8886,
      "end": 8894,
      "loc": {
        "start": {
          "line": 275,
          "column": 4
        },
        "end": {
          "line": 275,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8894,
      "end": 8895,
      "loc": {
        "start": {
          "line": 275,
          "column": 12
        },
        "end": {
          "line": 275,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8895,
      "end": 8899,
      "loc": {
        "start": {
          "line": 275,
          "column": 13
        },
        "end": {
          "line": 275,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8899,
      "end": 8900,
      "loc": {
        "start": {
          "line": 275,
          "column": 17
        },
        "end": {
          "line": 275,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8901,
      "end": 8902,
      "loc": {
        "start": {
          "line": 275,
          "column": 19
        },
        "end": {
          "line": 275,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8911,
      "end": 8913,
      "loc": {
        "start": {
          "line": 276,
          "column": 8
        },
        "end": {
          "line": 276,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8914,
      "end": 8915,
      "loc": {
        "start": {
          "line": 276,
          "column": 11
        },
        "end": {
          "line": 276,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8915,
      "end": 8919,
      "loc": {
        "start": {
          "line": 276,
          "column": 12
        },
        "end": {
          "line": 276,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8919,
      "end": 8920,
      "loc": {
        "start": {
          "line": 276,
          "column": 16
        },
        "end": {
          "line": 276,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLeaf",
      "start": 8920,
      "end": 8926,
      "loc": {
        "start": {
          "line": 276,
          "column": 17
        },
        "end": {
          "line": 276,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8926,
      "end": 8927,
      "loc": {
        "start": {
          "line": 276,
          "column": 23
        },
        "end": {
          "line": 276,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8928,
      "end": 8929,
      "loc": {
        "start": {
          "line": 276,
          "column": 25
        },
        "end": {
          "line": 276,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8942,
      "end": 8947,
      "loc": {
        "start": {
          "line": 277,
          "column": 12
        },
        "end": {
          "line": 277,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 8948,
      "end": 8956,
      "loc": {
        "start": {
          "line": 277,
          "column": 18
        },
        "end": {
          "line": 277,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8957,
      "end": 8958,
      "loc": {
        "start": {
          "line": 277,
          "column": 27
        },
        "end": {
          "line": 277,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8959,
      "end": 8963,
      "loc": {
        "start": {
          "line": 277,
          "column": 29
        },
        "end": {
          "line": 277,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8963,
      "end": 8964,
      "loc": {
        "start": {
          "line": 277,
          "column": 33
        },
        "end": {
          "line": 277,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 8964,
      "end": 8976,
      "loc": {
        "start": {
          "line": 277,
          "column": 34
        },
        "end": {
          "line": 277,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8976,
      "end": 8977,
      "loc": {
        "start": {
          "line": 277,
          "column": 46
        },
        "end": {
          "line": 277,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 8977,
      "end": 8981,
      "loc": {
        "start": {
          "line": 277,
          "column": 47
        },
        "end": {
          "line": 277,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 277,
          "column": 51
        },
        "end": {
          "line": 277,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 8983,
      "end": 8987,
      "loc": {
        "start": {
          "line": 277,
          "column": 53
        },
        "end": {
          "line": 277,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8987,
      "end": 8988,
      "loc": {
        "start": {
          "line": 277,
          "column": 57
        },
        "end": {
          "line": 277,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9001,
      "end": 9003,
      "loc": {
        "start": {
          "line": 278,
          "column": 12
        },
        "end": {
          "line": 278,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9004,
      "end": 9005,
      "loc": {
        "start": {
          "line": 278,
          "column": 15
        },
        "end": {
          "line": 278,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 9005,
      "end": 9013,
      "loc": {
        "start": {
          "line": 278,
          "column": 16
        },
        "end": {
          "line": 278,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9013,
      "end": 9014,
      "loc": {
        "start": {
          "line": 278,
          "column": 24
        },
        "end": {
          "line": 278,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9014,
      "end": 9020,
      "loc": {
        "start": {
          "line": 278,
          "column": 25
        },
        "end": {
          "line": 278,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9020,
      "end": 9021,
      "loc": {
        "start": {
          "line": 278,
          "column": 31
        },
        "end": {
          "line": 278,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9022,
      "end": 9023,
      "loc": {
        "start": {
          "line": 278,
          "column": 33
        },
        "end": {
          "line": 278,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 9040,
      "end": 9043,
      "loc": {
        "start": {
          "line": 279,
          "column": 16
        },
        "end": {
          "line": 279,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9044,
      "end": 9045,
      "loc": {
        "start": {
          "line": 279,
          "column": 20
        },
        "end": {
          "line": 279,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9045,
      "end": 9048,
      "loc": {
        "start": {
          "line": 279,
          "column": 21
        },
        "end": {
          "line": 279,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 9049,
      "end": 9054,
      "loc": {
        "start": {
          "line": 279,
          "column": 25
        },
        "end": {
          "line": 279,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 9055,
      "end": 9057,
      "loc": {
        "start": {
          "line": 279,
          "column": 31
        },
        "end": {
          "line": 279,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 9058,
      "end": 9066,
      "loc": {
        "start": {
          "line": 279,
          "column": 34
        },
        "end": {
          "line": 279,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9066,
      "end": 9067,
      "loc": {
        "start": {
          "line": 279,
          "column": 42
        },
        "end": {
          "line": 279,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9068,
      "end": 9069,
      "loc": {
        "start": {
          "line": 279,
          "column": 44
        },
        "end": {
          "line": 279,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 9090,
      "end": 9095,
      "loc": {
        "start": {
          "line": 280,
          "column": 20
        },
        "end": {
          "line": 280,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9095,
      "end": 9096,
      "loc": {
        "start": {
          "line": 280,
          "column": 25
        },
        "end": {
          "line": 280,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 9096,
      "end": 9101,
      "loc": {
        "start": {
          "line": 280,
          "column": 26
        },
        "end": {
          "line": 280,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9101,
      "end": 9102,
      "loc": {
        "start": {
          "line": 280,
          "column": 31
        },
        "end": {
          "line": 280,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 9102,
      "end": 9109,
      "loc": {
        "start": {
          "line": 280,
          "column": 32
        },
        "end": {
          "line": 280,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9110,
      "end": 9111,
      "loc": {
        "start": {
          "line": 280,
          "column": 40
        },
        "end": {
          "line": 280,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "none",
      "start": 9112,
      "end": 9118,
      "loc": {
        "start": {
          "line": 280,
          "column": 42
        },
        "end": {
          "line": 280,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9135,
      "end": 9136,
      "loc": {
        "start": {
          "line": 281,
          "column": 16
        },
        "end": {
          "line": 281,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 9153,
      "end": 9157,
      "loc": {
        "start": {
          "line": 282,
          "column": 16
        },
        "end": {
          "line": 282,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9157,
      "end": 9158,
      "loc": {
        "start": {
          "line": 282,
          "column": 20
        },
        "end": {
          "line": 282,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9158,
      "end": 9162,
      "loc": {
        "start": {
          "line": 282,
          "column": 21
        },
        "end": {
          "line": 282,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9162,
      "end": 9163,
      "loc": {
        "start": {
          "line": 282,
          "column": 25
        },
        "end": {
          "line": 282,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expanded",
      "start": 9163,
      "end": 9171,
      "loc": {
        "start": {
          "line": 282,
          "column": 26
        },
        "end": {
          "line": 282,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9172,
      "end": 9173,
      "loc": {
        "start": {
          "line": 282,
          "column": 35
        },
        "end": {
          "line": 282,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9174,
      "end": 9179,
      "loc": {
        "start": {
          "line": 282,
          "column": 37
        },
        "end": {
          "line": 282,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 9196,
      "end": 9200,
      "loc": {
        "start": {
          "line": 283,
          "column": 16
        },
        "end": {
          "line": 283,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9200,
      "end": 9201,
      "loc": {
        "start": {
          "line": 283,
          "column": 20
        },
        "end": {
          "line": 283,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icon",
      "start": 9201,
      "end": 9205,
      "loc": {
        "start": {
          "line": 283,
          "column": 21
        },
        "end": {
          "line": 283,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9205,
      "end": 9206,
      "loc": {
        "start": {
          "line": 283,
          "column": 25
        },
        "end": {
          "line": 283,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "innerHTML",
      "start": 9206,
      "end": 9215,
      "loc": {
        "start": {
          "line": 283,
          "column": 26
        },
        "end": {
          "line": 283,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9216,
      "end": 9217,
      "loc": {
        "start": {
          "line": 283,
          "column": 36
        },
        "end": {
          "line": 283,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "icons",
      "start": 9218,
      "end": 9223,
      "loc": {
        "start": {
          "line": 283,
          "column": 38
        },
        "end": {
          "line": 283,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9223,
      "end": 9224,
      "loc": {
        "start": {
          "line": 283,
          "column": 43
        },
        "end": {
          "line": 283,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closed",
      "start": 9224,
      "end": 9230,
      "loc": {
        "start": {
          "line": 283,
          "column": 44
        },
        "end": {
          "line": 283,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9247,
      "end": 9251,
      "loc": {
        "start": {
          "line": 284,
          "column": 16
        },
        "end": {
          "line": 284,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9251,
      "end": 9252,
      "loc": {
        "start": {
          "line": 284,
          "column": 20
        },
        "end": {
          "line": 284,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 9252,
      "end": 9256,
      "loc": {
        "start": {
          "line": 284,
          "column": 21
        },
        "end": {
          "line": 284,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9256,
      "end": 9257,
      "loc": {
        "start": {
          "line": 284,
          "column": 25
        },
        "end": {
          "line": 284,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "collapse",
      "start": 9257,
      "end": 9267,
      "loc": {
        "start": {
          "line": 284,
          "column": 26
        },
        "end": {
          "line": 284,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9267,
      "end": 9268,
      "loc": {
        "start": {
          "line": 284,
          "column": 36
        },
        "end": {
          "line": 284,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 9269,
      "end": 9273,
      "loc": {
        "start": {
          "line": 284,
          "column": 38
        },
        "end": {
          "line": 284,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9273,
      "end": 9274,
      "loc": {
        "start": {
          "line": 284,
          "column": 42
        },
        "end": {
          "line": 284,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9275,
      "end": 9279,
      "loc": {
        "start": {
          "line": 284,
          "column": 44
        },
        "end": {
          "line": 284,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9279,
      "end": 9280,
      "loc": {
        "start": {
          "line": 284,
          "column": 48
        },
        "end": {
          "line": 284,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9297,
      "end": 9301,
      "loc": {
        "start": {
          "line": 285,
          "column": 16
        },
        "end": {
          "line": 285,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9301,
      "end": 9302,
      "loc": {
        "start": {
          "line": 285,
          "column": 20
        },
        "end": {
          "line": 285,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 9302,
      "end": 9306,
      "loc": {
        "start": {
          "line": 285,
          "column": 21
        },
        "end": {
          "line": 285,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9306,
      "end": 9307,
      "loc": {
        "start": {
          "line": 285,
          "column": 25
        },
        "end": {
          "line": 285,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "update",
      "start": 9307,
      "end": 9315,
      "loc": {
        "start": {
          "line": 285,
          "column": 26
        },
        "end": {
          "line": 285,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9315,
      "end": 9316,
      "loc": {
        "start": {
          "line": 285,
          "column": 34
        },
        "end": {
          "line": 285,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 9317,
      "end": 9321,
      "loc": {
        "start": {
          "line": 285,
          "column": 36
        },
        "end": {
          "line": 285,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9321,
      "end": 9322,
      "loc": {
        "start": {
          "line": 285,
          "column": 40
        },
        "end": {
          "line": 285,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9323,
      "end": 9327,
      "loc": {
        "start": {
          "line": 285,
          "column": 42
        },
        "end": {
          "line": 285,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9327,
      "end": 9328,
      "loc": {
        "start": {
          "line": 285,
          "column": 46
        },
        "end": {
          "line": 285,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9341,
      "end": 9342,
      "loc": {
        "start": {
          "line": 286,
          "column": 12
        },
        "end": {
          "line": 286,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9351,
      "end": 9352,
      "loc": {
        "start": {
          "line": 287,
          "column": 8
        },
        "end": {
          "line": 287,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9357,
      "end": 9358,
      "loc": {
        "start": {
          "line": 288,
          "column": 4
        },
        "end": {
          "line": 288,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* call this after tree's data has been updated outside of this library ",
      "start": 9364,
      "end": 9439,
      "loc": {
        "start": {
          "line": 290,
          "column": 4
        },
        "end": {
          "line": 290,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 9444,
      "end": 9450,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9450,
      "end": 9451,
      "loc": {
        "start": {
          "line": 291,
          "column": 10
        },
        "end": {
          "line": 291,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9451,
      "end": 9452,
      "loc": {
        "start": {
          "line": 291,
          "column": 11
        },
        "end": {
          "line": 291,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9453,
      "end": 9454,
      "loc": {
        "start": {
          "line": 291,
          "column": 13
        },
        "end": {
          "line": 291,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9463,
      "end": 9468,
      "loc": {
        "start": {
          "line": 292,
          "column": 8
        },
        "end": {
          "line": 292,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 9469,
      "end": 9475,
      "loc": {
        "start": {
          "line": 292,
          "column": 14
        },
        "end": {
          "line": 292,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9476,
      "end": 9477,
      "loc": {
        "start": {
          "line": 292,
          "column": 21
        },
        "end": {
          "line": 292,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9478,
      "end": 9482,
      "loc": {
        "start": {
          "line": 292,
          "column": 23
        },
        "end": {
          "line": 292,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9482,
      "end": 9483,
      "loc": {
        "start": {
          "line": 292,
          "column": 27
        },
        "end": {
          "line": 292,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 9483,
      "end": 9490,
      "loc": {
        "start": {
          "line": 292,
          "column": 28
        },
        "end": {
          "line": 292,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9490,
      "end": 9491,
      "loc": {
        "start": {
          "line": 292,
          "column": 35
        },
        "end": {
          "line": 292,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTop",
      "start": 9491,
      "end": 9500,
      "loc": {
        "start": {
          "line": 292,
          "column": 36
        },
        "end": {
          "line": 292,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 9509,
      "end": 9514,
      "loc": {
        "start": {
          "line": 293,
          "column": 8
        },
        "end": {
          "line": 293,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9514,
      "end": 9515,
      "loc": {
        "start": {
          "line": 293,
          "column": 13
        },
        "end": {
          "line": 293,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeChildren",
      "start": 9515,
      "end": 9529,
      "loc": {
        "start": {
          "line": 293,
          "column": 14
        },
        "end": {
          "line": 293,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9529,
      "end": 9530,
      "loc": {
        "start": {
          "line": 293,
          "column": 28
        },
        "end": {
          "line": 293,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9530,
      "end": 9534,
      "loc": {
        "start": {
          "line": 293,
          "column": 29
        },
        "end": {
          "line": 293,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9534,
      "end": 9535,
      "loc": {
        "start": {
          "line": 293,
          "column": 33
        },
        "end": {
          "line": 293,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 9535,
      "end": 9542,
      "loc": {
        "start": {
          "line": 293,
          "column": 34
        },
        "end": {
          "line": 293,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9542,
      "end": 9543,
      "loc": {
        "start": {
          "line": 293,
          "column": 41
        },
        "end": {
          "line": 293,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 9552,
      "end": 9555,
      "loc": {
        "start": {
          "line": 294,
          "column": 8
        },
        "end": {
          "line": 294,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9556,
      "end": 9557,
      "loc": {
        "start": {
          "line": 294,
          "column": 12
        },
        "end": {
          "line": 294,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9557,
      "end": 9560,
      "loc": {
        "start": {
          "line": 294,
          "column": 13
        },
        "end": {
          "line": 294,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 9561,
      "end": 9565,
      "loc": {
        "start": {
          "line": 294,
          "column": 17
        },
        "end": {
          "line": 294,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 9566,
      "end": 9568,
      "loc": {
        "start": {
          "line": 294,
          "column": 22
        },
        "end": {
          "line": 294,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9569,
      "end": 9573,
      "loc": {
        "start": {
          "line": 294,
          "column": 25
        },
        "end": {
          "line": 294,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9573,
      "end": 9574,
      "loc": {
        "start": {
          "line": 294,
          "column": 29
        },
        "end": {
          "line": 294,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 9574,
      "end": 9581,
      "loc": {
        "start": {
          "line": 294,
          "column": 30
        },
        "end": {
          "line": 294,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9581,
      "end": 9582,
      "loc": {
        "start": {
          "line": 294,
          "column": 37
        },
        "end": {
          "line": 294,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9582,
      "end": 9586,
      "loc": {
        "start": {
          "line": 294,
          "column": 38
        },
        "end": {
          "line": 294,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9586,
      "end": 9587,
      "loc": {
        "start": {
          "line": 294,
          "column": 42
        },
        "end": {
          "line": 294,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 9587,
      "end": 9595,
      "loc": {
        "start": {
          "line": 294,
          "column": 43
        },
        "end": {
          "line": 294,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9595,
      "end": 9596,
      "loc": {
        "start": {
          "line": 294,
          "column": 51
        },
        "end": {
          "line": 294,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9597,
      "end": 9598,
      "loc": {
        "start": {
          "line": 294,
          "column": 53
        },
        "end": {
          "line": 294,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9611,
      "end": 9616,
      "loc": {
        "start": {
          "line": 295,
          "column": 12
        },
        "end": {
          "line": 295,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 9617,
      "end": 9620,
      "loc": {
        "start": {
          "line": 295,
          "column": 18
        },
        "end": {
          "line": 295,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9621,
      "end": 9622,
      "loc": {
        "start": {
          "line": 295,
          "column": 22
        },
        "end": {
          "line": 295,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9623,
      "end": 9627,
      "loc": {
        "start": {
          "line": 295,
          "column": 24
        },
        "end": {
          "line": 295,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9627,
      "end": 9628,
      "loc": {
        "start": {
          "line": 295,
          "column": 28
        },
        "end": {
          "line": 295,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_leaf",
      "start": 9628,
      "end": 9633,
      "loc": {
        "start": {
          "line": 295,
          "column": 29
        },
        "end": {
          "line": 295,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9633,
      "end": 9634,
      "loc": {
        "start": {
          "line": 295,
          "column": 34
        },
        "end": {
          "line": 295,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 9634,
      "end": 9638,
      "loc": {
        "start": {
          "line": 295,
          "column": 35
        },
        "end": {
          "line": 295,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9638,
      "end": 9639,
      "loc": {
        "start": {
          "line": 295,
          "column": 39
        },
        "end": {
          "line": 295,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9640,
      "end": 9641,
      "loc": {
        "start": {
          "line": 295,
          "column": 41
        },
        "end": {
          "line": 295,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9641,
      "end": 9642,
      "loc": {
        "start": {
          "line": 295,
          "column": 42
        },
        "end": {
          "line": 295,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 9655,
      "end": 9658,
      "loc": {
        "start": {
          "line": 296,
          "column": 12
        },
        "end": {
          "line": 296,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9658,
      "end": 9659,
      "loc": {
        "start": {
          "line": 296,
          "column": 15
        },
        "end": {
          "line": 296,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9659,
      "end": 9663,
      "loc": {
        "start": {
          "line": 296,
          "column": 16
        },
        "end": {
          "line": 296,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9663,
      "end": 9664,
      "loc": {
        "start": {
          "line": 296,
          "column": 20
        },
        "end": {
          "line": 296,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 9664,
      "end": 9670,
      "loc": {
        "start": {
          "line": 296,
          "column": 21
        },
        "end": {
          "line": 296,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9671,
      "end": 9672,
      "loc": {
        "start": {
          "line": 296,
          "column": 28
        },
        "end": {
          "line": 296,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9673,
      "end": 9677,
      "loc": {
        "start": {
          "line": 296,
          "column": 30
        },
        "end": {
          "line": 296,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9677,
      "end": 9678,
      "loc": {
        "start": {
          "line": 296,
          "column": 34
        },
        "end": {
          "line": 296,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 9678,
      "end": 9685,
      "loc": {
        "start": {
          "line": 296,
          "column": 35
        },
        "end": {
          "line": 296,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9685,
      "end": 9686,
      "loc": {
        "start": {
          "line": 296,
          "column": 42
        },
        "end": {
          "line": 296,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9686,
      "end": 9690,
      "loc": {
        "start": {
          "line": 296,
          "column": 43
        },
        "end": {
          "line": 296,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9703,
      "end": 9707,
      "loc": {
        "start": {
          "line": 297,
          "column": 12
        },
        "end": {
          "line": 297,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9707,
      "end": 9708,
      "loc": {
        "start": {
          "line": 297,
          "column": 16
        },
        "end": {
          "line": 297,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 9708,
      "end": 9715,
      "loc": {
        "start": {
          "line": 297,
          "column": 17
        },
        "end": {
          "line": 297,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9715,
      "end": 9716,
      "loc": {
        "start": {
          "line": 297,
          "column": 24
        },
        "end": {
          "line": 297,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendChild",
      "start": 9716,
      "end": 9727,
      "loc": {
        "start": {
          "line": 297,
          "column": 25
        },
        "end": {
          "line": 297,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9727,
      "end": 9728,
      "loc": {
        "start": {
          "line": 297,
          "column": 36
        },
        "end": {
          "line": 297,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 9728,
      "end": 9731,
      "loc": {
        "start": {
          "line": 297,
          "column": 37
        },
        "end": {
          "line": 297,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9731,
      "end": 9732,
      "loc": {
        "start": {
          "line": 297,
          "column": 40
        },
        "end": {
          "line": 297,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9741,
      "end": 9742,
      "loc": {
        "start": {
          "line": 298,
          "column": 8
        },
        "end": {
          "line": 298,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9751,
      "end": 9755,
      "loc": {
        "start": {
          "line": 299,
          "column": 8
        },
        "end": {
          "line": 299,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9755,
      "end": 9756,
      "loc": {
        "start": {
          "line": 299,
          "column": 12
        },
        "end": {
          "line": 299,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 9756,
      "end": 9763,
      "loc": {
        "start": {
          "line": 299,
          "column": 13
        },
        "end": {
          "line": 299,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9763,
      "end": 9764,
      "loc": {
        "start": {
          "line": 299,
          "column": 20
        },
        "end": {
          "line": 299,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTop",
      "start": 9764,
      "end": 9773,
      "loc": {
        "start": {
          "line": 299,
          "column": 21
        },
        "end": {
          "line": 299,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9774,
      "end": 9775,
      "loc": {
        "start": {
          "line": 299,
          "column": 31
        },
        "end": {
          "line": 299,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 9776,
      "end": 9782,
      "loc": {
        "start": {
          "line": 299,
          "column": 33
        },
        "end": {
          "line": 299,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9783,
      "end": 9784,
      "loc": {
        "start": {
          "line": 299,
          "column": 40
        },
        "end": {
          "line": 299,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "px",
      "start": 9785,
      "end": 9789,
      "loc": {
        "start": {
          "line": 299,
          "column": 42
        },
        "end": {
          "line": 299,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9794,
      "end": 9795,
      "loc": {
        "start": {
          "line": 300,
          "column": 4
        },
        "end": {
          "line": 300,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * edit the name entry using the data\n     * @param {object} data element of leaf\n     ",
      "start": 9801,
      "end": 9898,
      "loc": {
        "start": {
          "line": 302,
          "column": 4
        },
        "end": {
          "line": 305,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "editData",
      "start": 9903,
      "end": 9911,
      "loc": {
        "start": {
          "line": 306,
          "column": 4
        },
        "end": {
          "line": 306,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9911,
      "end": 9912,
      "loc": {
        "start": {
          "line": 306,
          "column": 12
        },
        "end": {
          "line": 306,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9912,
      "end": 9916,
      "loc": {
        "start": {
          "line": 306,
          "column": 13
        },
        "end": {
          "line": 306,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9916,
      "end": 9917,
      "loc": {
        "start": {
          "line": 306,
          "column": 17
        },
        "end": {
          "line": 306,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9918,
      "end": 9919,
      "loc": {
        "start": {
          "line": 306,
          "column": 19
        },
        "end": {
          "line": 306,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9928,
      "end": 9933,
      "loc": {
        "start": {
          "line": 307,
          "column": 8
        },
        "end": {
          "line": 307,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 9934,
      "end": 9942,
      "loc": {
        "start": {
          "line": 307,
          "column": 14
        },
        "end": {
          "line": 307,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9943,
      "end": 9944,
      "loc": {
        "start": {
          "line": 307,
          "column": 23
        },
        "end": {
          "line": 307,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9945,
      "end": 9949,
      "loc": {
        "start": {
          "line": 307,
          "column": 25
        },
        "end": {
          "line": 307,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9949,
      "end": 9950,
      "loc": {
        "start": {
          "line": 307,
          "column": 29
        },
        "end": {
          "line": 307,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 9950,
      "end": 9962,
      "loc": {
        "start": {
          "line": 307,
          "column": 30
        },
        "end": {
          "line": 307,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9962,
      "end": 9963,
      "loc": {
        "start": {
          "line": 307,
          "column": 42
        },
        "end": {
          "line": 307,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9963,
      "end": 9967,
      "loc": {
        "start": {
          "line": 307,
          "column": 43
        },
        "end": {
          "line": 307,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9967,
      "end": 9968,
      "loc": {
        "start": {
          "line": 307,
          "column": 47
        },
        "end": {
          "line": 307,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 9969,
      "end": 9973,
      "loc": {
        "start": {
          "line": 307,
          "column": 49
        },
        "end": {
          "line": 307,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9973,
      "end": 9974,
      "loc": {
        "start": {
          "line": 307,
          "column": 53
        },
        "end": {
          "line": 307,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 9983,
      "end": 9986,
      "loc": {
        "start": {
          "line": 308,
          "column": 8
        },
        "end": {
          "line": 308,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9987,
      "end": 9988,
      "loc": {
        "start": {
          "line": 308,
          "column": 12
        },
        "end": {
          "line": 308,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9988,
      "end": 9991,
      "loc": {
        "start": {
          "line": 308,
          "column": 13
        },
        "end": {
          "line": 308,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 9992,
      "end": 9997,
      "loc": {
        "start": {
          "line": 308,
          "column": 17
        },
        "end": {
          "line": 308,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 9998,
      "end": 10000,
      "loc": {
        "start": {
          "line": 308,
          "column": 23
        },
        "end": {
          "line": 308,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 10001,
      "end": 10009,
      "loc": {
        "start": {
          "line": 308,
          "column": 26
        },
        "end": {
          "line": 308,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10009,
      "end": 10010,
      "loc": {
        "start": {
          "line": 308,
          "column": 34
        },
        "end": {
          "line": 308,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10011,
      "end": 10012,
      "loc": {
        "start": {
          "line": 308,
          "column": 36
        },
        "end": {
          "line": 308,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10025,
      "end": 10027,
      "loc": {
        "start": {
          "line": 309,
          "column": 12
        },
        "end": {
          "line": 309,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10028,
      "end": 10029,
      "loc": {
        "start": {
          "line": 309,
          "column": 15
        },
        "end": {
          "line": 309,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 10029,
      "end": 10034,
      "loc": {
        "start": {
          "line": 309,
          "column": 16
        },
        "end": {
          "line": 309,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10034,
      "end": 10035,
      "loc": {
        "start": {
          "line": 309,
          "column": 21
        },
        "end": {
          "line": 309,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 10035,
      "end": 10039,
      "loc": {
        "start": {
          "line": 309,
          "column": 22
        },
        "end": {
          "line": 309,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10040,
      "end": 10043,
      "loc": {
        "start": {
          "line": 309,
          "column": 27
        },
        "end": {
          "line": 309,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 10044,
      "end": 10048,
      "loc": {
        "start": {
          "line": 309,
          "column": 31
        },
        "end": {
          "line": 309,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10048,
      "end": 10049,
      "loc": {
        "start": {
          "line": 309,
          "column": 35
        },
        "end": {
          "line": 309,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10050,
      "end": 10051,
      "loc": {
        "start": {
          "line": 309,
          "column": 37
        },
        "end": {
          "line": 309,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10068,
      "end": 10072,
      "loc": {
        "start": {
          "line": 310,
          "column": 16
        },
        "end": {
          "line": 310,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10072,
      "end": 10073,
      "loc": {
        "start": {
          "line": 310,
          "column": 20
        },
        "end": {
          "line": 310,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "edit",
      "start": 10073,
      "end": 10077,
      "loc": {
        "start": {
          "line": 310,
          "column": 21
        },
        "end": {
          "line": 310,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10077,
      "end": 10078,
      "loc": {
        "start": {
          "line": 310,
          "column": 25
        },
        "end": {
          "line": 310,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 10078,
      "end": 10083,
      "loc": {
        "start": {
          "line": 310,
          "column": 26
        },
        "end": {
          "line": 310,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10083,
      "end": 10084,
      "loc": {
        "start": {
          "line": 310,
          "column": 31
        },
        "end": {
          "line": 310,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10097,
      "end": 10098,
      "loc": {
        "start": {
          "line": 311,
          "column": 12
        },
        "end": {
          "line": 311,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10107,
      "end": 10108,
      "loc": {
        "start": {
          "line": 312,
          "column": 8
        },
        "end": {
          "line": 312,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10113,
      "end": 10114,
      "loc": {
        "start": {
          "line": 313,
          "column": 4
        },
        "end": {
          "line": 313,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * edit the name entry using the created element\n     * @param {HTMLElement} leaf\n     ",
      "start": 10120,
      "end": 10217,
      "loc": {
        "start": {
          "line": 315,
          "column": 4
        },
        "end": {
          "line": 318,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "edit",
      "start": 10222,
      "end": 10226,
      "loc": {
        "start": {
          "line": 319,
          "column": 4
        },
        "end": {
          "line": 319,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10226,
      "end": 10227,
      "loc": {
        "start": {
          "line": 319,
          "column": 8
        },
        "end": {
          "line": 319,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 10227,
      "end": 10231,
      "loc": {
        "start": {
          "line": 319,
          "column": 9
        },
        "end": {
          "line": 319,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10231,
      "end": 10232,
      "loc": {
        "start": {
          "line": 319,
          "column": 13
        },
        "end": {
          "line": 319,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10233,
      "end": 10234,
      "loc": {
        "start": {
          "line": 319,
          "column": 15
        },
        "end": {
          "line": 319,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10243,
      "end": 10247,
      "loc": {
        "start": {
          "line": 320,
          "column": 8
        },
        "end": {
          "line": 320,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10247,
      "end": 10248,
      "loc": {
        "start": {
          "line": 320,
          "column": 12
        },
        "end": {
          "line": 320,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 10248,
      "end": 10256,
      "loc": {
        "start": {
          "line": 320,
          "column": 13
        },
        "end": {
          "line": 320,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10257,
      "end": 10258,
      "loc": {
        "start": {
          "line": 320,
          "column": 22
        },
        "end": {
          "line": 320,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 10259,
      "end": 10263,
      "loc": {
        "start": {
          "line": 320,
          "column": 24
        },
        "end": {
          "line": 320,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10272,
      "end": 10276,
      "loc": {
        "start": {
          "line": 321,
          "column": 8
        },
        "end": {
          "line": 321,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10276,
      "end": 10277,
      "loc": {
        "start": {
          "line": 321,
          "column": 12
        },
        "end": {
          "line": 321,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10277,
      "end": 10287,
      "loc": {
        "start": {
          "line": 321,
          "column": 13
        },
        "end": {
          "line": 321,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10288,
      "end": 10289,
      "loc": {
        "start": {
          "line": 321,
          "column": 24
        },
        "end": {
          "line": 321,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 10290,
      "end": 10295,
      "loc": {
        "start": {
          "line": 321,
          "column": 26
        },
        "end": {
          "line": 321,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10295,
      "end": 10296,
      "loc": {
        "start": {
          "line": 321,
          "column": 31
        },
        "end": {
          "line": 321,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "html",
      "start": 10296,
      "end": 10300,
      "loc": {
        "start": {
          "line": 321,
          "column": 32
        },
        "end": {
          "line": 321,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10300,
      "end": 10301,
      "loc": {
        "start": {
          "line": 321,
          "column": 36
        },
        "end": {
          "line": 321,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10301,
      "end": 10302,
      "loc": {
        "start": {
          "line": 321,
          "column": 37
        },
        "end": {
          "line": 321,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 10303,
      "end": 10309,
      "loc": {
        "start": {
          "line": 321,
          "column": 39
        },
        "end": {
          "line": 321,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10309,
      "end": 10310,
      "loc": {
        "start": {
          "line": 321,
          "column": 45
        },
        "end": {
          "line": 321,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10311,
      "end": 10315,
      "loc": {
        "start": {
          "line": 321,
          "column": 47
        },
        "end": {
          "line": 321,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10315,
      "end": 10316,
      "loc": {
        "start": {
          "line": 321,
          "column": 51
        },
        "end": {
          "line": 321,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 10316,
      "end": 10324,
      "loc": {
        "start": {
          "line": 321,
          "column": 52
        },
        "end": {
          "line": 321,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10324,
      "end": 10325,
      "loc": {
        "start": {
          "line": 321,
          "column": 60
        },
        "end": {
          "line": 321,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10325,
      "end": 10329,
      "loc": {
        "start": {
          "line": 321,
          "column": 61
        },
        "end": {
          "line": 321,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10329,
      "end": 10330,
      "loc": {
        "start": {
          "line": 321,
          "column": 65
        },
        "end": {
          "line": 321,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parentNode",
      "start": 10330,
      "end": 10340,
      "loc": {
        "start": {
          "line": 321,
          "column": 66
        },
        "end": {
          "line": 321,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10340,
      "end": 10341,
      "loc": {
        "start": {
          "line": 321,
          "column": 76
        },
        "end": {
          "line": 321,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10342,
      "end": 10346,
      "loc": {
        "start": {
          "line": 321,
          "column": 78
        },
        "end": {
          "line": 321,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10346,
      "end": 10347,
      "loc": {
        "start": {
          "line": 321,
          "column": 82
        },
        "end": {
          "line": 321,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "input",
      "start": 10348,
      "end": 10355,
      "loc": {
        "start": {
          "line": 321,
          "column": 84
        },
        "end": {
          "line": 321,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10355,
      "end": 10356,
      "loc": {
        "start": {
          "line": 321,
          "column": 91
        },
        "end": {
          "line": 321,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "className",
      "start": 10357,
      "end": 10366,
      "loc": {
        "start": {
          "line": 321,
          "column": 93
        },
        "end": {
          "line": 321,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10366,
      "end": 10367,
      "loc": {
        "start": {
          "line": 321,
          "column": 102
        },
        "end": {
          "line": 321,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10368,
      "end": 10369,
      "loc": {
        "start": {
          "line": 321,
          "column": 104
        },
        "end": {
          "line": 321,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 10369,
      "end": 10369,
      "loc": {
        "start": {
          "line": 321,
          "column": 105
        },
        "end": {
          "line": 321,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10369,
      "end": 10371,
      "loc": {
        "start": {
          "line": 321,
          "column": 105
        },
        "end": {
          "line": 321,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10371,
      "end": 10375,
      "loc": {
        "start": {
          "line": 321,
          "column": 107
        },
        "end": {
          "line": 321,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10375,
      "end": 10376,
      "loc": {
        "start": {
          "line": 321,
          "column": 111
        },
        "end": {
          "line": 321,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 10376,
      "end": 10391,
      "loc": {
        "start": {
          "line": 321,
          "column": 112
        },
        "end": {
          "line": 321,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10391,
      "end": 10392,
      "loc": {
        "start": {
          "line": 321,
          "column": 127
        },
        "end": {
          "line": 321,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-name",
      "start": 10392,
      "end": 10397,
      "loc": {
        "start": {
          "line": 321,
          "column": 128
        },
        "end": {
          "line": 321,
          "column": 133
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10397,
      "end": 10398,
      "loc": {
        "start": {
          "line": 321,
          "column": 133
        },
        "end": {
          "line": 321,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10399,
      "end": 10400,
      "loc": {
        "start": {
          "line": 321,
          "column": 135
        },
        "end": {
          "line": 321,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10400,
      "end": 10401,
      "loc": {
        "start": {
          "line": 321,
          "column": 136
        },
        "end": {
          "line": 321,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 10410,
      "end": 10415,
      "loc": {
        "start": {
          "line": 322,
          "column": 8
        },
        "end": {
          "line": 322,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computed",
      "start": 10416,
      "end": 10424,
      "loc": {
        "start": {
          "line": 322,
          "column": 14
        },
        "end": {
          "line": 322,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10425,
      "end": 10426,
      "loc": {
        "start": {
          "line": 322,
          "column": 23
        },
        "end": {
          "line": 322,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "window",
      "start": 10427,
      "end": 10433,
      "loc": {
        "start": {
          "line": 322,
          "column": 25
        },
        "end": {
          "line": 322,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10433,
      "end": 10434,
      "loc": {
        "start": {
          "line": 322,
          "column": 31
        },
        "end": {
          "line": 322,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getComputedStyle",
      "start": 10434,
      "end": 10450,
      "loc": {
        "start": {
          "line": 322,
          "column": 32
        },
        "end": {
          "line": 322,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10450,
      "end": 10451,
      "loc": {
        "start": {
          "line": 322,
          "column": 48
        },
        "end": {
          "line": 322,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10451,
      "end": 10455,
      "loc": {
        "start": {
          "line": 322,
          "column": 49
        },
        "end": {
          "line": 322,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10455,
      "end": 10456,
      "loc": {
        "start": {
          "line": 322,
          "column": 53
        },
        "end": {
          "line": 322,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 10456,
      "end": 10464,
      "loc": {
        "start": {
          "line": 322,
          "column": 54
        },
        "end": {
          "line": 322,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10464,
      "end": 10465,
      "loc": {
        "start": {
          "line": 322,
          "column": 62
        },
        "end": {
          "line": 322,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10465,
      "end": 10469,
      "loc": {
        "start": {
          "line": 322,
          "column": 63
        },
        "end": {
          "line": 322,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10469,
      "end": 10470,
      "loc": {
        "start": {
          "line": 322,
          "column": 67
        },
        "end": {
          "line": 322,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10479,
      "end": 10483,
      "loc": {
        "start": {
          "line": 323,
          "column": 8
        },
        "end": {
          "line": 323,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10483,
      "end": 10484,
      "loc": {
        "start": {
          "line": 323,
          "column": 12
        },
        "end": {
          "line": 323,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10484,
      "end": 10494,
      "loc": {
        "start": {
          "line": 323,
          "column": 13
        },
        "end": {
          "line": 323,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10494,
      "end": 10495,
      "loc": {
        "start": {
          "line": 323,
          "column": 23
        },
        "end": {
          "line": 323,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 10495,
      "end": 10500,
      "loc": {
        "start": {
          "line": 323,
          "column": 24
        },
        "end": {
          "line": 323,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10500,
      "end": 10501,
      "loc": {
        "start": {
          "line": 323,
          "column": 29
        },
        "end": {
          "line": 323,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boxSizing",
      "start": 10501,
      "end": 10510,
      "loc": {
        "start": {
          "line": 323,
          "column": 30
        },
        "end": {
          "line": 323,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10511,
      "end": 10512,
      "loc": {
        "start": {
          "line": 323,
          "column": 40
        },
        "end": {
          "line": 323,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "content-box",
      "start": 10513,
      "end": 10526,
      "loc": {
        "start": {
          "line": 323,
          "column": 42
        },
        "end": {
          "line": 323,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10535,
      "end": 10539,
      "loc": {
        "start": {
          "line": 324,
          "column": 8
        },
        "end": {
          "line": 324,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10539,
      "end": 10540,
      "loc": {
        "start": {
          "line": 324,
          "column": 12
        },
        "end": {
          "line": 324,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10540,
      "end": 10550,
      "loc": {
        "start": {
          "line": 324,
          "column": 13
        },
        "end": {
          "line": 324,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10550,
      "end": 10551,
      "loc": {
        "start": {
          "line": 324,
          "column": 23
        },
        "end": {
          "line": 324,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 10551,
      "end": 10556,
      "loc": {
        "start": {
          "line": 324,
          "column": 24
        },
        "end": {
          "line": 324,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10556,
      "end": 10557,
      "loc": {
        "start": {
          "line": 324,
          "column": 29
        },
        "end": {
          "line": 324,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fontFamily",
      "start": 10557,
      "end": 10567,
      "loc": {
        "start": {
          "line": 324,
          "column": 30
        },
        "end": {
          "line": 324,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10568,
      "end": 10569,
      "loc": {
        "start": {
          "line": 324,
          "column": 41
        },
        "end": {
          "line": 324,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computed",
      "start": 10570,
      "end": 10578,
      "loc": {
        "start": {
          "line": 324,
          "column": 43
        },
        "end": {
          "line": 324,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10578,
      "end": 10579,
      "loc": {
        "start": {
          "line": 324,
          "column": 51
        },
        "end": {
          "line": 324,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPropertyValue",
      "start": 10579,
      "end": 10595,
      "loc": {
        "start": {
          "line": 324,
          "column": 52
        },
        "end": {
          "line": 324,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10595,
      "end": 10596,
      "loc": {
        "start": {
          "line": 324,
          "column": 68
        },
        "end": {
          "line": 324,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "font-family",
      "start": 10596,
      "end": 10609,
      "loc": {
        "start": {
          "line": 324,
          "column": 69
        },
        "end": {
          "line": 324,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10609,
      "end": 10610,
      "loc": {
        "start": {
          "line": 324,
          "column": 82
        },
        "end": {
          "line": 324,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10619,
      "end": 10623,
      "loc": {
        "start": {
          "line": 325,
          "column": 8
        },
        "end": {
          "line": 325,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10623,
      "end": 10624,
      "loc": {
        "start": {
          "line": 325,
          "column": 12
        },
        "end": {
          "line": 325,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10624,
      "end": 10634,
      "loc": {
        "start": {
          "line": 325,
          "column": 13
        },
        "end": {
          "line": 325,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10634,
      "end": 10635,
      "loc": {
        "start": {
          "line": 325,
          "column": 23
        },
        "end": {
          "line": 325,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 10635,
      "end": 10640,
      "loc": {
        "start": {
          "line": 325,
          "column": 24
        },
        "end": {
          "line": 325,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10640,
      "end": 10641,
      "loc": {
        "start": {
          "line": 325,
          "column": 29
        },
        "end": {
          "line": 325,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fontSize",
      "start": 10641,
      "end": 10649,
      "loc": {
        "start": {
          "line": 325,
          "column": 30
        },
        "end": {
          "line": 325,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10650,
      "end": 10651,
      "loc": {
        "start": {
          "line": 325,
          "column": 39
        },
        "end": {
          "line": 325,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computed",
      "start": 10652,
      "end": 10660,
      "loc": {
        "start": {
          "line": 325,
          "column": 41
        },
        "end": {
          "line": 325,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10660,
      "end": 10661,
      "loc": {
        "start": {
          "line": 325,
          "column": 49
        },
        "end": {
          "line": 325,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPropertyValue",
      "start": 10661,
      "end": 10677,
      "loc": {
        "start": {
          "line": 325,
          "column": 50
        },
        "end": {
          "line": 325,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10677,
      "end": 10678,
      "loc": {
        "start": {
          "line": 325,
          "column": 66
        },
        "end": {
          "line": 325,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "font-size",
      "start": 10678,
      "end": 10689,
      "loc": {
        "start": {
          "line": 325,
          "column": 67
        },
        "end": {
          "line": 325,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10689,
      "end": 10690,
      "loc": {
        "start": {
          "line": 325,
          "column": 78
        },
        "end": {
          "line": 325,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10699,
      "end": 10703,
      "loc": {
        "start": {
          "line": 326,
          "column": 8
        },
        "end": {
          "line": 326,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10703,
      "end": 10704,
      "loc": {
        "start": {
          "line": 326,
          "column": 12
        },
        "end": {
          "line": 326,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10704,
      "end": 10714,
      "loc": {
        "start": {
          "line": 326,
          "column": 13
        },
        "end": {
          "line": 326,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10714,
      "end": 10715,
      "loc": {
        "start": {
          "line": 326,
          "column": 23
        },
        "end": {
          "line": 326,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10715,
      "end": 10720,
      "loc": {
        "start": {
          "line": 326,
          "column": 24
        },
        "end": {
          "line": 326,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10721,
      "end": 10722,
      "loc": {
        "start": {
          "line": 326,
          "column": 30
        },
        "end": {
          "line": 326,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10723,
      "end": 10727,
      "loc": {
        "start": {
          "line": 326,
          "column": 32
        },
        "end": {
          "line": 326,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10727,
      "end": 10728,
      "loc": {
        "start": {
          "line": 326,
          "column": 36
        },
        "end": {
          "line": 326,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 10728,
      "end": 10736,
      "loc": {
        "start": {
          "line": 326,
          "column": 37
        },
        "end": {
          "line": 326,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10736,
      "end": 10737,
      "loc": {
        "start": {
          "line": 326,
          "column": 45
        },
        "end": {
          "line": 326,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10737,
      "end": 10741,
      "loc": {
        "start": {
          "line": 326,
          "column": 46
        },
        "end": {
          "line": 326,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10741,
      "end": 10742,
      "loc": {
        "start": {
          "line": 326,
          "column": 50
        },
        "end": {
          "line": 326,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "innerText",
      "start": 10742,
      "end": 10751,
      "loc": {
        "start": {
          "line": 326,
          "column": 51
        },
        "end": {
          "line": 326,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10760,
      "end": 10764,
      "loc": {
        "start": {
          "line": 327,
          "column": 8
        },
        "end": {
          "line": 327,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10764,
      "end": 10765,
      "loc": {
        "start": {
          "line": 327,
          "column": 12
        },
        "end": {
          "line": 327,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10765,
      "end": 10775,
      "loc": {
        "start": {
          "line": 327,
          "column": 13
        },
        "end": {
          "line": 327,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10775,
      "end": 10776,
      "loc": {
        "start": {
          "line": 327,
          "column": 23
        },
        "end": {
          "line": 327,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setSelectionRange",
      "start": 10776,
      "end": 10793,
      "loc": {
        "start": {
          "line": 327,
          "column": 24
        },
        "end": {
          "line": 327,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10793,
      "end": 10794,
      "loc": {
        "start": {
          "line": 327,
          "column": 41
        },
        "end": {
          "line": 327,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10794,
      "end": 10795,
      "loc": {
        "start": {
          "line": 327,
          "column": 42
        },
        "end": {
          "line": 327,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10795,
      "end": 10796,
      "loc": {
        "start": {
          "line": 327,
          "column": 43
        },
        "end": {
          "line": 327,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10797,
      "end": 10801,
      "loc": {
        "start": {
          "line": 327,
          "column": 45
        },
        "end": {
          "line": 327,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10801,
      "end": 10802,
      "loc": {
        "start": {
          "line": 327,
          "column": 49
        },
        "end": {
          "line": 327,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10802,
      "end": 10812,
      "loc": {
        "start": {
          "line": 327,
          "column": 50
        },
        "end": {
          "line": 327,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10812,
      "end": 10813,
      "loc": {
        "start": {
          "line": 327,
          "column": 60
        },
        "end": {
          "line": 327,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10813,
      "end": 10818,
      "loc": {
        "start": {
          "line": 327,
          "column": 61
        },
        "end": {
          "line": 327,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10818,
      "end": 10819,
      "loc": {
        "start": {
          "line": 327,
          "column": 66
        },
        "end": {
          "line": 327,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10819,
      "end": 10825,
      "loc": {
        "start": {
          "line": 327,
          "column": 67
        },
        "end": {
          "line": 327,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10825,
      "end": 10826,
      "loc": {
        "start": {
          "line": 327,
          "column": 73
        },
        "end": {
          "line": 327,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10835,
      "end": 10839,
      "loc": {
        "start": {
          "line": 328,
          "column": 8
        },
        "end": {
          "line": 328,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10839,
      "end": 10840,
      "loc": {
        "start": {
          "line": 328,
          "column": 12
        },
        "end": {
          "line": 328,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10840,
      "end": 10850,
      "loc": {
        "start": {
          "line": 328,
          "column": 13
        },
        "end": {
          "line": 328,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10850,
      "end": 10851,
      "loc": {
        "start": {
          "line": 328,
          "column": 23
        },
        "end": {
          "line": 328,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "focus",
      "start": 10851,
      "end": 10856,
      "loc": {
        "start": {
          "line": 328,
          "column": 24
        },
        "end": {
          "line": 328,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10856,
      "end": 10857,
      "loc": {
        "start": {
          "line": 328,
          "column": 29
        },
        "end": {
          "line": 328,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10857,
      "end": 10858,
      "loc": {
        "start": {
          "line": 328,
          "column": 30
        },
        "end": {
          "line": 328,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10867,
      "end": 10871,
      "loc": {
        "start": {
          "line": 329,
          "column": 8
        },
        "end": {
          "line": 329,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10871,
      "end": 10872,
      "loc": {
        "start": {
          "line": 329,
          "column": 12
        },
        "end": {
          "line": 329,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10872,
      "end": 10882,
      "loc": {
        "start": {
          "line": 329,
          "column": 13
        },
        "end": {
          "line": 329,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10882,
      "end": 10883,
      "loc": {
        "start": {
          "line": 329,
          "column": 23
        },
        "end": {
          "line": 329,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 10883,
      "end": 10899,
      "loc": {
        "start": {
          "line": 329,
          "column": 24
        },
        "end": {
          "line": 329,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10899,
      "end": 10900,
      "loc": {
        "start": {
          "line": 329,
          "column": 40
        },
        "end": {
          "line": 329,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "update",
      "start": 10900,
      "end": 10908,
      "loc": {
        "start": {
          "line": 329,
          "column": 41
        },
        "end": {
          "line": 329,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10908,
      "end": 10909,
      "loc": {
        "start": {
          "line": 329,
          "column": 49
        },
        "end": {
          "line": 329,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10910,
      "end": 10911,
      "loc": {
        "start": {
          "line": 329,
          "column": 51
        },
        "end": {
          "line": 329,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10911,
      "end": 10912,
      "loc": {
        "start": {
          "line": 329,
          "column": 52
        },
        "end": {
          "line": 329,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10913,
      "end": 10915,
      "loc": {
        "start": {
          "line": 329,
          "column": 54
        },
        "end": {
          "line": 329,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10916,
      "end": 10917,
      "loc": {
        "start": {
          "line": 329,
          "column": 57
        },
        "end": {
          "line": 329,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10930,
      "end": 10934,
      "loc": {
        "start": {
          "line": 330,
          "column": 12
        },
        "end": {
          "line": 330,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10934,
      "end": 10935,
      "loc": {
        "start": {
          "line": 330,
          "column": 16
        },
        "end": {
          "line": 330,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameChange",
      "start": 10935,
      "end": 10945,
      "loc": {
        "start": {
          "line": 330,
          "column": 17
        },
        "end": {
          "line": 330,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10945,
      "end": 10946,
      "loc": {
        "start": {
          "line": 330,
          "column": 27
        },
        "end": {
          "line": 330,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10946,
      "end": 10950,
      "loc": {
        "start": {
          "line": 330,
          "column": 28
        },
        "end": {
          "line": 330,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10950,
      "end": 10951,
      "loc": {
        "start": {
          "line": 330,
          "column": 32
        },
        "end": {
          "line": 330,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 10951,
      "end": 10959,
      "loc": {
        "start": {
          "line": 330,
          "column": 33
        },
        "end": {
          "line": 330,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10959,
      "end": 10960,
      "loc": {
        "start": {
          "line": 330,
          "column": 41
        },
        "end": {
          "line": 330,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10961,
      "end": 10965,
      "loc": {
        "start": {
          "line": 330,
          "column": 43
        },
        "end": {
          "line": 330,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10965,
      "end": 10966,
      "loc": {
        "start": {
          "line": 330,
          "column": 47
        },
        "end": {
          "line": 330,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 10966,
      "end": 10976,
      "loc": {
        "start": {
          "line": 330,
          "column": 48
        },
        "end": {
          "line": 330,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10976,
      "end": 10977,
      "loc": {
        "start": {
          "line": 330,
          "column": 58
        },
        "end": {
          "line": 330,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10977,
      "end": 10982,
      "loc": {
        "start": {
          "line": 330,
          "column": 59
        },
        "end": {
          "line": 330,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10982,
      "end": 10983,
      "loc": {
        "start": {
          "line": 330,
          "column": 64
        },
        "end": {
          "line": 330,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10996,
      "end": 11000,
      "loc": {
        "start": {
          "line": 331,
          "column": 12
        },
        "end": {
          "line": 331,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11000,
      "end": 11001,
      "loc": {
        "start": {
          "line": 331,
          "column": 16
        },
        "end": {
          "line": 331,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_holdClose",
      "start": 11001,
      "end": 11011,
      "loc": {
        "start": {
          "line": 331,
          "column": 17
        },
        "end": {
          "line": 331,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11011,
      "end": 11012,
      "loc": {
        "start": {
          "line": 331,
          "column": 27
        },
        "end": {
          "line": 331,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11012,
      "end": 11013,
      "loc": {
        "start": {
          "line": 331,
          "column": 28
        },
        "end": {
          "line": 331,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11022,
      "end": 11023,
      "loc": {
        "start": {
          "line": 332,
          "column": 8
        },
        "end": {
          "line": 332,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11023,
      "end": 11024,
      "loc": {
        "start": {
          "line": 332,
          "column": 9
        },
        "end": {
          "line": 332,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11033,
      "end": 11037,
      "loc": {
        "start": {
          "line": 333,
          "column": 8
        },
        "end": {
          "line": 333,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11037,
      "end": 11038,
      "loc": {
        "start": {
          "line": 333,
          "column": 12
        },
        "end": {
          "line": 333,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 11038,
      "end": 11048,
      "loc": {
        "start": {
          "line": 333,
          "column": 13
        },
        "end": {
          "line": 333,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11048,
      "end": 11049,
      "loc": {
        "start": {
          "line": 333,
          "column": 23
        },
        "end": {
          "line": 333,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 11049,
      "end": 11065,
      "loc": {
        "start": {
          "line": 333,
          "column": 24
        },
        "end": {
          "line": 333,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11065,
      "end": 11066,
      "loc": {
        "start": {
          "line": 333,
          "column": 40
        },
        "end": {
          "line": 333,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "keyup",
      "start": 11066,
      "end": 11073,
      "loc": {
        "start": {
          "line": 333,
          "column": 41
        },
        "end": {
          "line": 333,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11073,
      "end": 11074,
      "loc": {
        "start": {
          "line": 333,
          "column": 48
        },
        "end": {
          "line": 333,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11075,
      "end": 11076,
      "loc": {
        "start": {
          "line": 333,
          "column": 50
        },
        "end": {
          "line": 333,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 11076,
      "end": 11077,
      "loc": {
        "start": {
          "line": 333,
          "column": 51
        },
        "end": {
          "line": 333,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11077,
      "end": 11078,
      "loc": {
        "start": {
          "line": 333,
          "column": 52
        },
        "end": {
          "line": 333,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11079,
      "end": 11081,
      "loc": {
        "start": {
          "line": 333,
          "column": 54
        },
        "end": {
          "line": 333,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11082,
      "end": 11083,
      "loc": {
        "start": {
          "line": 333,
          "column": 57
        },
        "end": {
          "line": 333,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11096,
      "end": 11098,
      "loc": {
        "start": {
          "line": 334,
          "column": 12
        },
        "end": {
          "line": 334,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11099,
      "end": 11100,
      "loc": {
        "start": {
          "line": 334,
          "column": 15
        },
        "end": {
          "line": 334,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 11100,
      "end": 11101,
      "loc": {
        "start": {
          "line": 334,
          "column": 16
        },
        "end": {
          "line": 334,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11101,
      "end": 11102,
      "loc": {
        "start": {
          "line": 334,
          "column": 17
        },
        "end": {
          "line": 334,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 11102,
      "end": 11106,
      "loc": {
        "start": {
          "line": 334,
          "column": 18
        },
        "end": {
          "line": 334,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11107,
      "end": 11110,
      "loc": {
        "start": {
          "line": 334,
          "column": 23
        },
        "end": {
          "line": 334,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Escape",
      "start": 11111,
      "end": 11119,
      "loc": {
        "start": {
          "line": 334,
          "column": 27
        },
        "end": {
          "line": 334,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11119,
      "end": 11120,
      "loc": {
        "start": {
          "line": 334,
          "column": 35
        },
        "end": {
          "line": 334,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11121,
      "end": 11122,
      "loc": {
        "start": {
          "line": 334,
          "column": 37
        },
        "end": {
          "line": 334,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11139,
      "end": 11143,
      "loc": {
        "start": {
          "line": 335,
          "column": 16
        },
        "end": {
          "line": 335,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11143,
      "end": 11144,
      "loc": {
        "start": {
          "line": 335,
          "column": 20
        },
        "end": {
          "line": 335,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_holdClose",
      "start": 11144,
      "end": 11154,
      "loc": {
        "start": {
          "line": 335,
          "column": 21
        },
        "end": {
          "line": 335,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11154,
      "end": 11155,
      "loc": {
        "start": {
          "line": 335,
          "column": 31
        },
        "end": {
          "line": 335,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11155,
      "end": 11156,
      "loc": {
        "start": {
          "line": 335,
          "column": 32
        },
        "end": {
          "line": 335,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11169,
      "end": 11170,
      "loc": {
        "start": {
          "line": 336,
          "column": 12
        },
        "end": {
          "line": 336,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11183,
      "end": 11185,
      "loc": {
        "start": {
          "line": 337,
          "column": 12
        },
        "end": {
          "line": 337,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11186,
      "end": 11187,
      "loc": {
        "start": {
          "line": 337,
          "column": 15
        },
        "end": {
          "line": 337,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 11187,
      "end": 11188,
      "loc": {
        "start": {
          "line": 337,
          "column": 16
        },
        "end": {
          "line": 337,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11188,
      "end": 11189,
      "loc": {
        "start": {
          "line": 337,
          "column": 17
        },
        "end": {
          "line": 337,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 11189,
      "end": 11193,
      "loc": {
        "start": {
          "line": 337,
          "column": 18
        },
        "end": {
          "line": 337,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11194,
      "end": 11197,
      "loc": {
        "start": {
          "line": 337,
          "column": 23
        },
        "end": {
          "line": 337,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Enter",
      "start": 11198,
      "end": 11205,
      "loc": {
        "start": {
          "line": 337,
          "column": 27
        },
        "end": {
          "line": 337,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11205,
      "end": 11206,
      "loc": {
        "start": {
          "line": 337,
          "column": 34
        },
        "end": {
          "line": 337,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11207,
      "end": 11208,
      "loc": {
        "start": {
          "line": 337,
          "column": 36
        },
        "end": {
          "line": 337,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11225,
      "end": 11229,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11229,
      "end": 11230,
      "loc": {
        "start": {
          "line": 338,
          "column": 20
        },
        "end": {
          "line": 338,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameChange",
      "start": 11230,
      "end": 11240,
      "loc": {
        "start": {
          "line": 338,
          "column": 21
        },
        "end": {
          "line": 338,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11240,
      "end": 11241,
      "loc": {
        "start": {
          "line": 338,
          "column": 31
        },
        "end": {
          "line": 338,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11241,
      "end": 11245,
      "loc": {
        "start": {
          "line": 338,
          "column": 32
        },
        "end": {
          "line": 338,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11245,
      "end": 11246,
      "loc": {
        "start": {
          "line": 338,
          "column": 36
        },
        "end": {
          "line": 338,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 11246,
      "end": 11254,
      "loc": {
        "start": {
          "line": 338,
          "column": 37
        },
        "end": {
          "line": 338,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11254,
      "end": 11255,
      "loc": {
        "start": {
          "line": 338,
          "column": 45
        },
        "end": {
          "line": 338,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11256,
      "end": 11260,
      "loc": {
        "start": {
          "line": 338,
          "column": 47
        },
        "end": {
          "line": 338,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11260,
      "end": 11261,
      "loc": {
        "start": {
          "line": 338,
          "column": 51
        },
        "end": {
          "line": 338,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 11261,
      "end": 11271,
      "loc": {
        "start": {
          "line": 338,
          "column": 52
        },
        "end": {
          "line": 338,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11271,
      "end": 11272,
      "loc": {
        "start": {
          "line": 338,
          "column": 62
        },
        "end": {
          "line": 338,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11272,
      "end": 11277,
      "loc": {
        "start": {
          "line": 338,
          "column": 63
        },
        "end": {
          "line": 338,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11277,
      "end": 11278,
      "loc": {
        "start": {
          "line": 338,
          "column": 68
        },
        "end": {
          "line": 338,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11295,
      "end": 11299,
      "loc": {
        "start": {
          "line": 339,
          "column": 16
        },
        "end": {
          "line": 339,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11299,
      "end": 11300,
      "loc": {
        "start": {
          "line": 339,
          "column": 20
        },
        "end": {
          "line": 339,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_holdClose",
      "start": 11300,
      "end": 11310,
      "loc": {
        "start": {
          "line": 339,
          "column": 21
        },
        "end": {
          "line": 339,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11310,
      "end": 11311,
      "loc": {
        "start": {
          "line": 339,
          "column": 31
        },
        "end": {
          "line": 339,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11311,
      "end": 11312,
      "loc": {
        "start": {
          "line": 339,
          "column": 32
        },
        "end": {
          "line": 339,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11325,
      "end": 11326,
      "loc": {
        "start": {
          "line": 340,
          "column": 12
        },
        "end": {
          "line": 340,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11335,
      "end": 11336,
      "loc": {
        "start": {
          "line": 341,
          "column": 8
        },
        "end": {
          "line": 341,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11336,
      "end": 11337,
      "loc": {
        "start": {
          "line": 341,
          "column": 9
        },
        "end": {
          "line": 341,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11346,
      "end": 11350,
      "loc": {
        "start": {
          "line": 342,
          "column": 8
        },
        "end": {
          "line": 342,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11350,
      "end": 11351,
      "loc": {
        "start": {
          "line": 342,
          "column": 12
        },
        "end": {
          "line": 342,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 11351,
      "end": 11359,
      "loc": {
        "start": {
          "line": 342,
          "column": 13
        },
        "end": {
          "line": 342,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11359,
      "end": 11360,
      "loc": {
        "start": {
          "line": 342,
          "column": 21
        },
        "end": {
          "line": 342,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 11360,
      "end": 11364,
      "loc": {
        "start": {
          "line": 342,
          "column": 22
        },
        "end": {
          "line": 342,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11364,
      "end": 11365,
      "loc": {
        "start": {
          "line": 342,
          "column": 26
        },
        "end": {
          "line": 342,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 11365,
      "end": 11370,
      "loc": {
        "start": {
          "line": 342,
          "column": 27
        },
        "end": {
          "line": 342,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11370,
      "end": 11371,
      "loc": {
        "start": {
          "line": 342,
          "column": 32
        },
        "end": {
          "line": 342,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 11371,
      "end": 11378,
      "loc": {
        "start": {
          "line": 342,
          "column": 33
        },
        "end": {
          "line": 342,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11379,
      "end": 11380,
      "loc": {
        "start": {
          "line": 342,
          "column": 41
        },
        "end": {
          "line": 342,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "none",
      "start": 11381,
      "end": 11387,
      "loc": {
        "start": {
          "line": 342,
          "column": 43
        },
        "end": {
          "line": 342,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11396,
      "end": 11400,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11400,
      "end": 11401,
      "loc": {
        "start": {
          "line": 343,
          "column": 12
        },
        "end": {
          "line": 343,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_target",
      "start": 11401,
      "end": 11408,
      "loc": {
        "start": {
          "line": 343,
          "column": 13
        },
        "end": {
          "line": 343,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11409,
      "end": 11410,
      "loc": {
        "start": {
          "line": 343,
          "column": 21
        },
        "end": {
          "line": 343,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 11411,
      "end": 11415,
      "loc": {
        "start": {
          "line": 343,
          "column": 23
        },
        "end": {
          "line": 343,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11420,
      "end": 11421,
      "loc": {
        "start": {
          "line": 344,
          "column": 4
        },
        "end": {
          "line": 344,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_holdClose",
      "start": 11427,
      "end": 11437,
      "loc": {
        "start": {
          "line": 346,
          "column": 4
        },
        "end": {
          "line": 346,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11437,
      "end": 11438,
      "loc": {
        "start": {
          "line": 346,
          "column": 14
        },
        "end": {
          "line": 346,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11438,
      "end": 11439,
      "loc": {
        "start": {
          "line": 346,
          "column": 15
        },
        "end": {
          "line": 346,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11440,
      "end": 11441,
      "loc": {
        "start": {
          "line": 346,
          "column": 17
        },
        "end": {
          "line": 346,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11450,
      "end": 11452,
      "loc": {
        "start": {
          "line": 347,
          "column": 8
        },
        "end": {
          "line": 347,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11453,
      "end": 11454,
      "loc": {
        "start": {
          "line": 347,
          "column": 11
        },
        "end": {
          "line": 347,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11454,
      "end": 11458,
      "loc": {
        "start": {
          "line": 347,
          "column": 12
        },
        "end": {
          "line": 347,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11458,
      "end": 11459,
      "loc": {
        "start": {
          "line": 347,
          "column": 16
        },
        "end": {
          "line": 347,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 11459,
      "end": 11467,
      "loc": {
        "start": {
          "line": 347,
          "column": 17
        },
        "end": {
          "line": 347,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11467,
      "end": 11468,
      "loc": {
        "start": {
          "line": 347,
          "column": 25
        },
        "end": {
          "line": 347,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11469,
      "end": 11470,
      "loc": {
        "start": {
          "line": 347,
          "column": 27
        },
        "end": {
          "line": 347,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11483,
      "end": 11487,
      "loc": {
        "start": {
          "line": 348,
          "column": 12
        },
        "end": {
          "line": 348,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11487,
      "end": 11488,
      "loc": {
        "start": {
          "line": 348,
          "column": 16
        },
        "end": {
          "line": 348,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 11488,
      "end": 11498,
      "loc": {
        "start": {
          "line": 348,
          "column": 17
        },
        "end": {
          "line": 348,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11498,
      "end": 11499,
      "loc": {
        "start": {
          "line": 348,
          "column": 27
        },
        "end": {
          "line": 348,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "remove",
      "start": 11499,
      "end": 11505,
      "loc": {
        "start": {
          "line": 348,
          "column": 28
        },
        "end": {
          "line": 348,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11505,
      "end": 11506,
      "loc": {
        "start": {
          "line": 348,
          "column": 34
        },
        "end": {
          "line": 348,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11506,
      "end": 11507,
      "loc": {
        "start": {
          "line": 348,
          "column": 35
        },
        "end": {
          "line": 348,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11520,
      "end": 11524,
      "loc": {
        "start": {
          "line": 349,
          "column": 12
        },
        "end": {
          "line": 349,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11524,
      "end": 11525,
      "loc": {
        "start": {
          "line": 349,
          "column": 16
        },
        "end": {
          "line": 349,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 11525,
      "end": 11533,
      "loc": {
        "start": {
          "line": 349,
          "column": 17
        },
        "end": {
          "line": 349,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11533,
      "end": 11534,
      "loc": {
        "start": {
          "line": 349,
          "column": 25
        },
        "end": {
          "line": 349,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 11534,
      "end": 11538,
      "loc": {
        "start": {
          "line": 349,
          "column": 26
        },
        "end": {
          "line": 349,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11538,
      "end": 11539,
      "loc": {
        "start": {
          "line": 349,
          "column": 30
        },
        "end": {
          "line": 349,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 11539,
      "end": 11544,
      "loc": {
        "start": {
          "line": 349,
          "column": 31
        },
        "end": {
          "line": 349,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11544,
      "end": 11545,
      "loc": {
        "start": {
          "line": 349,
          "column": 36
        },
        "end": {
          "line": 349,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 11545,
      "end": 11552,
      "loc": {
        "start": {
          "line": 349,
          "column": 37
        },
        "end": {
          "line": 349,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11553,
      "end": 11554,
      "loc": {
        "start": {
          "line": 349,
          "column": 45
        },
        "end": {
          "line": 349,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "block",
      "start": 11555,
      "end": 11562,
      "loc": {
        "start": {
          "line": 349,
          "column": 47
        },
        "end": {
          "line": 349,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11575,
      "end": 11579,
      "loc": {
        "start": {
          "line": 350,
          "column": 12
        },
        "end": {
          "line": 350,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11579,
      "end": 11580,
      "loc": {
        "start": {
          "line": 350,
          "column": 16
        },
        "end": {
          "line": 350,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editing",
      "start": 11580,
      "end": 11588,
      "loc": {
        "start": {
          "line": 350,
          "column": 17
        },
        "end": {
          "line": 350,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11589,
      "end": 11590,
      "loc": {
        "start": {
          "line": 350,
          "column": 26
        },
        "end": {
          "line": 350,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11591,
      "end": 11595,
      "loc": {
        "start": {
          "line": 350,
          "column": 28
        },
        "end": {
          "line": 350,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11595,
      "end": 11596,
      "loc": {
        "start": {
          "line": 350,
          "column": 32
        },
        "end": {
          "line": 350,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_editInput",
      "start": 11596,
      "end": 11606,
      "loc": {
        "start": {
          "line": 350,
          "column": 33
        },
        "end": {
          "line": 350,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11607,
      "end": 11608,
      "loc": {
        "start": {
          "line": 350,
          "column": 44
        },
        "end": {
          "line": 350,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 11609,
      "end": 11613,
      "loc": {
        "start": {
          "line": 350,
          "column": 46
        },
        "end": {
          "line": 350,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11622,
      "end": 11623,
      "loc": {
        "start": {
          "line": 351,
          "column": 8
        },
        "end": {
          "line": 351,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11628,
      "end": 11629,
      "loc": {
        "start": {
          "line": 352,
          "column": 4
        },
        "end": {
          "line": 352,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * change the name of a leaf\n     * @param {HTMLElement} leaf\n     * @param {string} name\n     ",
      "start": 11635,
      "end": 11740,
      "loc": {
        "start": {
          "line": 354,
          "column": 4
        },
        "end": {
          "line": 358,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameChange",
      "start": 11745,
      "end": 11755,
      "loc": {
        "start": {
          "line": 359,
          "column": 4
        },
        "end": {
          "line": 359,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11755,
      "end": 11756,
      "loc": {
        "start": {
          "line": 359,
          "column": 14
        },
        "end": {
          "line": 359,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 11756,
      "end": 11760,
      "loc": {
        "start": {
          "line": 359,
          "column": 15
        },
        "end": {
          "line": 359,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11760,
      "end": 11761,
      "loc": {
        "start": {
          "line": 359,
          "column": 19
        },
        "end": {
          "line": 359,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 11762,
      "end": 11766,
      "loc": {
        "start": {
          "line": 359,
          "column": 21
        },
        "end": {
          "line": 359,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11766,
      "end": 11767,
      "loc": {
        "start": {
          "line": 359,
          "column": 25
        },
        "end": {
          "line": 359,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11768,
      "end": 11769,
      "loc": {
        "start": {
          "line": 359,
          "column": 27
        },
        "end": {
          "line": 359,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 11778,
      "end": 11782,
      "loc": {
        "start": {
          "line": 360,
          "column": 8
        },
        "end": {
          "line": 360,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11782,
      "end": 11783,
      "loc": {
        "start": {
          "line": 360,
          "column": 12
        },
        "end": {
          "line": 360,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 11783,
      "end": 11787,
      "loc": {
        "start": {
          "line": 360,
          "column": 13
        },
        "end": {
          "line": 360,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11787,
      "end": 11788,
      "loc": {
        "start": {
          "line": 360,
          "column": 17
        },
        "end": {
          "line": 360,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 11788,
      "end": 11792,
      "loc": {
        "start": {
          "line": 360,
          "column": 18
        },
        "end": {
          "line": 360,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11793,
      "end": 11794,
      "loc": {
        "start": {
          "line": 360,
          "column": 23
        },
        "end": {
          "line": 360,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11795,
      "end": 11799,
      "loc": {
        "start": {
          "line": 360,
          "column": 25
        },
        "end": {
          "line": 360,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11799,
      "end": 11800,
      "loc": {
        "start": {
          "line": 360,
          "column": 29
        },
        "end": {
          "line": 360,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_input",
      "start": 11800,
      "end": 11806,
      "loc": {
        "start": {
          "line": 360,
          "column": 30
        },
        "end": {
          "line": 360,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11806,
      "end": 11807,
      "loc": {
        "start": {
          "line": 360,
          "column": 36
        },
        "end": {
          "line": 360,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11807,
      "end": 11812,
      "loc": {
        "start": {
          "line": 360,
          "column": 37
        },
        "end": {
          "line": 360,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 11821,
      "end": 11825,
      "loc": {
        "start": {
          "line": 361,
          "column": 8
        },
        "end": {
          "line": 361,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11825,
      "end": 11826,
      "loc": {
        "start": {
          "line": 361,
          "column": 12
        },
        "end": {
          "line": 361,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 11826,
      "end": 11830,
      "loc": {
        "start": {
          "line": 361,
          "column": 13
        },
        "end": {
          "line": 361,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11830,
      "end": 11831,
      "loc": {
        "start": {
          "line": 361,
          "column": 17
        },
        "end": {
          "line": 361,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "innerHTML",
      "start": 11831,
      "end": 11840,
      "loc": {
        "start": {
          "line": 361,
          "column": 18
        },
        "end": {
          "line": 361,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11841,
      "end": 11842,
      "loc": {
        "start": {
          "line": 361,
          "column": 28
        },
        "end": {
          "line": 361,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 11843,
      "end": 11847,
      "loc": {
        "start": {
          "line": 361,
          "column": 30
        },
        "end": {
          "line": 361,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11856,
      "end": 11860,
      "loc": {
        "start": {
          "line": 362,
          "column": 8
        },
        "end": {
          "line": 362,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11860,
      "end": 11861,
      "loc": {
        "start": {
          "line": 362,
          "column": 12
        },
        "end": {
          "line": 362,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 11861,
      "end": 11865,
      "loc": {
        "start": {
          "line": 362,
          "column": 13
        },
        "end": {
          "line": 362,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11865,
      "end": 11866,
      "loc": {
        "start": {
          "line": 362,
          "column": 17
        },
        "end": {
          "line": 362,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "name-change",
      "start": 11866,
      "end": 11879,
      "loc": {
        "start": {
          "line": 362,
          "column": 18
        },
        "end": {
          "line": 362,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11879,
      "end": 11880,
      "loc": {
        "start": {
          "line": 362,
          "column": 31
        },
        "end": {
          "line": 362,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 11881,
      "end": 11885,
      "loc": {
        "start": {
          "line": 362,
          "column": 33
        },
        "end": {
          "line": 362,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11885,
      "end": 11886,
      "loc": {
        "start": {
          "line": 362,
          "column": 37
        },
        "end": {
          "line": 362,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11887,
      "end": 11891,
      "loc": {
        "start": {
          "line": 362,
          "column": 39
        },
        "end": {
          "line": 362,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11891,
      "end": 11892,
      "loc": {
        "start": {
          "line": 362,
          "column": 43
        },
        "end": {
          "line": 362,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_input",
      "start": 11892,
      "end": 11898,
      "loc": {
        "start": {
          "line": 362,
          "column": 44
        },
        "end": {
          "line": 362,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11898,
      "end": 11899,
      "loc": {
        "start": {
          "line": 362,
          "column": 50
        },
        "end": {
          "line": 362,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11899,
      "end": 11904,
      "loc": {
        "start": {
          "line": 362,
          "column": 51
        },
        "end": {
          "line": 362,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11904,
      "end": 11905,
      "loc": {
        "start": {
          "line": 362,
          "column": 56
        },
        "end": {
          "line": 362,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11906,
      "end": 11910,
      "loc": {
        "start": {
          "line": 362,
          "column": 58
        },
        "end": {
          "line": 362,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11910,
      "end": 11911,
      "loc": {
        "start": {
          "line": 362,
          "column": 62
        },
        "end": {
          "line": 362,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11920,
      "end": 11924,
      "loc": {
        "start": {
          "line": 363,
          "column": 8
        },
        "end": {
          "line": 363,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11924,
      "end": 11925,
      "loc": {
        "start": {
          "line": 363,
          "column": 12
        },
        "end": {
          "line": 363,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 11925,
      "end": 11929,
      "loc": {
        "start": {
          "line": 363,
          "column": 13
        },
        "end": {
          "line": 363,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11929,
      "end": 11930,
      "loc": {
        "start": {
          "line": 363,
          "column": 17
        },
        "end": {
          "line": 363,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "update",
      "start": 11930,
      "end": 11938,
      "loc": {
        "start": {
          "line": 363,
          "column": 18
        },
        "end": {
          "line": 363,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11938,
      "end": 11939,
      "loc": {
        "start": {
          "line": 363,
          "column": 26
        },
        "end": {
          "line": 363,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 11940,
      "end": 11944,
      "loc": {
        "start": {
          "line": 363,
          "column": 28
        },
        "end": {
          "line": 363,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11944,
      "end": 11945,
      "loc": {
        "start": {
          "line": 363,
          "column": 32
        },
        "end": {
          "line": 363,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11946,
      "end": 11950,
      "loc": {
        "start": {
          "line": 363,
          "column": 34
        },
        "end": {
          "line": 363,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11950,
      "end": 11951,
      "loc": {
        "start": {
          "line": 363,
          "column": 38
        },
        "end": {
          "line": 363,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11956,
      "end": 11957,
      "loc": {
        "start": {
          "line": 364,
          "column": 4
        },
        "end": {
          "line": 364,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Find a leaf based using its data\n     * @param {object} leaf\n     * @param {HTMLElement} [root=this.element]\n     ",
      "start": 11963,
      "end": 12090,
      "loc": {
        "start": {
          "line": 366,
          "column": 4
        },
        "end": {
          "line": 370,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getLeaf",
      "start": 12095,
      "end": 12102,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12102,
      "end": 12103,
      "loc": {
        "start": {
          "line": 371,
          "column": 11
        },
        "end": {
          "line": 371,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 12103,
      "end": 12107,
      "loc": {
        "start": {
          "line": 371,
          "column": 12
        },
        "end": {
          "line": 371,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12107,
      "end": 12108,
      "loc": {
        "start": {
          "line": 371,
          "column": 16
        },
        "end": {
          "line": 371,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "root",
      "start": 12109,
      "end": 12113,
      "loc": {
        "start": {
          "line": 371,
          "column": 18
        },
        "end": {
          "line": 371,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12114,
      "end": 12115,
      "loc": {
        "start": {
          "line": 371,
          "column": 23
        },
        "end": {
          "line": 371,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12116,
      "end": 12120,
      "loc": {
        "start": {
          "line": 371,
          "column": 25
        },
        "end": {
          "line": 371,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12120,
      "end": 12121,
      "loc": {
        "start": {
          "line": 371,
          "column": 29
        },
        "end": {
          "line": 371,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 12121,
      "end": 12128,
      "loc": {
        "start": {
          "line": 371,
          "column": 30
        },
        "end": {
          "line": 371,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12128,
      "end": 12129,
      "loc": {
        "start": {
          "line": 371,
          "column": 37
        },
        "end": {
          "line": 371,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12130,
      "end": 12131,
      "loc": {
        "start": {
          "line": 371,
          "column": 39
        },
        "end": {
          "line": 371,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12140,
      "end": 12144,
      "loc": {
        "start": {
          "line": 372,
          "column": 8
        },
        "end": {
          "line": 372,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12144,
      "end": 12145,
      "loc": {
        "start": {
          "line": 372,
          "column": 12
        },
        "end": {
          "line": 372,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "findInTree",
      "start": 12145,
      "end": 12155,
      "loc": {
        "start": {
          "line": 372,
          "column": 13
        },
        "end": {
          "line": 372,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12155,
      "end": 12156,
      "loc": {
        "start": {
          "line": 372,
          "column": 23
        },
        "end": {
          "line": 372,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "root",
      "start": 12156,
      "end": 12160,
      "loc": {
        "start": {
          "line": 372,
          "column": 24
        },
        "end": {
          "line": 372,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12160,
      "end": 12161,
      "loc": {
        "start": {
          "line": 372,
          "column": 28
        },
        "end": {
          "line": 372,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 12162,
      "end": 12166,
      "loc": {
        "start": {
          "line": 372,
          "column": 30
        },
        "end": {
          "line": 372,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12167,
      "end": 12169,
      "loc": {
        "start": {
          "line": 372,
          "column": 35
        },
        "end": {
          "line": 372,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 12170,
      "end": 12174,
      "loc": {
        "start": {
          "line": 372,
          "column": 38
        },
        "end": {
          "line": 372,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12175,
      "end": 12178,
      "loc": {
        "start": {
          "line": 372,
          "column": 43
        },
        "end": {
          "line": 372,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 12179,
      "end": 12183,
      "loc": {
        "start": {
          "line": 372,
          "column": 47
        },
        "end": {
          "line": 372,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12183,
      "end": 12184,
      "loc": {
        "start": {
          "line": 372,
          "column": 51
        },
        "end": {
          "line": 372,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12189,
      "end": 12190,
      "loc": {
        "start": {
          "line": 373,
          "column": 4
        },
        "end": {
          "line": 373,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * call the callback function on each node; returns the node if callback === true\n     * @param {*} leaf data\n     * @param {function} callback\n     ",
      "start": 12196,
      "end": 12355,
      "loc": {
        "start": {
          "line": 375,
          "column": 4
        },
        "end": {
          "line": 379,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "findInTree",
      "start": 12360,
      "end": 12370,
      "loc": {
        "start": {
          "line": 380,
          "column": 4
        },
        "end": {
          "line": 380,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12370,
      "end": 12371,
      "loc": {
        "start": {
          "line": 380,
          "column": 14
        },
        "end": {
          "line": 380,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 12371,
      "end": 12375,
      "loc": {
        "start": {
          "line": 380,
          "column": 15
        },
        "end": {
          "line": 380,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12375,
      "end": 12376,
      "loc": {
        "start": {
          "line": 380,
          "column": 19
        },
        "end": {
          "line": 380,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "callback",
      "start": 12377,
      "end": 12385,
      "loc": {
        "start": {
          "line": 380,
          "column": 21
        },
        "end": {
          "line": 380,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12385,
      "end": 12386,
      "loc": {
        "start": {
          "line": 380,
          "column": 29
        },
        "end": {
          "line": 380,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12387,
      "end": 12388,
      "loc": {
        "start": {
          "line": 380,
          "column": 31
        },
        "end": {
          "line": 380,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 12397,
      "end": 12400,
      "loc": {
        "start": {
          "line": 381,
          "column": 8
        },
        "end": {
          "line": 381,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12401,
      "end": 12402,
      "loc": {
        "start": {
          "line": 381,
          "column": 12
        },
        "end": {
          "line": 381,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12402,
      "end": 12407,
      "loc": {
        "start": {
          "line": 381,
          "column": 13
        },
        "end": {
          "line": 381,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 12408,
      "end": 12413,
      "loc": {
        "start": {
          "line": 381,
          "column": 19
        },
        "end": {
          "line": 381,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 12414,
      "end": 12416,
      "loc": {
        "start": {
          "line": 381,
          "column": 25
        },
        "end": {
          "line": 381,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "leaf",
      "start": 12417,
      "end": 12421,
      "loc": {
        "start": {
          "line": 381,
          "column": 28
        },
        "end": {
          "line": 381,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12421,
      "end": 12422,
      "loc": {
        "start": {
          "line": 381,
          "column": 32
        },
        "end": {
          "line": 381,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12422,
      "end": 12430,
      "loc": {
        "start": {
          "line": 381,
          "column": 33
        },
        "end": {
          "line": 381,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12430,
      "end": 12431,
      "loc": {
        "start": {
          "line": 381,
          "column": 41
        },
        "end": {
          "line": 381,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12432,
      "end": 12433,
      "loc": {
        "start": {
          "line": 381,
          "column": 43
        },
        "end": {
          "line": 381,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12446,
      "end": 12448,
      "loc": {
        "start": {
          "line": 382,
          "column": 12
        },
        "end": {
          "line": 382,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12449,
      "end": 12450,
      "loc": {
        "start": {
          "line": 382,
          "column": 15
        },
        "end": {
          "line": 382,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "callback",
      "start": 12450,
      "end": 12458,
      "loc": {
        "start": {
          "line": 382,
          "column": 16
        },
        "end": {
          "line": 382,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12458,
      "end": 12459,
      "loc": {
        "start": {
          "line": 382,
          "column": 24
        },
        "end": {
          "line": 382,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 12459,
      "end": 12464,
      "loc": {
        "start": {
          "line": 382,
          "column": 25
        },
        "end": {
          "line": 382,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12464,
      "end": 12465,
      "loc": {
        "start": {
          "line": 382,
          "column": 30
        },
        "end": {
          "line": 382,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12465,
      "end": 12466,
      "loc": {
        "start": {
          "line": 382,
          "column": 31
        },
        "end": {
          "line": 382,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12467,
      "end": 12468,
      "loc": {
        "start": {
          "line": 382,
          "column": 33
        },
        "end": {
          "line": 382,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12485,
      "end": 12491,
      "loc": {
        "start": {
          "line": 383,
          "column": 16
        },
        "end": {
          "line": 383,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 12492,
      "end": 12497,
      "loc": {
        "start": {
          "line": 383,
          "column": 23
        },
        "end": {
          "line": 383,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12510,
      "end": 12511,
      "loc": {
        "start": {
          "line": 384,
          "column": 12
        },
        "end": {
          "line": 384,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12524,
      "end": 12529,
      "loc": {
        "start": {
          "line": 385,
          "column": 12
        },
        "end": {
          "line": 385,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "find",
      "start": 12530,
      "end": 12534,
      "loc": {
        "start": {
          "line": 385,
          "column": 18
        },
        "end": {
          "line": 385,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12535,
      "end": 12536,
      "loc": {
        "start": {
          "line": 385,
          "column": 23
        },
        "end": {
          "line": 385,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12537,
      "end": 12541,
      "loc": {
        "start": {
          "line": 385,
          "column": 25
        },
        "end": {
          "line": 385,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12541,
      "end": 12542,
      "loc": {
        "start": {
          "line": 385,
          "column": 29
        },
        "end": {
          "line": 385,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "findInTree",
      "start": 12542,
      "end": 12552,
      "loc": {
        "start": {
          "line": 385,
          "column": 30
        },
        "end": {
          "line": 385,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12552,
      "end": 12553,
      "loc": {
        "start": {
          "line": 385,
          "column": 40
        },
        "end": {
          "line": 385,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 12553,
      "end": 12558,
      "loc": {
        "start": {
          "line": 385,
          "column": 41
        },
        "end": {
          "line": 385,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12558,
      "end": 12559,
      "loc": {
        "start": {
          "line": 385,
          "column": 46
        },
        "end": {
          "line": 385,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "callback",
      "start": 12560,
      "end": 12568,
      "loc": {
        "start": {
          "line": 385,
          "column": 48
        },
        "end": {
          "line": 385,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12568,
      "end": 12569,
      "loc": {
        "start": {
          "line": 385,
          "column": 56
        },
        "end": {
          "line": 385,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12582,
      "end": 12584,
      "loc": {
        "start": {
          "line": 386,
          "column": 12
        },
        "end": {
          "line": 386,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12585,
      "end": 12586,
      "loc": {
        "start": {
          "line": 386,
          "column": 15
        },
        "end": {
          "line": 386,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "find",
      "start": 12586,
      "end": 12590,
      "loc": {
        "start": {
          "line": 386,
          "column": 16
        },
        "end": {
          "line": 386,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12590,
      "end": 12591,
      "loc": {
        "start": {
          "line": 386,
          "column": 20
        },
        "end": {
          "line": 386,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12592,
      "end": 12593,
      "loc": {
        "start": {
          "line": 386,
          "column": 22
        },
        "end": {
          "line": 386,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12610,
      "end": 12616,
      "loc": {
        "start": {
          "line": 387,
          "column": 16
        },
        "end": {
          "line": 387,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "find",
      "start": 12617,
      "end": 12621,
      "loc": {
        "start": {
          "line": 387,
          "column": 23
        },
        "end": {
          "line": 387,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12634,
      "end": 12635,
      "loc": {
        "start": {
          "line": 388,
          "column": 12
        },
        "end": {
          "line": 388,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12644,
      "end": 12645,
      "loc": {
        "start": {
          "line": 389,
          "column": 8
        },
        "end": {
          "line": 389,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12650,
      "end": 12651,
      "loc": {
        "start": {
          "line": 390,
          "column": 4
        },
        "end": {
          "line": 390,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getFirstChild",
      "start": 12657,
      "end": 12671,
      "loc": {
        "start": {
          "line": 392,
          "column": 4
        },
        "end": {
          "line": 392,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12671,
      "end": 12672,
      "loc": {
        "start": {
          "line": 392,
          "column": 18
        },
        "end": {
          "line": 392,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 12672,
      "end": 12679,
      "loc": {
        "start": {
          "line": 392,
          "column": 19
        },
        "end": {
          "line": 392,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12679,
      "end": 12680,
      "loc": {
        "start": {
          "line": 392,
          "column": 26
        },
        "end": {
          "line": 392,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 12681,
      "end": 12684,
      "loc": {
        "start": {
          "line": 392,
          "column": 28
        },
        "end": {
          "line": 392,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12684,
      "end": 12685,
      "loc": {
        "start": {
          "line": 392,
          "column": 31
        },
        "end": {
          "line": 392,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12686,
      "end": 12687,
      "loc": {
        "start": {
          "line": 392,
          "column": 33
        },
        "end": {
          "line": 392,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12696,
      "end": 12701,
      "loc": {
        "start": {
          "line": 393,
          "column": 8
        },
        "end": {
          "line": 393,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12702,
      "end": 12710,
      "loc": {
        "start": {
          "line": 393,
          "column": 14
        },
        "end": {
          "line": 393,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12711,
      "end": 12712,
      "loc": {
        "start": {
          "line": 393,
          "column": 23
        },
        "end": {
          "line": 393,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12713,
      "end": 12717,
      "loc": {
        "start": {
          "line": 393,
          "column": 25
        },
        "end": {
          "line": 393,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12717,
      "end": 12718,
      "loc": {
        "start": {
          "line": 393,
          "column": 29
        },
        "end": {
          "line": 393,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 12718,
      "end": 12730,
      "loc": {
        "start": {
          "line": 393,
          "column": 30
        },
        "end": {
          "line": 393,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12730,
      "end": 12731,
      "loc": {
        "start": {
          "line": 393,
          "column": 42
        },
        "end": {
          "line": 393,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 12731,
      "end": 12738,
      "loc": {
        "start": {
          "line": 393,
          "column": 43
        },
        "end": {
          "line": 393,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12738,
      "end": 12739,
      "loc": {
        "start": {
          "line": 393,
          "column": 50
        },
        "end": {
          "line": 393,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 12740,
      "end": 12743,
      "loc": {
        "start": {
          "line": 393,
          "column": 52
        },
        "end": {
          "line": 393,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12743,
      "end": 12744,
      "loc": {
        "start": {
          "line": 393,
          "column": 55
        },
        "end": {
          "line": 393,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12753,
      "end": 12755,
      "loc": {
        "start": {
          "line": 394,
          "column": 8
        },
        "end": {
          "line": 394,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12756,
      "end": 12757,
      "loc": {
        "start": {
          "line": 394,
          "column": 11
        },
        "end": {
          "line": 394,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12757,
      "end": 12765,
      "loc": {
        "start": {
          "line": 394,
          "column": 12
        },
        "end": {
          "line": 394,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12765,
      "end": 12766,
      "loc": {
        "start": {
          "line": 394,
          "column": 20
        },
        "end": {
          "line": 394,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12766,
      "end": 12772,
      "loc": {
        "start": {
          "line": 394,
          "column": 21
        },
        "end": {
          "line": 394,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12772,
      "end": 12773,
      "loc": {
        "start": {
          "line": 394,
          "column": 27
        },
        "end": {
          "line": 394,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12774,
      "end": 12775,
      "loc": {
        "start": {
          "line": 394,
          "column": 29
        },
        "end": {
          "line": 394,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12788,
      "end": 12794,
      "loc": {
        "start": {
          "line": 395,
          "column": 12
        },
        "end": {
          "line": 395,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12795,
      "end": 12803,
      "loc": {
        "start": {
          "line": 395,
          "column": 19
        },
        "end": {
          "line": 395,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12803,
      "end": 12804,
      "loc": {
        "start": {
          "line": 395,
          "column": 27
        },
        "end": {
          "line": 395,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12804,
      "end": 12805,
      "loc": {
        "start": {
          "line": 395,
          "column": 28
        },
        "end": {
          "line": 395,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12805,
      "end": 12806,
      "loc": {
        "start": {
          "line": 395,
          "column": 29
        },
        "end": {
          "line": 395,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12815,
      "end": 12816,
      "loc": {
        "start": {
          "line": 396,
          "column": 8
        },
        "end": {
          "line": 396,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12821,
      "end": 12822,
      "loc": {
        "start": {
          "line": 397,
          "column": 4
        },
        "end": {
          "line": 397,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getLastChild",
      "start": 12828,
      "end": 12841,
      "loc": {
        "start": {
          "line": 399,
          "column": 4
        },
        "end": {
          "line": 399,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12841,
      "end": 12842,
      "loc": {
        "start": {
          "line": 399,
          "column": 17
        },
        "end": {
          "line": 399,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 12842,
      "end": 12849,
      "loc": {
        "start": {
          "line": 399,
          "column": 18
        },
        "end": {
          "line": 399,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12849,
      "end": 12850,
      "loc": {
        "start": {
          "line": 399,
          "column": 25
        },
        "end": {
          "line": 399,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 12851,
      "end": 12854,
      "loc": {
        "start": {
          "line": 399,
          "column": 27
        },
        "end": {
          "line": 399,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12854,
      "end": 12855,
      "loc": {
        "start": {
          "line": 399,
          "column": 30
        },
        "end": {
          "line": 399,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12856,
      "end": 12857,
      "loc": {
        "start": {
          "line": 399,
          "column": 32
        },
        "end": {
          "line": 399,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12866,
      "end": 12871,
      "loc": {
        "start": {
          "line": 400,
          "column": 8
        },
        "end": {
          "line": 400,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12872,
      "end": 12880,
      "loc": {
        "start": {
          "line": 400,
          "column": 14
        },
        "end": {
          "line": 400,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12881,
      "end": 12882,
      "loc": {
        "start": {
          "line": 400,
          "column": 23
        },
        "end": {
          "line": 400,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12883,
      "end": 12887,
      "loc": {
        "start": {
          "line": 400,
          "column": 25
        },
        "end": {
          "line": 400,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12887,
      "end": 12888,
      "loc": {
        "start": {
          "line": 400,
          "column": 29
        },
        "end": {
          "line": 400,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getChildren",
      "start": 12888,
      "end": 12900,
      "loc": {
        "start": {
          "line": 400,
          "column": 30
        },
        "end": {
          "line": 400,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12900,
      "end": 12901,
      "loc": {
        "start": {
          "line": 400,
          "column": 42
        },
        "end": {
          "line": 400,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 12901,
      "end": 12908,
      "loc": {
        "start": {
          "line": 400,
          "column": 43
        },
        "end": {
          "line": 400,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12908,
      "end": 12909,
      "loc": {
        "start": {
          "line": 400,
          "column": 50
        },
        "end": {
          "line": 400,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 12910,
      "end": 12913,
      "loc": {
        "start": {
          "line": 400,
          "column": 52
        },
        "end": {
          "line": 400,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12913,
      "end": 12914,
      "loc": {
        "start": {
          "line": 400,
          "column": 55
        },
        "end": {
          "line": 400,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12923,
      "end": 12925,
      "loc": {
        "start": {
          "line": 401,
          "column": 8
        },
        "end": {
          "line": 401,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12926,
      "end": 12927,
      "loc": {
        "start": {
          "line": 401,
          "column": 11
        },
        "end": {
          "line": 401,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12927,
      "end": 12935,
      "loc": {
        "start": {
          "line": 401,
          "column": 12
        },
        "end": {
          "line": 401,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12935,
      "end": 12936,
      "loc": {
        "start": {
          "line": 401,
          "column": 20
        },
        "end": {
          "line": 401,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12936,
      "end": 12942,
      "loc": {
        "start": {
          "line": 401,
          "column": 21
        },
        "end": {
          "line": 401,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12942,
      "end": 12943,
      "loc": {
        "start": {
          "line": 401,
          "column": 27
        },
        "end": {
          "line": 401,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12944,
      "end": 12945,
      "loc": {
        "start": {
          "line": 401,
          "column": 29
        },
        "end": {
          "line": 401,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12958,
      "end": 12964,
      "loc": {
        "start": {
          "line": 402,
          "column": 12
        },
        "end": {
          "line": 402,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12965,
      "end": 12973,
      "loc": {
        "start": {
          "line": 402,
          "column": 19
        },
        "end": {
          "line": 402,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12973,
      "end": 12974,
      "loc": {
        "start": {
          "line": 402,
          "column": 27
        },
        "end": {
          "line": 402,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 12974,
      "end": 12982,
      "loc": {
        "start": {
          "line": 402,
          "column": 28
        },
        "end": {
          "line": 402,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12982,
      "end": 12983,
      "loc": {
        "start": {
          "line": 402,
          "column": 36
        },
        "end": {
          "line": 402,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12983,
      "end": 12989,
      "loc": {
        "start": {
          "line": 402,
          "column": 37
        },
        "end": {
          "line": 402,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 12990,
      "end": 12991,
      "loc": {
        "start": {
          "line": 402,
          "column": 44
        },
        "end": {
          "line": 402,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 12992,
      "end": 12993,
      "loc": {
        "start": {
          "line": 402,
          "column": 46
        },
        "end": {
          "line": 402,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12993,
      "end": 12994,
      "loc": {
        "start": {
          "line": 402,
          "column": 47
        },
        "end": {
          "line": 402,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13003,
      "end": 13004,
      "loc": {
        "start": {
          "line": 403,
          "column": 8
        },
        "end": {
          "line": 403,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13009,
      "end": 13010,
      "loc": {
        "start": {
          "line": 404,
          "column": 4
        },
        "end": {
          "line": 404,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getParent",
      "start": 13016,
      "end": 13026,
      "loc": {
        "start": {
          "line": 406,
          "column": 4
        },
        "end": {
          "line": 406,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13026,
      "end": 13027,
      "loc": {
        "start": {
          "line": 406,
          "column": 14
        },
        "end": {
          "line": 406,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13027,
      "end": 13034,
      "loc": {
        "start": {
          "line": 406,
          "column": 15
        },
        "end": {
          "line": 406,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13034,
      "end": 13035,
      "loc": {
        "start": {
          "line": 406,
          "column": 22
        },
        "end": {
          "line": 406,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13036,
      "end": 13037,
      "loc": {
        "start": {
          "line": 406,
          "column": 24
        },
        "end": {
          "line": 406,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13046,
      "end": 13053,
      "loc": {
        "start": {
          "line": 407,
          "column": 8
        },
        "end": {
          "line": 407,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13054,
      "end": 13055,
      "loc": {
        "start": {
          "line": 407,
          "column": 16
        },
        "end": {
          "line": 407,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13056,
      "end": 13063,
      "loc": {
        "start": {
          "line": 407,
          "column": 18
        },
        "end": {
          "line": 407,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13063,
      "end": 13064,
      "loc": {
        "start": {
          "line": 407,
          "column": 25
        },
        "end": {
          "line": 407,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parentNode",
      "start": 13064,
      "end": 13074,
      "loc": {
        "start": {
          "line": 407,
          "column": 26
        },
        "end": {
          "line": 407,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 13083,
      "end": 13088,
      "loc": {
        "start": {
          "line": 408,
          "column": 8
        },
        "end": {
          "line": 408,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13089,
      "end": 13090,
      "loc": {
        "start": {
          "line": 408,
          "column": 14
        },
        "end": {
          "line": 408,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13090,
      "end": 13097,
      "loc": {
        "start": {
          "line": 408,
          "column": 15
        },
        "end": {
          "line": 408,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13097,
      "end": 13098,
      "loc": {
        "start": {
          "line": 408,
          "column": 22
        },
        "end": {
          "line": 408,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 13098,
      "end": 13103,
      "loc": {
        "start": {
          "line": 408,
          "column": 23
        },
        "end": {
          "line": 408,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13103,
      "end": 13104,
      "loc": {
        "start": {
          "line": 408,
          "column": 28
        },
        "end": {
          "line": 408,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "display",
      "start": 13104,
      "end": 13111,
      "loc": {
        "start": {
          "line": 408,
          "column": 29
        },
        "end": {
          "line": 408,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 13112,
      "end": 13115,
      "loc": {
        "start": {
          "line": 408,
          "column": 37
        },
        "end": {
          "line": 408,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "none",
      "start": 13116,
      "end": 13122,
      "loc": {
        "start": {
          "line": 408,
          "column": 41
        },
        "end": {
          "line": 408,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13122,
      "end": 13123,
      "loc": {
        "start": {
          "line": 408,
          "column": 47
        },
        "end": {
          "line": 408,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13124,
      "end": 13125,
      "loc": {
        "start": {
          "line": 408,
          "column": 49
        },
        "end": {
          "line": 408,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13138,
      "end": 13145,
      "loc": {
        "start": {
          "line": 409,
          "column": 12
        },
        "end": {
          "line": 409,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13146,
      "end": 13147,
      "loc": {
        "start": {
          "line": 409,
          "column": 20
        },
        "end": {
          "line": 409,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13148,
      "end": 13155,
      "loc": {
        "start": {
          "line": 409,
          "column": 22
        },
        "end": {
          "line": 409,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13155,
      "end": 13156,
      "loc": {
        "start": {
          "line": 409,
          "column": 29
        },
        "end": {
          "line": 409,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parentNode",
      "start": 13156,
      "end": 13166,
      "loc": {
        "start": {
          "line": 409,
          "column": 30
        },
        "end": {
          "line": 409,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13175,
      "end": 13176,
      "loc": {
        "start": {
          "line": 410,
          "column": 8
        },
        "end": {
          "line": 410,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13185,
      "end": 13191,
      "loc": {
        "start": {
          "line": 411,
          "column": 8
        },
        "end": {
          "line": 411,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 13192,
      "end": 13199,
      "loc": {
        "start": {
          "line": 411,
          "column": 15
        },
        "end": {
          "line": 411,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13204,
      "end": 13205,
      "loc": {
        "start": {
          "line": 412,
          "column": 4
        },
        "end": {
          "line": 412,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_addStyles",
      "start": 13211,
      "end": 13221,
      "loc": {
        "start": {
          "line": 414,
          "column": 4
        },
        "end": {
          "line": 414,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13221,
      "end": 13222,
      "loc": {
        "start": {
          "line": 414,
          "column": 14
        },
        "end": {
          "line": 414,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userStyles",
      "start": 13222,
      "end": 13232,
      "loc": {
        "start": {
          "line": 414,
          "column": 15
        },
        "end": {
          "line": 414,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13232,
      "end": 13233,
      "loc": {
        "start": {
          "line": 414,
          "column": 25
        },
        "end": {
          "line": 414,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13234,
      "end": 13235,
      "loc": {
        "start": {
          "line": 414,
          "column": 27
        },
        "end": {
          "line": 414,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13244,
      "end": 13249,
      "loc": {
        "start": {
          "line": 415,
          "column": 8
        },
        "end": {
          "line": 415,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13250,
      "end": 13256,
      "loc": {
        "start": {
          "line": 415,
          "column": 14
        },
        "end": {
          "line": 415,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13257,
      "end": 13258,
      "loc": {
        "start": {
          "line": 415,
          "column": 21
        },
        "end": {
          "line": 415,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 13259,
      "end": 13264,
      "loc": {
        "start": {
          "line": 415,
          "column": 23
        },
        "end": {
          "line": 415,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13264,
      "end": 13265,
      "loc": {
        "start": {
          "line": 415,
          "column": 28
        },
        "end": {
          "line": 415,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13265,
      "end": 13272,
      "loc": {
        "start": {
          "line": 415,
          "column": 29
        },
        "end": {
          "line": 415,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13272,
      "end": 13273,
      "loc": {
        "start": {
          "line": 415,
          "column": 36
        },
        "end": {
          "line": 415,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userStyles",
      "start": 13273,
      "end": 13283,
      "loc": {
        "start": {
          "line": 415,
          "column": 37
        },
        "end": {
          "line": 415,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13283,
      "end": 13284,
      "loc": {
        "start": {
          "line": 415,
          "column": 47
        },
        "end": {
          "line": 415,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styleDefaults",
      "start": 13285,
      "end": 13298,
      "loc": {
        "start": {
          "line": 415,
          "column": 49
        },
        "end": {
          "line": 415,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13298,
      "end": 13299,
      "loc": {
        "start": {
          "line": 415,
          "column": 62
        },
        "end": {
          "line": 415,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 13308,
      "end": 13311,
      "loc": {
        "start": {
          "line": 416,
          "column": 8
        },
        "end": {
          "line": 416,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13312,
      "end": 13313,
      "loc": {
        "start": {
          "line": 416,
          "column": 12
        },
        "end": {
          "line": 416,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13314,
      "end": 13315,
      "loc": {
        "start": {
          "line": 416,
          "column": 14
        },
        "end": {
          "line": 416,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13316,
      "end": 13317,
      "loc": {
        "start": {
          "line": 416,
          "column": 16
        },
        "end": {
          "line": 416,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 13317,
      "end": 13318,
      "loc": {
        "start": {
          "line": 416,
          "column": 17
        },
        "end": {
          "line": 416,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13318,
      "end": 13320,
      "loc": {
        "start": {
          "line": 416,
          "column": 18
        },
        "end": {
          "line": 416,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13320,
      "end": 13324,
      "loc": {
        "start": {
          "line": 416,
          "column": 20
        },
        "end": {
          "line": 416,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13324,
      "end": 13325,
      "loc": {
        "start": {
          "line": 416,
          "column": 24
        },
        "end": {
          "line": 416,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 13325,
      "end": 13340,
      "loc": {
        "start": {
          "line": 416,
          "column": 25
        },
        "end": {
          "line": 416,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13340,
      "end": 13341,
      "loc": {
        "start": {
          "line": 416,
          "column": 40
        },
        "end": {
          "line": 416,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-name{",
      "start": 13341,
      "end": 13347,
      "loc": {
        "start": {
          "line": 416,
          "column": 41
        },
        "end": {
          "line": 416,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13347,
      "end": 13348,
      "loc": {
        "start": {
          "line": 416,
          "column": 47
        },
        "end": {
          "line": 416,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 13357,
      "end": 13360,
      "loc": {
        "start": {
          "line": 417,
          "column": 8
        },
        "end": {
          "line": 417,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13361,
      "end": 13362,
      "loc": {
        "start": {
          "line": 417,
          "column": 12
        },
        "end": {
          "line": 417,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13362,
      "end": 13367,
      "loc": {
        "start": {
          "line": 417,
          "column": 13
        },
        "end": {
          "line": 417,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13368,
      "end": 13371,
      "loc": {
        "start": {
          "line": 417,
          "column": 19
        },
        "end": {
          "line": 417,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 13372,
      "end": 13374,
      "loc": {
        "start": {
          "line": 417,
          "column": 23
        },
        "end": {
          "line": 417,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13375,
      "end": 13381,
      "loc": {
        "start": {
          "line": 417,
          "column": 26
        },
        "end": {
          "line": 417,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13381,
      "end": 13382,
      "loc": {
        "start": {
          "line": 417,
          "column": 32
        },
        "end": {
          "line": 417,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameStyles",
      "start": 13382,
      "end": 13392,
      "loc": {
        "start": {
          "line": 417,
          "column": 33
        },
        "end": {
          "line": 417,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13392,
      "end": 13393,
      "loc": {
        "start": {
          "line": 417,
          "column": 43
        },
        "end": {
          "line": 417,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13394,
      "end": 13395,
      "loc": {
        "start": {
          "line": 417,
          "column": 45
        },
        "end": {
          "line": 417,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13408,
      "end": 13409,
      "loc": {
        "start": {
          "line": 418,
          "column": 12
        },
        "end": {
          "line": 418,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13410,
      "end": 13412,
      "loc": {
        "start": {
          "line": 418,
          "column": 14
        },
        "end": {
          "line": 418,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13413,
      "end": 13414,
      "loc": {
        "start": {
          "line": 418,
          "column": 17
        },
        "end": {
          "line": 418,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13414,
      "end": 13414,
      "loc": {
        "start": {
          "line": 418,
          "column": 18
        },
        "end": {
          "line": 418,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13414,
      "end": 13416,
      "loc": {
        "start": {
          "line": 418,
          "column": 18
        },
        "end": {
          "line": 418,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13416,
      "end": 13419,
      "loc": {
        "start": {
          "line": 418,
          "column": 20
        },
        "end": {
          "line": 418,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13419,
      "end": 13420,
      "loc": {
        "start": {
          "line": 418,
          "column": 23
        },
        "end": {
          "line": 418,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 13420,
      "end": 13421,
      "loc": {
        "start": {
          "line": 418,
          "column": 24
        },
        "end": {
          "line": 418,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13421,
      "end": 13423,
      "loc": {
        "start": {
          "line": 418,
          "column": 25
        },
        "end": {
          "line": 418,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13423,
      "end": 13429,
      "loc": {
        "start": {
          "line": 418,
          "column": 27
        },
        "end": {
          "line": 418,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13429,
      "end": 13430,
      "loc": {
        "start": {
          "line": 418,
          "column": 33
        },
        "end": {
          "line": 418,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameStyles",
      "start": 13430,
      "end": 13440,
      "loc": {
        "start": {
          "line": 418,
          "column": 34
        },
        "end": {
          "line": 418,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13440,
      "end": 13441,
      "loc": {
        "start": {
          "line": 418,
          "column": 44
        },
        "end": {
          "line": 418,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13441,
      "end": 13444,
      "loc": {
        "start": {
          "line": 418,
          "column": 45
        },
        "end": {
          "line": 418,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13444,
      "end": 13445,
      "loc": {
        "start": {
          "line": 418,
          "column": 48
        },
        "end": {
          "line": 418,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13445,
      "end": 13446,
      "loc": {
        "start": {
          "line": 418,
          "column": 49
        },
        "end": {
          "line": 418,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13446,
      "end": 13447,
      "loc": {
        "start": {
          "line": 418,
          "column": 50
        },
        "end": {
          "line": 418,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13447,
      "end": 13448,
      "loc": {
        "start": {
          "line": 418,
          "column": 51
        },
        "end": {
          "line": 418,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13457,
      "end": 13458,
      "loc": {
        "start": {
          "line": 419,
          "column": 8
        },
        "end": {
          "line": 419,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13467,
      "end": 13468,
      "loc": {
        "start": {
          "line": 420,
          "column": 8
        },
        "end": {
          "line": 420,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13469,
      "end": 13471,
      "loc": {
        "start": {
          "line": 420,
          "column": 10
        },
        "end": {
          "line": 420,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13472,
      "end": 13473,
      "loc": {
        "start": {
          "line": 420,
          "column": 13
        },
        "end": {
          "line": 420,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}.",
      "start": 13473,
      "end": 13475,
      "loc": {
        "start": {
          "line": 420,
          "column": 14
        },
        "end": {
          "line": 420,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13475,
      "end": 13477,
      "loc": {
        "start": {
          "line": 420,
          "column": 16
        },
        "end": {
          "line": 420,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13477,
      "end": 13481,
      "loc": {
        "start": {
          "line": 420,
          "column": 18
        },
        "end": {
          "line": 420,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13481,
      "end": 13482,
      "loc": {
        "start": {
          "line": 420,
          "column": 22
        },
        "end": {
          "line": 420,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 13482,
      "end": 13497,
      "loc": {
        "start": {
          "line": 420,
          "column": 23
        },
        "end": {
          "line": 420,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13497,
      "end": 13498,
      "loc": {
        "start": {
          "line": 420,
          "column": 38
        },
        "end": {
          "line": 420,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-content{",
      "start": 13498,
      "end": 13507,
      "loc": {
        "start": {
          "line": 420,
          "column": 39
        },
        "end": {
          "line": 420,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13507,
      "end": 13508,
      "loc": {
        "start": {
          "line": 420,
          "column": 48
        },
        "end": {
          "line": 420,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 13517,
      "end": 13520,
      "loc": {
        "start": {
          "line": 421,
          "column": 8
        },
        "end": {
          "line": 421,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13521,
      "end": 13522,
      "loc": {
        "start": {
          "line": 421,
          "column": 12
        },
        "end": {
          "line": 421,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13522,
      "end": 13527,
      "loc": {
        "start": {
          "line": 421,
          "column": 13
        },
        "end": {
          "line": 421,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13528,
      "end": 13531,
      "loc": {
        "start": {
          "line": 421,
          "column": 19
        },
        "end": {
          "line": 421,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 13532,
      "end": 13534,
      "loc": {
        "start": {
          "line": 421,
          "column": 23
        },
        "end": {
          "line": 421,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13535,
      "end": 13541,
      "loc": {
        "start": {
          "line": 421,
          "column": 26
        },
        "end": {
          "line": 421,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13541,
      "end": 13542,
      "loc": {
        "start": {
          "line": 421,
          "column": 32
        },
        "end": {
          "line": 421,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contentStyles",
      "start": 13542,
      "end": 13555,
      "loc": {
        "start": {
          "line": 421,
          "column": 33
        },
        "end": {
          "line": 421,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13555,
      "end": 13556,
      "loc": {
        "start": {
          "line": 421,
          "column": 46
        },
        "end": {
          "line": 421,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13557,
      "end": 13558,
      "loc": {
        "start": {
          "line": 421,
          "column": 48
        },
        "end": {
          "line": 421,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13571,
      "end": 13572,
      "loc": {
        "start": {
          "line": 422,
          "column": 12
        },
        "end": {
          "line": 422,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13573,
      "end": 13575,
      "loc": {
        "start": {
          "line": 422,
          "column": 14
        },
        "end": {
          "line": 422,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13576,
      "end": 13577,
      "loc": {
        "start": {
          "line": 422,
          "column": 17
        },
        "end": {
          "line": 422,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13577,
      "end": 13577,
      "loc": {
        "start": {
          "line": 422,
          "column": 18
        },
        "end": {
          "line": 422,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13577,
      "end": 13579,
      "loc": {
        "start": {
          "line": 422,
          "column": 18
        },
        "end": {
          "line": 422,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13579,
      "end": 13582,
      "loc": {
        "start": {
          "line": 422,
          "column": 20
        },
        "end": {
          "line": 422,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13582,
      "end": 13583,
      "loc": {
        "start": {
          "line": 422,
          "column": 23
        },
        "end": {
          "line": 422,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 13583,
      "end": 13584,
      "loc": {
        "start": {
          "line": 422,
          "column": 24
        },
        "end": {
          "line": 422,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13584,
      "end": 13586,
      "loc": {
        "start": {
          "line": 422,
          "column": 25
        },
        "end": {
          "line": 422,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13586,
      "end": 13592,
      "loc": {
        "start": {
          "line": 422,
          "column": 27
        },
        "end": {
          "line": 422,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13592,
      "end": 13593,
      "loc": {
        "start": {
          "line": 422,
          "column": 33
        },
        "end": {
          "line": 422,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contentStyles",
      "start": 13593,
      "end": 13606,
      "loc": {
        "start": {
          "line": 422,
          "column": 34
        },
        "end": {
          "line": 422,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13606,
      "end": 13607,
      "loc": {
        "start": {
          "line": 422,
          "column": 47
        },
        "end": {
          "line": 422,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13607,
      "end": 13610,
      "loc": {
        "start": {
          "line": 422,
          "column": 48
        },
        "end": {
          "line": 422,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13610,
      "end": 13611,
      "loc": {
        "start": {
          "line": 422,
          "column": 51
        },
        "end": {
          "line": 422,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13611,
      "end": 13612,
      "loc": {
        "start": {
          "line": 422,
          "column": 52
        },
        "end": {
          "line": 422,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13612,
      "end": 13613,
      "loc": {
        "start": {
          "line": 422,
          "column": 53
        },
        "end": {
          "line": 422,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13613,
      "end": 13614,
      "loc": {
        "start": {
          "line": 422,
          "column": 54
        },
        "end": {
          "line": 422,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13623,
      "end": 13624,
      "loc": {
        "start": {
          "line": 423,
          "column": 8
        },
        "end": {
          "line": 423,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13633,
      "end": 13634,
      "loc": {
        "start": {
          "line": 424,
          "column": 8
        },
        "end": {
          "line": 424,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13635,
      "end": 13637,
      "loc": {
        "start": {
          "line": 424,
          "column": 10
        },
        "end": {
          "line": 424,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13638,
      "end": 13639,
      "loc": {
        "start": {
          "line": 424,
          "column": 13
        },
        "end": {
          "line": 424,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}.",
      "start": 13639,
      "end": 13641,
      "loc": {
        "start": {
          "line": 424,
          "column": 14
        },
        "end": {
          "line": 424,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13641,
      "end": 13643,
      "loc": {
        "start": {
          "line": 424,
          "column": 16
        },
        "end": {
          "line": 424,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13643,
      "end": 13647,
      "loc": {
        "start": {
          "line": 424,
          "column": 18
        },
        "end": {
          "line": 424,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13647,
      "end": 13648,
      "loc": {
        "start": {
          "line": 424,
          "column": 22
        },
        "end": {
          "line": 424,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 13648,
      "end": 13663,
      "loc": {
        "start": {
          "line": 424,
          "column": 23
        },
        "end": {
          "line": 424,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13663,
      "end": 13664,
      "loc": {
        "start": {
          "line": 424,
          "column": 38
        },
        "end": {
          "line": 424,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-indicator{",
      "start": 13664,
      "end": 13675,
      "loc": {
        "start": {
          "line": 424,
          "column": 39
        },
        "end": {
          "line": 424,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13675,
      "end": 13676,
      "loc": {
        "start": {
          "line": 424,
          "column": 50
        },
        "end": {
          "line": 424,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 13685,
      "end": 13688,
      "loc": {
        "start": {
          "line": 425,
          "column": 8
        },
        "end": {
          "line": 425,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13689,
      "end": 13690,
      "loc": {
        "start": {
          "line": 425,
          "column": 12
        },
        "end": {
          "line": 425,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13690,
      "end": 13695,
      "loc": {
        "start": {
          "line": 425,
          "column": 13
        },
        "end": {
          "line": 425,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13696,
      "end": 13699,
      "loc": {
        "start": {
          "line": 425,
          "column": 19
        },
        "end": {
          "line": 425,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 13700,
      "end": 13702,
      "loc": {
        "start": {
          "line": 425,
          "column": 23
        },
        "end": {
          "line": 425,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13703,
      "end": 13709,
      "loc": {
        "start": {
          "line": 425,
          "column": 26
        },
        "end": {
          "line": 425,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13709,
      "end": 13710,
      "loc": {
        "start": {
          "line": 425,
          "column": 32
        },
        "end": {
          "line": 425,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indicatorStyles",
      "start": 13710,
      "end": 13725,
      "loc": {
        "start": {
          "line": 425,
          "column": 33
        },
        "end": {
          "line": 425,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13725,
      "end": 13726,
      "loc": {
        "start": {
          "line": 425,
          "column": 48
        },
        "end": {
          "line": 425,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13727,
      "end": 13728,
      "loc": {
        "start": {
          "line": 425,
          "column": 50
        },
        "end": {
          "line": 425,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13741,
      "end": 13742,
      "loc": {
        "start": {
          "line": 426,
          "column": 12
        },
        "end": {
          "line": 426,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13743,
      "end": 13745,
      "loc": {
        "start": {
          "line": 426,
          "column": 14
        },
        "end": {
          "line": 426,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13746,
      "end": 13747,
      "loc": {
        "start": {
          "line": 426,
          "column": 17
        },
        "end": {
          "line": 426,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13747,
      "end": 13747,
      "loc": {
        "start": {
          "line": 426,
          "column": 18
        },
        "end": {
          "line": 426,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13747,
      "end": 13749,
      "loc": {
        "start": {
          "line": 426,
          "column": 18
        },
        "end": {
          "line": 426,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13749,
      "end": 13752,
      "loc": {
        "start": {
          "line": 426,
          "column": 20
        },
        "end": {
          "line": 426,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13752,
      "end": 13753,
      "loc": {
        "start": {
          "line": 426,
          "column": 23
        },
        "end": {
          "line": 426,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 13753,
      "end": 13754,
      "loc": {
        "start": {
          "line": 426,
          "column": 24
        },
        "end": {
          "line": 426,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13754,
      "end": 13756,
      "loc": {
        "start": {
          "line": 426,
          "column": 25
        },
        "end": {
          "line": 426,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13756,
      "end": 13762,
      "loc": {
        "start": {
          "line": 426,
          "column": 27
        },
        "end": {
          "line": 426,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13762,
      "end": 13763,
      "loc": {
        "start": {
          "line": 426,
          "column": 33
        },
        "end": {
          "line": 426,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indicatorStyles",
      "start": 13763,
      "end": 13778,
      "loc": {
        "start": {
          "line": 426,
          "column": 34
        },
        "end": {
          "line": 426,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13778,
      "end": 13779,
      "loc": {
        "start": {
          "line": 426,
          "column": 49
        },
        "end": {
          "line": 426,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13779,
      "end": 13782,
      "loc": {
        "start": {
          "line": 426,
          "column": 50
        },
        "end": {
          "line": 426,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13782,
      "end": 13783,
      "loc": {
        "start": {
          "line": 426,
          "column": 53
        },
        "end": {
          "line": 426,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13783,
      "end": 13784,
      "loc": {
        "start": {
          "line": 426,
          "column": 54
        },
        "end": {
          "line": 426,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13784,
      "end": 13785,
      "loc": {
        "start": {
          "line": 426,
          "column": 55
        },
        "end": {
          "line": 426,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13785,
      "end": 13786,
      "loc": {
        "start": {
          "line": 426,
          "column": 56
        },
        "end": {
          "line": 426,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13795,
      "end": 13796,
      "loc": {
        "start": {
          "line": 427,
          "column": 8
        },
        "end": {
          "line": 427,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13805,
      "end": 13806,
      "loc": {
        "start": {
          "line": 428,
          "column": 8
        },
        "end": {
          "line": 428,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13807,
      "end": 13809,
      "loc": {
        "start": {
          "line": 428,
          "column": 10
        },
        "end": {
          "line": 428,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13810,
      "end": 13811,
      "loc": {
        "start": {
          "line": 428,
          "column": 13
        },
        "end": {
          "line": 428,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}.",
      "start": 13811,
      "end": 13813,
      "loc": {
        "start": {
          "line": 428,
          "column": 14
        },
        "end": {
          "line": 428,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13813,
      "end": 13815,
      "loc": {
        "start": {
          "line": 428,
          "column": 16
        },
        "end": {
          "line": 428,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13815,
      "end": 13819,
      "loc": {
        "start": {
          "line": 428,
          "column": 18
        },
        "end": {
          "line": 428,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13819,
      "end": 13820,
      "loc": {
        "start": {
          "line": 428,
          "column": 22
        },
        "end": {
          "line": 428,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 13820,
      "end": 13835,
      "loc": {
        "start": {
          "line": 428,
          "column": 23
        },
        "end": {
          "line": 428,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13835,
      "end": 13836,
      "loc": {
        "start": {
          "line": 428,
          "column": 38
        },
        "end": {
          "line": 428,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-expand{",
      "start": 13836,
      "end": 13844,
      "loc": {
        "start": {
          "line": 428,
          "column": 39
        },
        "end": {
          "line": 428,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13844,
      "end": 13845,
      "loc": {
        "start": {
          "line": 428,
          "column": 47
        },
        "end": {
          "line": 428,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 13854,
      "end": 13857,
      "loc": {
        "start": {
          "line": 429,
          "column": 8
        },
        "end": {
          "line": 429,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13858,
      "end": 13859,
      "loc": {
        "start": {
          "line": 429,
          "column": 12
        },
        "end": {
          "line": 429,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13859,
      "end": 13864,
      "loc": {
        "start": {
          "line": 429,
          "column": 13
        },
        "end": {
          "line": 429,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13865,
      "end": 13868,
      "loc": {
        "start": {
          "line": 429,
          "column": 19
        },
        "end": {
          "line": 429,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 13869,
      "end": 13871,
      "loc": {
        "start": {
          "line": 429,
          "column": 23
        },
        "end": {
          "line": 429,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13872,
      "end": 13878,
      "loc": {
        "start": {
          "line": 429,
          "column": 26
        },
        "end": {
          "line": 429,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13878,
      "end": 13879,
      "loc": {
        "start": {
          "line": 429,
          "column": 32
        },
        "end": {
          "line": 429,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandStyles",
      "start": 13879,
      "end": 13891,
      "loc": {
        "start": {
          "line": 429,
          "column": 33
        },
        "end": {
          "line": 429,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13891,
      "end": 13892,
      "loc": {
        "start": {
          "line": 429,
          "column": 45
        },
        "end": {
          "line": 429,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13893,
      "end": 13894,
      "loc": {
        "start": {
          "line": 429,
          "column": 47
        },
        "end": {
          "line": 429,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13907,
      "end": 13908,
      "loc": {
        "start": {
          "line": 430,
          "column": 12
        },
        "end": {
          "line": 430,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13909,
      "end": 13911,
      "loc": {
        "start": {
          "line": 430,
          "column": 14
        },
        "end": {
          "line": 430,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13912,
      "end": 13913,
      "loc": {
        "start": {
          "line": 430,
          "column": 17
        },
        "end": {
          "line": 430,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13913,
      "end": 13913,
      "loc": {
        "start": {
          "line": 430,
          "column": 18
        },
        "end": {
          "line": 430,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13913,
      "end": 13915,
      "loc": {
        "start": {
          "line": 430,
          "column": 18
        },
        "end": {
          "line": 430,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13915,
      "end": 13918,
      "loc": {
        "start": {
          "line": 430,
          "column": 20
        },
        "end": {
          "line": 430,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13918,
      "end": 13919,
      "loc": {
        "start": {
          "line": 430,
          "column": 23
        },
        "end": {
          "line": 430,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 13919,
      "end": 13920,
      "loc": {
        "start": {
          "line": 430,
          "column": 24
        },
        "end": {
          "line": 430,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13920,
      "end": 13922,
      "loc": {
        "start": {
          "line": 430,
          "column": 25
        },
        "end": {
          "line": 430,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 13922,
      "end": 13928,
      "loc": {
        "start": {
          "line": 430,
          "column": 27
        },
        "end": {
          "line": 430,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13928,
      "end": 13929,
      "loc": {
        "start": {
          "line": 430,
          "column": 33
        },
        "end": {
          "line": 430,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expandStyles",
      "start": 13929,
      "end": 13941,
      "loc": {
        "start": {
          "line": 430,
          "column": 34
        },
        "end": {
          "line": 430,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13941,
      "end": 13942,
      "loc": {
        "start": {
          "line": 430,
          "column": 46
        },
        "end": {
          "line": 430,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 13942,
      "end": 13945,
      "loc": {
        "start": {
          "line": 430,
          "column": 47
        },
        "end": {
          "line": 430,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13945,
      "end": 13946,
      "loc": {
        "start": {
          "line": 430,
          "column": 50
        },
        "end": {
          "line": 430,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13946,
      "end": 13947,
      "loc": {
        "start": {
          "line": 430,
          "column": 51
        },
        "end": {
          "line": 430,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 13947,
      "end": 13948,
      "loc": {
        "start": {
          "line": 430,
          "column": 52
        },
        "end": {
          "line": 430,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13948,
      "end": 13949,
      "loc": {
        "start": {
          "line": 430,
          "column": 53
        },
        "end": {
          "line": 430,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13958,
      "end": 13959,
      "loc": {
        "start": {
          "line": 431,
          "column": 8
        },
        "end": {
          "line": 431,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 13968,
      "end": 13969,
      "loc": {
        "start": {
          "line": 432,
          "column": 8
        },
        "end": {
          "line": 432,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 13970,
      "end": 13972,
      "loc": {
        "start": {
          "line": 432,
          "column": 10
        },
        "end": {
          "line": 432,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13973,
      "end": 13974,
      "loc": {
        "start": {
          "line": 432,
          "column": 13
        },
        "end": {
          "line": 432,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}.",
      "start": 13974,
      "end": 13976,
      "loc": {
        "start": {
          "line": 432,
          "column": 14
        },
        "end": {
          "line": 432,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13976,
      "end": 13978,
      "loc": {
        "start": {
          "line": 432,
          "column": 16
        },
        "end": {
          "line": 432,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13978,
      "end": 13982,
      "loc": {
        "start": {
          "line": 432,
          "column": 18
        },
        "end": {
          "line": 432,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13982,
      "end": 13983,
      "loc": {
        "start": {
          "line": 432,
          "column": 22
        },
        "end": {
          "line": 432,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prefixClassName",
      "start": 13983,
      "end": 13998,
      "loc": {
        "start": {
          "line": 432,
          "column": 23
        },
        "end": {
          "line": 432,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13998,
      "end": 13999,
      "loc": {
        "start": {
          "line": 432,
          "column": 38
        },
        "end": {
          "line": 432,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-select{",
      "start": 13999,
      "end": 14007,
      "loc": {
        "start": {
          "line": 432,
          "column": 39
        },
        "end": {
          "line": 432,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14007,
      "end": 14008,
      "loc": {
        "start": {
          "line": 432,
          "column": 47
        },
        "end": {
          "line": 432,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 14017,
      "end": 14020,
      "loc": {
        "start": {
          "line": 433,
          "column": 8
        },
        "end": {
          "line": 433,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14021,
      "end": 14022,
      "loc": {
        "start": {
          "line": 433,
          "column": 12
        },
        "end": {
          "line": 433,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14022,
      "end": 14027,
      "loc": {
        "start": {
          "line": 433,
          "column": 13
        },
        "end": {
          "line": 433,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14028,
      "end": 14031,
      "loc": {
        "start": {
          "line": 433,
          "column": 19
        },
        "end": {
          "line": 433,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 14032,
      "end": 14034,
      "loc": {
        "start": {
          "line": 433,
          "column": 23
        },
        "end": {
          "line": 433,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 14035,
      "end": 14041,
      "loc": {
        "start": {
          "line": 433,
          "column": 26
        },
        "end": {
          "line": 433,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14041,
      "end": 14042,
      "loc": {
        "start": {
          "line": 433,
          "column": 32
        },
        "end": {
          "line": 433,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selectStyles",
      "start": 14042,
      "end": 14054,
      "loc": {
        "start": {
          "line": 433,
          "column": 33
        },
        "end": {
          "line": 433,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14054,
      "end": 14055,
      "loc": {
        "start": {
          "line": 433,
          "column": 45
        },
        "end": {
          "line": 433,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14056,
      "end": 14057,
      "loc": {
        "start": {
          "line": 433,
          "column": 47
        },
        "end": {
          "line": 433,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 14070,
      "end": 14071,
      "loc": {
        "start": {
          "line": 434,
          "column": 12
        },
        "end": {
          "line": 434,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 14072,
      "end": 14074,
      "loc": {
        "start": {
          "line": 434,
          "column": 14
        },
        "end": {
          "line": 434,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14075,
      "end": 14076,
      "loc": {
        "start": {
          "line": 434,
          "column": 17
        },
        "end": {
          "line": 434,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 14076,
      "end": 14076,
      "loc": {
        "start": {
          "line": 434,
          "column": 18
        },
        "end": {
          "line": 434,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14076,
      "end": 14078,
      "loc": {
        "start": {
          "line": 434,
          "column": 18
        },
        "end": {
          "line": 434,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14078,
      "end": 14081,
      "loc": {
        "start": {
          "line": 434,
          "column": 20
        },
        "end": {
          "line": 434,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14081,
      "end": 14082,
      "loc": {
        "start": {
          "line": 434,
          "column": 23
        },
        "end": {
          "line": 434,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 14082,
      "end": 14083,
      "loc": {
        "start": {
          "line": 434,
          "column": 24
        },
        "end": {
          "line": 434,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14083,
      "end": 14085,
      "loc": {
        "start": {
          "line": 434,
          "column": 25
        },
        "end": {
          "line": 434,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 14085,
      "end": 14091,
      "loc": {
        "start": {
          "line": 434,
          "column": 27
        },
        "end": {
          "line": 434,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14091,
      "end": 14092,
      "loc": {
        "start": {
          "line": 434,
          "column": 33
        },
        "end": {
          "line": 434,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selectStyles",
      "start": 14092,
      "end": 14104,
      "loc": {
        "start": {
          "line": 434,
          "column": 34
        },
        "end": {
          "line": 434,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14104,
      "end": 14105,
      "loc": {
        "start": {
          "line": 434,
          "column": 46
        },
        "end": {
          "line": 434,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 14105,
      "end": 14108,
      "loc": {
        "start": {
          "line": 434,
          "column": 47
        },
        "end": {
          "line": 434,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14108,
      "end": 14109,
      "loc": {
        "start": {
          "line": 434,
          "column": 50
        },
        "end": {
          "line": 434,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14109,
      "end": 14110,
      "loc": {
        "start": {
          "line": 434,
          "column": 51
        },
        "end": {
          "line": 434,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ";",
      "start": 14110,
      "end": 14111,
      "loc": {
        "start": {
          "line": 434,
          "column": 52
        },
        "end": {
          "line": 434,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14111,
      "end": 14112,
      "loc": {
        "start": {
          "line": 434,
          "column": 53
        },
        "end": {
          "line": 434,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14121,
      "end": 14122,
      "loc": {
        "start": {
          "line": 435,
          "column": 8
        },
        "end": {
          "line": 435,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 14131,
      "end": 14132,
      "loc": {
        "start": {
          "line": 436,
          "column": 8
        },
        "end": {
          "line": 436,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 14133,
      "end": 14134,
      "loc": {
        "start": {
          "line": 436,
          "column": 10
        },
        "end": {
          "line": 436,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}",
      "start": 14135,
      "end": 14138,
      "loc": {
        "start": {
          "line": 436,
          "column": 12
        },
        "end": {
          "line": 436,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14147,
      "end": 14152,
      "loc": {
        "start": {
          "line": 437,
          "column": 8
        },
        "end": {
          "line": 437,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 14153,
      "end": 14158,
      "loc": {
        "start": {
          "line": 437,
          "column": 14
        },
        "end": {
          "line": 437,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14159,
      "end": 14160,
      "loc": {
        "start": {
          "line": 437,
          "column": 20
        },
        "end": {
          "line": 437,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "document",
      "start": 14161,
      "end": 14169,
      "loc": {
        "start": {
          "line": 437,
          "column": 22
        },
        "end": {
          "line": 437,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14169,
      "end": 14170,
      "loc": {
        "start": {
          "line": 437,
          "column": 30
        },
        "end": {
          "line": 437,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createElement",
      "start": 14170,
      "end": 14183,
      "loc": {
        "start": {
          "line": 437,
          "column": 31
        },
        "end": {
          "line": 437,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14183,
      "end": 14184,
      "loc": {
        "start": {
          "line": 437,
          "column": 44
        },
        "end": {
          "line": 437,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "style",
      "start": 14184,
      "end": 14191,
      "loc": {
        "start": {
          "line": 437,
          "column": 45
        },
        "end": {
          "line": 437,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14191,
      "end": 14192,
      "loc": {
        "start": {
          "line": 437,
          "column": 52
        },
        "end": {
          "line": 437,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 14201,
      "end": 14206,
      "loc": {
        "start": {
          "line": 438,
          "column": 8
        },
        "end": {
          "line": 438,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14206,
      "end": 14207,
      "loc": {
        "start": {
          "line": 438,
          "column": 13
        },
        "end": {
          "line": 438,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "innerHTML",
      "start": 14207,
      "end": 14216,
      "loc": {
        "start": {
          "line": 438,
          "column": 14
        },
        "end": {
          "line": 438,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14217,
      "end": 14218,
      "loc": {
        "start": {
          "line": 438,
          "column": 24
        },
        "end": {
          "line": 438,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 14219,
      "end": 14220,
      "loc": {
        "start": {
          "line": 438,
          "column": 26
        },
        "end": {
          "line": 438,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "document",
      "start": 14229,
      "end": 14237,
      "loc": {
        "start": {
          "line": 439,
          "column": 8
        },
        "end": {
          "line": 439,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14237,
      "end": 14238,
      "loc": {
        "start": {
          "line": 439,
          "column": 16
        },
        "end": {
          "line": 439,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "head",
      "start": 14238,
      "end": 14242,
      "loc": {
        "start": {
          "line": 439,
          "column": 17
        },
        "end": {
          "line": 439,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14242,
      "end": 14243,
      "loc": {
        "start": {
          "line": 439,
          "column": 21
        },
        "end": {
          "line": 439,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendChild",
      "start": 14243,
      "end": 14254,
      "loc": {
        "start": {
          "line": 439,
          "column": 22
        },
        "end": {
          "line": 439,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14254,
      "end": 14255,
      "loc": {
        "start": {
          "line": 439,
          "column": 33
        },
        "end": {
          "line": 439,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 14255,
      "end": 14260,
      "loc": {
        "start": {
          "line": 439,
          "column": 34
        },
        "end": {
          "line": 439,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14260,
      "end": 14261,
      "loc": {
        "start": {
          "line": 439,
          "column": 39
        },
        "end": {
          "line": 439,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14266,
      "end": 14267,
      "loc": {
        "start": {
          "line": 440,
          "column": 4
        },
        "end": {
          "line": 440,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14268,
      "end": 14269,
      "loc": {
        "start": {
          "line": 441,
          "column": 0
        },
        "end": {
          "line": 441,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @typedef {Object} Tree~TreeData\n * @property {TreeData[]} children\n * @property {string} name\n * @property {parent} [parent] if not provided then will traverse tree to find parent\n ",
      "start": 14271,
      "end": 14461,
      "loc": {
        "start": {
          "line": 443,
          "column": 0
        },
        "end": {
          "line": 448,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when expand is called either through UI interaction or Tree.expand()\n  * @event Tree~expand\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 14463,
      "end": 14661,
      "loc": {
        "start": {
          "line": 450,
          "column": 0
        },
        "end": {
          "line": 456,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when collapse is called either through UI interaction or Tree.expand()\n  * @event Tree~collapse\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 14663,
      "end": 14865,
      "loc": {
        "start": {
          "line": 458,
          "column": 0
        },
        "end": {
          "line": 464,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when name is change either through UI interaction or Tree.nameChange()\n  * @event Tree~name-change\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {string} name\n  * @property {Tree} Tree\n  ",
      "start": 14867,
      "end": 15100,
      "loc": {
        "start": {
          "line": 466,
          "column": 0
        },
        "end": {
          "line": 473,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf is picked up through UI interaction\n  * @event Tree~move-pending\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15102,
      "end": 15285,
      "loc": {
        "start": {
          "line": 475,
          "column": 0
        },
        "end": {
          "line": 481,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf's location is changed\n  * @event Tree~move\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15287,
      "end": 15448,
      "loc": {
        "start": {
          "line": 483,
          "column": 0
        },
        "end": {
          "line": 489,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf is clicked and not dragged or held\n  * @event Tree~clicked\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {UIEvent} event\n  * @property {Tree} Tree\n  ",
      "start": 15450,
      "end": 15657,
      "loc": {
        "start": {
          "line": 491,
          "column": 0
        },
        "end": {
          "line": 498,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf is changed (i.e., moved, name-change)\n  * @event Tree~update\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15659,
      "end": 15838,
      "loc": {
        "start": {
          "line": 500,
          "column": 0
        },
        "end": {
          "line": 506,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n  * trigger when a leaf's div is created\n  * @event Tree~render\n  * @type {object}\n  * @property {HTMLElement} tree element\n  * @property {Tree} Tree\n  ",
      "start": 15840,
      "end": 15998,
      "loc": {
        "start": {
          "line": 508,
          "column": 0
        },
        "end": {
          "line": 514,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15998,
      "end": 15998,
      "loc": {
        "start": {
          "line": 514,
          "column": 4
        },
        "end": {
          "line": 514,
          "column": 4
        }
      }
    }
  ]
}