1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 14:32:21 +02:00
TableFilter/docs/ast/source/modules/loader.js.json
koalyptus 4481fbe361 publish Docs to gh-pages (auto)
branch:       master
SHA:          c7d6de72f7
range SHA:    81f31a3106fb...c7d6de72f785
build id:     375208741
build number: 1103
2018-05-05 08:21:30 +00:00

23148 lines
598 KiB
JSON

{
"type": "File",
"start": 0,
"end": 4025,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 172,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 4025,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 172,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 35
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "Feature"
},
"name": "Feature"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "Feature"
},
"name": "Feature"
}
}
],
"source": {
"type": "StringLiteral",
"start": 22,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 34
}
},
"extra": {
"rawValue": "../feature",
"raw": "'../feature'"
},
"value": "../feature"
}
},
{
"type": "ImportDeclaration",
"start": 36,
"end": 97,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 61
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
}
},
"imported": {
"type": "Identifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "createElm"
},
"name": "createElm"
},
"local": {
"type": "Identifier",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "createElm"
},
"name": "createElm"
}
},
{
"type": "ImportSpecifier",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
}
},
"imported": {
"type": "Identifier",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
},
"identifierName": "createText"
},
"name": "createText"
},
"local": {
"type": "Identifier",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
},
"identifierName": "createText"
},
"name": "createText"
}
},
{
"type": "ImportSpecifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
}
},
"imported": {
"type": "Identifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
},
"identifierName": "elm"
},
"name": "elm"
},
"local": {
"type": "Identifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
},
"identifierName": "elm"
},
"name": "elm"
}
},
{
"type": "ImportSpecifier",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
}
},
"imported": {
"type": "Identifier",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"local": {
"type": "Identifier",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
},
"identifierName": "removeElm"
},
"name": "removeElm"
}
}
],
"source": {
"type": "StringLiteral",
"start": 88,
"end": 96,
"loc": {
"start": {
"line": 2,
"column": 52
},
"end": {
"line": 2,
"column": 60
}
},
"extra": {
"rawValue": "../dom",
"raw": "'../dom'"
},
"value": "../dom"
}
},
{
"type": "ImportDeclaration",
"start": 98,
"end": 132,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 34
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 106,
"end": 114,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 16
}
},
"imported": {
"type": "Identifier",
"start": 106,
"end": 114,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 16
},
"identifierName": "EMPTY_FN"
},
"name": "EMPTY_FN"
},
"local": {
"type": "Identifier",
"start": 106,
"end": 114,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 16
},
"identifierName": "EMPTY_FN"
},
"name": "EMPTY_FN"
}
}
],
"source": {
"type": "StringLiteral",
"start": 121,
"end": 131,
"loc": {
"start": {
"line": 3,
"column": 23
},
"end": {
"line": 3,
"column": 33
}
},
"extra": {
"rawValue": "../types",
"raw": "'../types'"
},
"value": "../types"
}
},
{
"type": "ImportDeclaration",
"start": 133,
"end": 162,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 29
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 141,
"end": 145,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
}
},
"imported": {
"type": "Identifier",
"start": 141,
"end": 145,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
},
"identifierName": "root"
},
"name": "root"
},
"local": {
"type": "Identifier",
"start": 141,
"end": 145,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
},
"identifierName": "root"
},
"name": "root"
}
}
],
"source": {
"type": "StringLiteral",
"start": 152,
"end": 161,
"loc": {
"start": {
"line": 4,
"column": 19
},
"end": {
"line": 4,
"column": 28
}
},
"extra": {
"rawValue": "../root",
"raw": "'../root'"
},
"value": "../root"
}
},
{
"type": "ImportDeclaration",
"start": 163,
"end": 193,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 30
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 171,
"end": 175,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
}
},
"imported": {
"type": "Identifier",
"start": 171,
"end": 175,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
},
"identifierName": "NONE"
},
"name": "NONE"
},
"local": {
"type": "Identifier",
"start": 171,
"end": 175,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
},
"identifierName": "NONE"
},
"name": "NONE"
}
}
],
"source": {
"type": "StringLiteral",
"start": 182,
"end": 192,
"loc": {
"start": {
"line": 5,
"column": 19
},
"end": {
"line": 5,
"column": 29
}
},
"extra": {
"rawValue": "../const",
"raw": "'../const'"
},
"value": "../const"
}
},
{
"type": "ImportDeclaration",
"start": 194,
"end": 246,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 52
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 202,
"end": 213,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 19
}
},
"imported": {
"type": "Identifier",
"start": 202,
"end": 213,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 19
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"local": {
"type": "Identifier",
"start": 202,
"end": 213,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 19
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
}
},
{
"type": "ImportSpecifier",
"start": 215,
"end": 225,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 31
}
},
"imported": {
"type": "Identifier",
"start": 215,
"end": 225,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 31
},
"identifierName": "defaultsFn"
},
"name": "defaultsFn"
},
"local": {
"type": "Identifier",
"start": 215,
"end": 225,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 31
},
"identifierName": "defaultsFn"
},
"name": "defaultsFn"
}
}
],
"source": {
"type": "StringLiteral",
"start": 232,
"end": 245,
"loc": {
"start": {
"line": 6,
"column": 38
},
"end": {
"line": 6,
"column": 51
}
},
"extra": {
"rawValue": "../settings",
"raw": "'../settings'"
},
"value": "../settings"
}
},
{
"type": "VariableDeclaration",
"start": 248,
"end": 531,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 18,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 254,
"end": 530,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 18,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 254,
"end": 260,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 8,
"column": 12
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
"init": {
"type": "ArrayExpression",
"start": 263,
"end": 530,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 18,
"column": 1
}
},
"elements": [
{
"type": "StringLiteral",
"start": 269,
"end": 287,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 22
}
},
"extra": {
"rawValue": "before-filtering",
"raw": "'before-filtering'"
},
"value": "before-filtering"
},
{
"type": "StringLiteral",
"start": 293,
"end": 319,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 30
}
},
"extra": {
"rawValue": "before-populating-filter",
"raw": "'before-populating-filter'"
},
"value": "before-populating-filter"
},
{
"type": "StringLiteral",
"start": 325,
"end": 345,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 24
}
},
"extra": {
"rawValue": "before-page-change",
"raw": "'before-page-change'"
},
"value": "before-page-change"
},
{
"type": "StringLiteral",
"start": 351,
"end": 376,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 29
}
},
"extra": {
"rawValue": "before-clearing-filters",
"raw": "'before-clearing-filters'"
},
"value": "before-clearing-filters"
},
{
"type": "StringLiteral",
"start": 382,
"end": 409,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 31
}
},
"extra": {
"rawValue": "before-page-length-change",
"raw": "'before-page-length-change'"
},
"value": "before-page-length-change"
},
{
"type": "StringLiteral",
"start": 415,
"end": 434,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 23
}
},
"extra": {
"rawValue": "before-reset-page",
"raw": "'before-reset-page'"
},
"value": "before-reset-page"
},
{
"type": "StringLiteral",
"start": 440,
"end": 466,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 30
}
},
"extra": {
"rawValue": "before-reset-page-length",
"raw": "'before-reset-page-length'"
},
"value": "before-reset-page-length"
},
{
"type": "StringLiteral",
"start": 472,
"end": 499,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 31
}
},
"extra": {
"rawValue": "before-loading-extensions",
"raw": "'before-loading-extensions'"
},
"value": "before-loading-extensions"
},
{
"type": "StringLiteral",
"start": 505,
"end": 528,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 27
}
},
"extra": {
"rawValue": "before-loading-themes",
"raw": "'before-loading-themes'"
},
"value": "before-loading-themes"
}
]
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n ",
"start": 533,
"end": 615,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 26,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 616,
"end": 4024,
"loc": {
"start": {
"line": 27,
"column": 0
},
"end": {
"line": 171,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 623,
"end": 4024,
"loc": {
"start": {
"line": 27,
"column": 7
},
"end": {
"line": 171,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 629,
"end": 635,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 19
},
"identifierName": "Loader"
},
"name": "Loader",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 644,
"end": 651,
"loc": {
"start": {
"line": 27,
"column": 28
},
"end": {
"line": 27,
"column": 35
},
"identifierName": "Feature"
},
"name": "Feature"
},
"body": {
"type": "ClassBody",
"start": 652,
"end": 4024,
"loc": {
"start": {
"line": 27,
"column": 36
},
"end": {
"line": 171,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 772,
"end": 2068,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 86,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 772,
"end": 783,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 784,
"end": 786,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 18
},
"identifierName": "tf"
},
"name": "tf"
}
],
"body": {
"type": "BlockStatement",
"start": 788,
"end": 2068,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 86,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 798,
"end": 818,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 28
}
},
"expression": {
"type": "CallExpression",
"start": 798,
"end": 817,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 27
}
},
"callee": {
"type": "Super",
"start": 798,
"end": 803,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 804,
"end": 806,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 16
},
"identifierName": "tf"
},
"name": "tf"
},
{
"type": "StringLiteral",
"start": 808,
"end": 816,
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 26
}
},
"extra": {
"rawValue": "loader",
"raw": "'loader'"
},
"value": "loader"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 828,
"end": 861,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 41
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 832,
"end": 860,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 40
}
},
"id": {
"type": "Identifier",
"start": 832,
"end": 833,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
},
"identifierName": "f"
},
"name": "f"
},
"init": {
"type": "LogicalExpression",
"start": 836,
"end": 860,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 40
}
},
"left": {
"type": "MemberExpression",
"start": 836,
"end": 854,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 836,
"end": 847,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 836,
"end": 840,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 841,
"end": 847,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 27
},
"identifierName": "config"
},
"name": "config"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 848,
"end": 854,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 34
},
"identifierName": "loader"
},
"name": "loader"
},
"computed": false
},
"operator": "||",
"right": {
"type": "ObjectExpression",
"start": 858,
"end": 860,
"loc": {
"start": {
"line": 37,
"column": 38
},
"end": {
"line": 37,
"column": 40
}
},
"properties": []
}
}
}
],
"kind": "let",
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element\n * @type {String}\n ",
"start": 871,
"end": 954,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 963,
"end": 1010,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 963,
"end": 1009,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 963,
"end": 976,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 963,
"end": 967,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 968,
"end": 976,
"loc": {
"start": {
"line": 43,
"column": 13
},
"end": {
"line": 43,
"column": 21
},
"identifierName": "targetId"
},
"name": "targetId"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 979,
"end": 1009,
"loc": {
"start": {
"line": 43,
"column": 24
},
"end": {
"line": 43,
"column": 54
}
},
"callee": {
"type": "Identifier",
"start": 979,
"end": 990,
"loc": {
"start": {
"line": 43,
"column": 24
},
"end": {
"line": 43,
"column": 35
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 991,
"end": 1002,
"loc": {
"start": {
"line": 43,
"column": 36
},
"end": {
"line": 43,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 991,
"end": 992,
"loc": {
"start": {
"line": 43,
"column": 36
},
"end": {
"line": 43,
"column": 37
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 993,
"end": 1002,
"loc": {
"start": {
"line": 43,
"column": 38
},
"end": {
"line": 43,
"column": 47
},
"identifierName": "target_id"
},
"name": "target_id"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 1004,
"end": 1008,
"loc": {
"start": {
"line": 43,
"column": 49
},
"end": {
"line": 43,
"column": 53
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element\n * @type {String}\n ",
"start": 871,
"end": 954,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Loader container DOM element\n * @type {DOMElement}\n ",
"start": 1020,
"end": 1105,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 48,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1114,
"end": 1131,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1114,
"end": 1130,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1114,
"end": 1123,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 1114,
"end": 1118,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1119,
"end": 1123,
"loc": {
"start": {
"line": 49,
"column": 13
},
"end": {
"line": 49,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NullLiteral",
"start": 1126,
"end": 1130,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 24
}
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Loader container DOM element\n * @type {DOMElement}\n ",
"start": 1020,
"end": 1105,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 48,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Text displayed when indicator is visible\n * @type {String}\n ",
"start": 1141,
"end": 1234,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1243,
"end": 1289,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 54
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1243,
"end": 1288,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 53
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1243,
"end": 1252,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 1243,
"end": 1247,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1248,
"end": 1252,
"loc": {
"start": {
"line": 55,
"column": 13
},
"end": {
"line": 55,
"column": 17
},
"identifierName": "text"
},
"name": "text"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1255,
"end": 1288,
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 53
}
},
"callee": {
"type": "Identifier",
"start": 1255,
"end": 1266,
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 31
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1267,
"end": 1273,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1267,
"end": 1268,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 33
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1269,
"end": 1273,
"loc": {
"start": {
"line": 55,
"column": 34
},
"end": {
"line": 55,
"column": 38
},
"identifierName": "text"
},
"name": "text"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 1275,
"end": 1287,
"loc": {
"start": {
"line": 55,
"column": 40
},
"end": {
"line": 55,
"column": 52
}
},
"extra": {
"rawValue": "Loading...",
"raw": "'Loading...'"
},
"value": "Loading..."
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Text displayed when indicator is visible\n * @type {String}\n ",
"start": 1141,
"end": 1234,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Custom HTML injected in Loader's container element\n * @type {String}\n ",
"start": 1299,
"end": 1402,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 60,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1411,
"end": 1449,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 46
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1411,
"end": 1448,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 45
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1411,
"end": 1420,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 1411,
"end": 1415,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1416,
"end": 1420,
"loc": {
"start": {
"line": 61,
"column": 13
},
"end": {
"line": 61,
"column": 17
},
"identifierName": "html"
},
"name": "html"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1423,
"end": 1448,
"loc": {
"start": {
"line": 61,
"column": 20
},
"end": {
"line": 61,
"column": 45
}
},
"callee": {
"type": "Identifier",
"start": 1423,
"end": 1434,
"loc": {
"start": {
"line": 61,
"column": 20
},
"end": {
"line": 61,
"column": 31
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1435,
"end": 1441,
"loc": {
"start": {
"line": 61,
"column": 32
},
"end": {
"line": 61,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1435,
"end": 1436,
"loc": {
"start": {
"line": 61,
"column": 32
},
"end": {
"line": 61,
"column": 33
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1437,
"end": 1441,
"loc": {
"start": {
"line": 61,
"column": 34
},
"end": {
"line": 61,
"column": 38
},
"identifierName": "html"
},
"name": "html"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 1443,
"end": 1447,
"loc": {
"start": {
"line": 61,
"column": 40
},
"end": {
"line": 61,
"column": 44
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Custom HTML injected in Loader's container element\n * @type {String}\n ",
"start": 1299,
"end": 1402,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 60,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for Loader's container element\n * @type {String}\n ",
"start": 1459,
"end": 1552,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 66,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1561,
"end": 1612,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 59
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1561,
"end": 1611,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 58
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1561,
"end": 1574,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1561,
"end": 1565,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1566,
"end": 1574,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 21
},
"identifierName": "cssClass"
},
"name": "cssClass"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1577,
"end": 1611,
"loc": {
"start": {
"line": 67,
"column": 24
},
"end": {
"line": 67,
"column": 58
}
},
"callee": {
"type": "Identifier",
"start": 1577,
"end": 1588,
"loc": {
"start": {
"line": 67,
"column": 24
},
"end": {
"line": 67,
"column": 35
},
"identifierName": "defaultsStr"
},
"name": "defaultsStr"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1589,
"end": 1600,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 1589,
"end": 1590,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1591,
"end": 1600,
"loc": {
"start": {
"line": 67,
"column": 38
},
"end": {
"line": 67,
"column": 47
},
"identifierName": "css_class"
},
"name": "css_class"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 1602,
"end": 1610,
"loc": {
"start": {
"line": 67,
"column": 49
},
"end": {
"line": 67,
"column": 57
}
},
"extra": {
"rawValue": "loader",
"raw": "'loader'"
},
"value": "loader"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Css class for Loader's container element\n * @type {String}\n ",
"start": 1459,
"end": 1552,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 66,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Close delay in milliseconds\n * @type {Number}\n ",
"start": 1622,
"end": 1702,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 72,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1711,
"end": 1733,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1711,
"end": 1732,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1711,
"end": 1726,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1711,
"end": 1715,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1716,
"end": 1726,
"loc": {
"start": {
"line": 73,
"column": 13
},
"end": {
"line": 73,
"column": 23
},
"identifierName": "closeDelay"
},
"name": "closeDelay"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NumericLiteral",
"start": 1729,
"end": 1732,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 29
}
},
"extra": {
"rawValue": 250,
"raw": "250"
},
"value": 250
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Close delay in milliseconds\n * @type {Number}\n ",
"start": 1622,
"end": 1702,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 72,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is displayed\n * @type {Function}\n ",
"start": 1743,
"end": 1837,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1846,
"end": 1899,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 61
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1846,
"end": 1898,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 60
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1846,
"end": 1857,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 1846,
"end": 1850,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1851,
"end": 1857,
"loc": {
"start": {
"line": 79,
"column": 13
},
"end": {
"line": 79,
"column": 19
},
"identifierName": "onShow"
},
"name": "onShow"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 1860,
"end": 1898,
"loc": {
"start": {
"line": 79,
"column": 22
},
"end": {
"line": 79,
"column": 60
}
},
"callee": {
"type": "Identifier",
"start": 1860,
"end": 1870,
"loc": {
"start": {
"line": 79,
"column": 22
},
"end": {
"line": 79,
"column": 32
},
"identifierName": "defaultsFn"
},
"name": "defaultsFn"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1871,
"end": 1887,
"loc": {
"start": {
"line": 79,
"column": 33
},
"end": {
"line": 79,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1871,
"end": 1872,
"loc": {
"start": {
"line": 79,
"column": 33
},
"end": {
"line": 79,
"column": 34
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 1873,
"end": 1887,
"loc": {
"start": {
"line": 79,
"column": 35
},
"end": {
"line": 79,
"column": 49
},
"identifierName": "on_show_loader"
},
"name": "on_show_loader"
},
"computed": false
},
{
"type": "Identifier",
"start": 1889,
"end": 1897,
"loc": {
"start": {
"line": 79,
"column": 51
},
"end": {
"line": 79,
"column": 59
},
"identifierName": "EMPTY_FN"
},
"name": "EMPTY_FN"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is displayed\n * @type {Function}\n ",
"start": 1743,
"end": 1837,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is closed\n * @type {Function}\n ",
"start": 1909,
"end": 2000,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 84,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2009,
"end": 2062,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 61
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2009,
"end": 2061,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 60
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2009,
"end": 2020,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 2009,
"end": 2013,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2014,
"end": 2020,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 19
},
"identifierName": "onHide"
},
"name": "onHide"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 2023,
"end": 2061,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 60
}
},
"callee": {
"type": "Identifier",
"start": 2023,
"end": 2033,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 32
},
"identifierName": "defaultsFn"
},
"name": "defaultsFn"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2034,
"end": 2050,
"loc": {
"start": {
"line": 85,
"column": 33
},
"end": {
"line": 85,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 2034,
"end": 2035,
"loc": {
"start": {
"line": 85,
"column": 33
},
"end": {
"line": 85,
"column": 34
},
"identifierName": "f"
},
"name": "f"
},
"property": {
"type": "Identifier",
"start": 2036,
"end": 2050,
"loc": {
"start": {
"line": 85,
"column": 35
},
"end": {
"line": 85,
"column": 49
},
"identifierName": "on_hide_loader"
},
"name": "on_hide_loader"
},
"computed": false
},
{
"type": "Identifier",
"start": 2052,
"end": 2060,
"loc": {
"start": {
"line": 85,
"column": 51
},
"end": {
"line": 85,
"column": 59
},
"identifierName": "EMPTY_FN"
},
"name": "EMPTY_FN"
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is closed\n * @type {Function}\n ",
"start": 1909,
"end": 2000,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 84,
"column": 11
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Loader.\n *\n * @param {TableFilter} tf TableFilter instance\n ",
"start": 659,
"end": 767,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 33,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initializes Loader instance\n ",
"start": 2074,
"end": 2120,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 90,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 2125,
"end": 3025,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 124,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2125,
"end": 2129,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 91,
"column": 8
},
"identifierName": "init"
},
"name": "init",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2132,
"end": 3025,
"loc": {
"start": {
"line": 91,
"column": 11
},
"end": {
"line": 124,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 2142,
"end": 2195,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 94,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 2146,
"end": 2162,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 2146,
"end": 2150,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2151,
"end": 2162,
"loc": {
"start": {
"line": 92,
"column": 17
},
"end": {
"line": 92,
"column": 28
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 2164,
"end": 2195,
"loc": {
"start": {
"line": 92,
"column": 30
},
"end": {
"line": 94,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2178,
"end": 2185,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 2205,
"end": 2222,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 25
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2209,
"end": 2221,
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 24
}
},
"id": {
"type": "Identifier",
"start": 2209,
"end": 2211,
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"init": {
"type": "MemberExpression",
"start": 2214,
"end": 2221,
"loc": {
"start": {
"line": 96,
"column": 17
},
"end": {
"line": 96,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 2214,
"end": 2218,
"loc": {
"start": {
"line": 96,
"column": 17
},
"end": {
"line": 96,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 2219,
"end": 2221,
"loc": {
"start": {
"line": 96,
"column": 22
},
"end": {
"line": 96,
"column": 24
},
"identifierName": "tf"
},
"name": "tf"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 2231,
"end": 2258,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 35
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2235,
"end": 2257,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 34
}
},
"id": {
"type": "Identifier",
"start": 2235,
"end": 2242,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 19
},
"identifierName": "emitter"
},
"name": "emitter"
},
"init": {
"type": "MemberExpression",
"start": 2245,
"end": 2257,
"loc": {
"start": {
"line": 97,
"column": 22
},
"end": {
"line": 97,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 2245,
"end": 2249,
"loc": {
"start": {
"line": 97,
"column": 22
},
"end": {
"line": 97,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"start": 2250,
"end": 2257,
"loc": {
"start": {
"line": 97,
"column": 27
},
"end": {
"line": 97,
"column": 34
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 2268,
"end": 2304,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2272,
"end": 2303,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 2272,
"end": 2284,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 24
},
"identifierName": "containerDiv"
},
"name": "containerDiv"
},
"init": {
"type": "CallExpression",
"start": 2287,
"end": 2303,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 43
}
},
"callee": {
"type": "Identifier",
"start": 2287,
"end": 2296,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 36
},
"identifierName": "createElm"
},
"name": "createElm"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2297,
"end": 2302,
"loc": {
"start": {
"line": 99,
"column": 37
},
"end": {
"line": 99,
"column": 42
}
},
"extra": {
"rawValue": "div",
"raw": "'div'"
},
"value": "div"
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 2313,
"end": 2352,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 47
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2313,
"end": 2351,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 46
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2313,
"end": 2335,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 2313,
"end": 2325,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 20
},
"identifierName": "containerDiv"
},
"name": "containerDiv"
},
"property": {
"type": "Identifier",
"start": 2326,
"end": 2335,
"loc": {
"start": {
"line": 100,
"column": 21
},
"end": {
"line": 100,
"column": 30
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 2338,
"end": 2351,
"loc": {
"start": {
"line": 100,
"column": 33
},
"end": {
"line": 100,
"column": 46
}
},
"object": {
"type": "ThisExpression",
"start": 2338,
"end": 2342,
"loc": {
"start": {
"line": 100,
"column": 33
},
"end": {
"line": 100,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 2343,
"end": 2351,
"loc": {
"start": {
"line": 100,
"column": 38
},
"end": {
"line": 100,
"column": 46
},
"identifierName": "cssClass"
},
"name": "cssClass"
},
"computed": false
}
}
},
{
"type": "VariableDeclaration",
"start": 2362,
"end": 2447,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 103,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2366,
"end": 2446,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 103,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 2366,
"end": 2374,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 20
},
"identifierName": "targetEl"
},
"name": "targetEl"
},
"init": {
"type": "ConditionalExpression",
"start": 2377,
"end": 2446,
"loc": {
"start": {
"line": 102,
"column": 23
},
"end": {
"line": 103,
"column": 52
}
},
"test": {
"type": "UnaryExpression",
"start": 2377,
"end": 2391,
"loc": {
"start": {
"line": 102,
"column": 23
},
"end": {
"line": 102,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2378,
"end": 2391,
"loc": {
"start": {
"line": 102,
"column": 24
},
"end": {
"line": 102,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 2378,
"end": 2382,
"loc": {
"start": {
"line": 102,
"column": 24
},
"end": {
"line": 102,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"start": 2383,
"end": 2391,
"loc": {
"start": {
"line": 102,
"column": 29
},
"end": {
"line": 102,
"column": 37
},
"identifierName": "targetId"
},
"name": "targetId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "MemberExpression",
"start": 2406,
"end": 2425,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 31
}
},
"object": {
"type": "CallExpression",
"start": 2406,
"end": 2414,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 20
}
},
"callee": {
"type": "MemberExpression",
"start": 2406,
"end": 2412,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 2406,
"end": 2408,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 14
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 2409,
"end": 2412,
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 18
},
"identifierName": "dom"
},
"name": "dom"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 2415,
"end": 2425,
"loc": {
"start": {
"line": 103,
"column": 21
},
"end": {
"line": 103,
"column": 31
},
"identifierName": "parentNode"
},
"name": "parentNode"
},
"computed": false
},
"alternate": {
"type": "CallExpression",
"start": 2428,
"end": 2446,
"loc": {
"start": {
"line": 103,
"column": 34
},
"end": {
"line": 103,
"column": 52
}
},
"callee": {
"type": "Identifier",
"start": 2428,
"end": 2431,
"loc": {
"start": {
"line": 103,
"column": 34
},
"end": {
"line": 103,
"column": 37
},
"identifierName": "elm"
},
"name": "elm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2432,
"end": 2445,
"loc": {
"start": {
"line": 103,
"column": 38
},
"end": {
"line": 103,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 2432,
"end": 2436,
"loc": {
"start": {
"line": 103,
"column": 38
},
"end": {
"line": 103,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 2437,
"end": 2445,
"loc": {
"start": {
"line": 103,
"column": 43
},
"end": {
"line": 103,
"column": 51
},
"identifierName": "targetId"
},
"name": "targetId"
},
"computed": false
}
]
}
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 2456,
"end": 2611,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 108,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 2460,
"end": 2474,
"loc": {
"start": {
"line": 104,
"column": 12
},
"end": {
"line": 104,
"column": 26
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2461,
"end": 2474,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 2461,
"end": 2465,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 2466,
"end": 2474,
"loc": {
"start": {
"line": 104,
"column": 18
},
"end": {
"line": 104,
"column": 26
},
"identifierName": "targetId"
},
"name": "targetId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 2476,
"end": 2546,
"loc": {
"start": {
"line": 104,
"column": 28
},
"end": {
"line": 106,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2490,
"end": 2536,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2490,
"end": 2535,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2490,
"end": 2511,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 2490,
"end": 2498,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 20
},
"identifierName": "targetEl"
},
"name": "targetEl"
},
"property": {
"type": "Identifier",
"start": 2499,
"end": 2511,
"loc": {
"start": {
"line": 105,
"column": 21
},
"end": {
"line": 105,
"column": 33
},
"identifierName": "insertBefore"
},
"name": "insertBefore"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2512,
"end": 2524,
"loc": {
"start": {
"line": 105,
"column": 34
},
"end": {
"line": 105,
"column": 46
},
"identifierName": "containerDiv"
},
"name": "containerDiv"
},
{
"type": "CallExpression",
"start": 2526,
"end": 2534,
"loc": {
"start": {
"line": 105,
"column": 48
},
"end": {
"line": 105,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2526,
"end": 2532,
"loc": {
"start": {
"line": 105,
"column": 48
},
"end": {
"line": 105,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 2526,
"end": 2528,
"loc": {
"start": {
"line": 105,
"column": 48
},
"end": {
"line": 105,
"column": 50
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 2529,
"end": 2532,
"loc": {
"start": {
"line": 105,
"column": 51
},
"end": {
"line": 105,
"column": 54
},
"identifierName": "dom"
},
"name": "dom"
},
"computed": false
},
"arguments": []
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2552,
"end": 2611,
"loc": {
"start": {
"line": 106,
"column": 15
},
"end": {
"line": 108,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2566,
"end": 2601,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 2566,
"end": 2600,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 2566,
"end": 2586,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 2566,
"end": 2574,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 20
},
"identifierName": "targetEl"
},
"name": "targetEl"
},
"property": {
"type": "Identifier",
"start": 2575,
"end": 2586,
"loc": {
"start": {
"line": 107,
"column": 21
},
"end": {
"line": 107,
"column": 32
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2587,
"end": 2599,
"loc": {
"start": {
"line": 107,
"column": 33
},
"end": {
"line": 107,
"column": 45
},
"identifierName": "containerDiv"
},
"name": "containerDiv"
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 2620,
"end": 2645,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2620,
"end": 2644,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2620,
"end": 2629,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 2620,
"end": 2624,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2625,
"end": 2629,
"loc": {
"start": {
"line": 109,
"column": 13
},
"end": {
"line": 109,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 2632,
"end": 2644,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 109,
"column": 32
},
"identifierName": "containerDiv"
},
"name": "containerDiv"
}
}
},
{
"type": "IfStatement",
"start": 2654,
"end": 2801,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 114,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 2658,
"end": 2668,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 22
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2659,
"end": 2668,
"loc": {
"start": {
"line": 110,
"column": 13
},
"end": {
"line": 110,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 2659,
"end": 2663,
"loc": {
"start": {
"line": 110,
"column": 13
},
"end": {
"line": 110,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 2664,
"end": 2668,
"loc": {
"start": {
"line": 110,
"column": 18
},
"end": {
"line": 110,
"column": 22
},
"identifierName": "html"
},
"name": "html"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 2670,
"end": 2739,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 112,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2684,
"end": 2729,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2684,
"end": 2728,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2684,
"end": 2705,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 2684,
"end": 2693,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 2684,
"end": 2688,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2689,
"end": 2693,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 21
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2694,
"end": 2705,
"loc": {
"start": {
"line": 111,
"column": 22
},
"end": {
"line": 111,
"column": 33
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2706,
"end": 2727,
"loc": {
"start": {
"line": 111,
"column": 34
},
"end": {
"line": 111,
"column": 55
}
},
"callee": {
"type": "Identifier",
"start": 2706,
"end": 2716,
"loc": {
"start": {
"line": 111,
"column": 34
},
"end": {
"line": 111,
"column": 44
},
"identifierName": "createText"
},
"name": "createText"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2717,
"end": 2726,
"loc": {
"start": {
"line": 111,
"column": 45
},
"end": {
"line": 111,
"column": 54
}
},
"object": {
"type": "ThisExpression",
"start": 2717,
"end": 2721,
"loc": {
"start": {
"line": 111,
"column": 45
},
"end": {
"line": 111,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"start": 2722,
"end": 2726,
"loc": {
"start": {
"line": 111,
"column": 50
},
"end": {
"line": 111,
"column": 54
},
"identifierName": "text"
},
"name": "text"
},
"computed": false
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2745,
"end": 2801,
"loc": {
"start": {
"line": 112,
"column": 15
},
"end": {
"line": 114,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2759,
"end": 2791,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2759,
"end": 2790,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2759,
"end": 2778,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 2759,
"end": 2768,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 2759,
"end": 2763,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2764,
"end": 2768,
"loc": {
"start": {
"line": 113,
"column": 17
},
"end": {
"line": 113,
"column": 21
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2769,
"end": 2778,
"loc": {
"start": {
"line": 113,
"column": 22
},
"end": {
"line": 113,
"column": 31
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 2781,
"end": 2790,
"loc": {
"start": {
"line": 113,
"column": 34
},
"end": {
"line": 113,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 2781,
"end": 2785,
"loc": {
"start": {
"line": 113,
"column": 34
},
"end": {
"line": 113,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"start": 2786,
"end": 2790,
"loc": {
"start": {
"line": 113,
"column": 39
},
"end": {
"line": 113,
"column": 43
},
"identifierName": "html"
},
"name": "html"
},
"computed": false
}
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 2811,
"end": 2827,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 2811,
"end": 2826,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 2811,
"end": 2820,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 2811,
"end": 2815,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2816,
"end": 2820,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 17
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2821,
"end": 2825,
"loc": {
"start": {
"line": 116,
"column": 18
},
"end": {
"line": 116,
"column": 22
},
"identifierName": "NONE"
},
"name": "NONE"
}
]
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Subscribe to events",
"start": 2837,
"end": 2859,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 30
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2868,
"end": 2908,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 48
}
},
"expression": {
"type": "CallExpression",
"start": 2868,
"end": 2907,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 2868,
"end": 2878,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 2868,
"end": 2875,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 15
},
"identifierName": "emitter"
},
"name": "emitter",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 2876,
"end": 2878,
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 18
},
"identifierName": "on"
},
"name": "on"
},
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 2879,
"end": 2885,
"loc": {
"start": {
"line": 119,
"column": 19
},
"end": {
"line": 119,
"column": 25
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
{
"type": "ArrowFunctionExpression",
"start": 2887,
"end": 2906,
"loc": {
"start": {
"line": 119,
"column": 27
},
"end": {
"line": 119,
"column": 46
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 2893,
"end": 2906,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 119,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 2893,
"end": 2902,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 119,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 2893,
"end": 2897,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 119,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 2898,
"end": 2902,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 42
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2903,
"end": 2905,
"loc": {
"start": {
"line": 119,
"column": 43
},
"end": {
"line": 119,
"column": 45
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
]
}
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Subscribe to events",
"start": 2837,
"end": 2859,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 30
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2917,
"end": 2959,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 50
}
},
"expression": {
"type": "CallExpression",
"start": 2917,
"end": 2958,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
"start": 2917,
"end": 2927,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 2917,
"end": 2924,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 15
},
"identifierName": "emitter"
},
"name": "emitter"
},
"property": {
"type": "Identifier",
"start": 2925,
"end": 2927,
"loc": {
"start": {
"line": 120,
"column": 16
},
"end": {
"line": 120,
"column": 18
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2928,
"end": 2934,
"loc": {
"start": {
"line": 120,
"column": 19
},
"end": {
"line": 120,
"column": 25
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
{
"type": "ArrowFunctionExpression",
"start": 2936,
"end": 2957,
"loc": {
"start": {
"line": 120,
"column": 27
},
"end": {
"line": 120,
"column": 48
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 2942,
"end": 2957,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 2942,
"end": 2951,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 2942,
"end": 2946,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 2947,
"end": 2951,
"loc": {
"start": {
"line": 120,
"column": 38
},
"end": {
"line": 120,
"column": 42
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2952,
"end": 2956,
"loc": {
"start": {
"line": 120,
"column": 43
},
"end": {
"line": 120,
"column": 47
},
"identifierName": "NONE"
},
"name": "NONE"
}
]
}
}
]
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2969,
"end": 2986,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2995,
"end": 3019,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2995,
"end": 3018,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 31
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2995,
"end": 3011,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 2995,
"end": 2999,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3000,
"end": 3011,
"loc": {
"start": {
"line": 123,
"column": 13
},
"end": {
"line": 123,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 3014,
"end": 3018,
"loc": {
"start": {
"line": 123,
"column": 27
},
"end": {
"line": 123,
"column": 31
}
},
"value": true
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2969,
"end": 2986,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 25
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initializes Loader instance\n ",
"start": 2074,
"end": 2120,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 90,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n ",
"start": 3031,
"end": 3140,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 129,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 3145,
"end": 3632,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 150,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3145,
"end": 3149,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 8
},
"identifierName": "show"
},
"name": "show",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3150,
"end": 3151,
"loc": {
"start": {
"line": 130,
"column": 9
},
"end": {
"line": 130,
"column": 10
},
"identifierName": "p"
},
"name": "p"
}
],
"body": {
"type": "BlockStatement",
"start": 3153,
"end": 3632,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 150,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 3163,
"end": 3217,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 133,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 3167,
"end": 3184,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 3168,
"end": 3184,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 29
}
},
"callee": {
"type": "MemberExpression",
"start": 3168,
"end": 3182,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 3168,
"end": 3172,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 3173,
"end": 3182,
"loc": {
"start": {
"line": 131,
"column": 18
},
"end": {
"line": 131,
"column": 27
},
"identifierName": "isEnabled"
},
"name": "isEnabled"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3186,
"end": 3217,
"loc": {
"start": {
"line": 131,
"column": 31
},
"end": {
"line": 133,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3200,
"end": 3207,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 3227,
"end": 3532,
"loc": {
"start": {
"line": 135,
"column": 8
},
"end": {
"line": 146,
"column": 10
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3231,
"end": 3531,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 146,
"column": 9
}
},
"id": {
"type": "Identifier",
"start": 3231,
"end": 3244,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 25
},
"identifierName": "displayLoader"
},
"name": "displayLoader"
},
"init": {
"type": "ArrowFunctionExpression",
"start": 3247,
"end": 3531,
"loc": {
"start": {
"line": 135,
"column": 28
},
"end": {
"line": 146,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 3253,
"end": 3531,
"loc": {
"start": {
"line": 135,
"column": 34
},
"end": {
"line": 146,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 3267,
"end": 3322,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 138,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 3271,
"end": 3281,
"loc": {
"start": {
"line": 136,
"column": 16
},
"end": {
"line": 136,
"column": 26
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 3272,
"end": 3281,
"loc": {
"start": {
"line": 136,
"column": 17
},
"end": {
"line": 136,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 3272,
"end": 3276,
"loc": {
"start": {
"line": 136,
"column": 17
},
"end": {
"line": 136,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 3277,
"end": 3281,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 136,
"column": 26
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3283,
"end": 3322,
"loc": {
"start": {
"line": 136,
"column": 28
},
"end": {
"line": 138,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3301,
"end": 3308,
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 3335,
"end": 3401,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 141,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 3339,
"end": 3349,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 26
}
},
"left": {
"type": "Identifier",
"start": 3339,
"end": 3340,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 17
},
"identifierName": "p"
},
"name": "p"
},
"operator": "!==",
"right": {
"type": "Identifier",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 139,
"column": 22
},
"end": {
"line": 139,
"column": 26
},
"identifierName": "NONE"
},
"name": "NONE"
}
},
"consequent": {
"type": "BlockStatement",
"start": 3351,
"end": 3401,
"loc": {
"start": {
"line": 139,
"column": 28
},
"end": {
"line": 141,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3369,
"end": 3387,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 3369,
"end": 3386,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 3369,
"end": 3380,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 3369,
"end": 3373,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3374,
"end": 3380,
"loc": {
"start": {
"line": 140,
"column": 21
},
"end": {
"line": 140,
"column": 27
},
"identifierName": "onShow"
},
"name": "onShow"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 3381,
"end": 3385,
"loc": {
"start": {
"line": 140,
"column": 28
},
"end": {
"line": 140,
"column": 32
}
}
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3414,
"end": 3442,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 40
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3414,
"end": 3441,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 39
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3414,
"end": 3437,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 3414,
"end": 3429,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 3414,
"end": 3423,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 3414,
"end": 3418,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3419,
"end": 3423,
"loc": {
"start": {
"line": 142,
"column": 17
},
"end": {
"line": 142,
"column": 21
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3424,
"end": 3429,
"loc": {
"start": {
"line": 142,
"column": 22
},
"end": {
"line": 142,
"column": 27
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3430,
"end": 3437,
"loc": {
"start": {
"line": 142,
"column": 28
},
"end": {
"line": 142,
"column": 35
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 3440,
"end": 3441,
"loc": {
"start": {
"line": 142,
"column": 38
},
"end": {
"line": 142,
"column": 39
},
"identifierName": "p"
},
"name": "p"
}
}
},
{
"type": "IfStatement",
"start": 3455,
"end": 3521,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 145,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 3459,
"end": 3469,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 26
}
},
"left": {
"type": "Identifier",
"start": 3459,
"end": 3460,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 17
},
"identifierName": "p"
},
"name": "p"
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 3465,
"end": 3469,
"loc": {
"start": {
"line": 143,
"column": 22
},
"end": {
"line": 143,
"column": 26
},
"identifierName": "NONE"
},
"name": "NONE"
}
},
"consequent": {
"type": "BlockStatement",
"start": 3471,
"end": 3521,
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 145,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3489,
"end": 3507,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 3489,
"end": 3506,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 3489,
"end": 3500,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 3489,
"end": 3493,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3494,
"end": 3500,
"loc": {
"start": {
"line": 144,
"column": 21
},
"end": {
"line": 144,
"column": 27
},
"identifierName": "onHide"
},
"name": "onHide"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 3501,
"end": 3505,
"loc": {
"start": {
"line": 144,
"column": 28
},
"end": {
"line": 144,
"column": 32
}
}
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 3542,
"end": 3583,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 49
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3546,
"end": 3582,
"loc": {
"start": {
"line": 148,
"column": 12
},
"end": {
"line": 148,
"column": 48
}
},
"id": {
"type": "Identifier",
"start": 3546,
"end": 3547,
"loc": {
"start": {
"line": 148,
"column": 12
},
"end": {
"line": 148,
"column": 13
},
"identifierName": "t"
},
"name": "t"
},
"init": {
"type": "ConditionalExpression",
"start": 3550,
"end": 3582,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 48
}
},
"test": {
"type": "BinaryExpression",
"start": 3550,
"end": 3560,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 26
}
},
"left": {
"type": "Identifier",
"start": 3550,
"end": 3551,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 17
},
"identifierName": "p"
},
"name": "p"
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 3556,
"end": 3560,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 148,
"column": 26
},
"identifierName": "NONE"
},
"name": "NONE"
}
},
"consequent": {
"type": "MemberExpression",
"start": 3563,
"end": 3578,
"loc": {
"start": {
"line": 148,
"column": 29
},
"end": {
"line": 148,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 3563,
"end": 3567,
"loc": {
"start": {
"line": 148,
"column": 29
},
"end": {
"line": 148,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 3568,
"end": 3578,
"loc": {
"start": {
"line": 148,
"column": 34
},
"end": {
"line": 148,
"column": 44
},
"identifierName": "closeDelay"
},
"name": "closeDelay"
},
"computed": false
},
"alternate": {
"type": "NumericLiteral",
"start": 3581,
"end": 3582,
"loc": {
"start": {
"line": 148,
"column": 47
},
"end": {
"line": 148,
"column": 48
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 3592,
"end": 3626,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 3592,
"end": 3625,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 3592,
"end": 3607,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3592,
"end": 3596,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 12
},
"identifierName": "root"
},
"name": "root"
},
"property": {
"type": "Identifier",
"start": 3597,
"end": 3607,
"loc": {
"start": {
"line": 149,
"column": 13
},
"end": {
"line": 149,
"column": 23
},
"identifierName": "setTimeout"
},
"name": "setTimeout"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3608,
"end": 3621,
"loc": {
"start": {
"line": 149,
"column": 24
},
"end": {
"line": 149,
"column": 37
},
"identifierName": "displayLoader"
},
"name": "displayLoader"
},
{
"type": "Identifier",
"start": 3623,
"end": 3624,
"loc": {
"start": {
"line": 149,
"column": 39
},
"end": {
"line": 149,
"column": 40
},
"identifierName": "t"
},
"name": "t"
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n ",
"start": 3031,
"end": 3140,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 129,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Removes feature\n ",
"start": 3638,
"end": 3672,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 154,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 3677,
"end": 4022,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 170,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3677,
"end": 3684,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 3687,
"end": 4022,
"loc": {
"start": {
"line": 155,
"column": 14
},
"end": {
"line": 170,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 3697,
"end": 3751,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 158,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 3701,
"end": 3718,
"loc": {
"start": {
"line": 156,
"column": 12
},
"end": {
"line": 156,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 3702,
"end": 3718,
"loc": {
"start": {
"line": 156,
"column": 13
},
"end": {
"line": 156,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 3702,
"end": 3706,
"loc": {
"start": {
"line": 156,
"column": 13
},
"end": {
"line": 156,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 3707,
"end": 3718,
"loc": {
"start": {
"line": 156,
"column": 18
},
"end": {
"line": 156,
"column": 29
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3720,
"end": 3751,
"loc": {
"start": {
"line": 156,
"column": 31
},
"end": {
"line": 158,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3734,
"end": 3741,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 3761,
"end": 3788,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 35
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3765,
"end": 3787,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 34
}
},
"id": {
"type": "Identifier",
"start": 3765,
"end": 3772,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 19
},
"identifierName": "emitter"
},
"name": "emitter"
},
"init": {
"type": "MemberExpression",
"start": 3775,
"end": 3787,
"loc": {
"start": {
"line": 160,
"column": 22
},
"end": {
"line": 160,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 3775,
"end": 3779,
"loc": {
"start": {
"line": 160,
"column": 22
},
"end": {
"line": 160,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"start": 3780,
"end": 3787,
"loc": {
"start": {
"line": 160,
"column": 27
},
"end": {
"line": 160,
"column": 34
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 3798,
"end": 3819,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 29
}
},
"expression": {
"type": "CallExpression",
"start": 3798,
"end": 3818,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 3798,
"end": 3807,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 17
},
"identifierName": "removeElm"
},
"name": "removeElm"
},
"arguments": [
{
"type": "MemberExpression",
"start": 3808,
"end": 3817,
"loc": {
"start": {
"line": 162,
"column": 18
},
"end": {
"line": 162,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 3808,
"end": 3812,
"loc": {
"start": {
"line": 162,
"column": 18
},
"end": {
"line": 162,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 3813,
"end": 3817,
"loc": {
"start": {
"line": 162,
"column": 23
},
"end": {
"line": 162,
"column": 27
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3828,
"end": 3845,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3828,
"end": 3844,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3828,
"end": 3837,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 3828,
"end": 3832,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3833,
"end": 3837,
"loc": {
"start": {
"line": 163,
"column": 13
},
"end": {
"line": 163,
"column": 17
},
"identifierName": "cont"
},
"name": "cont"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 3840,
"end": 3844,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 24
}
}
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Unsubscribe to events",
"start": 3855,
"end": 3879,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 32
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3888,
"end": 3929,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 3888,
"end": 3928,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 3888,
"end": 3899,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 3888,
"end": 3895,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 15
},
"identifierName": "emitter"
},
"name": "emitter",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3896,
"end": 3899,
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 19
},
"identifierName": "off"
},
"name": "off"
},
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 3900,
"end": 3906,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 26
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
{
"type": "ArrowFunctionExpression",
"start": 3908,
"end": 3927,
"loc": {
"start": {
"line": 166,
"column": 28
},
"end": {
"line": 166,
"column": 47
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 3914,
"end": 3927,
"loc": {
"start": {
"line": 166,
"column": 34
},
"end": {
"line": 166,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 3914,
"end": 3923,
"loc": {
"start": {
"line": 166,
"column": 34
},
"end": {
"line": 166,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 3914,
"end": 3918,
"loc": {
"start": {
"line": 166,
"column": 34
},
"end": {
"line": 166,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"start": 3919,
"end": 3923,
"loc": {
"start": {
"line": 166,
"column": 39
},
"end": {
"line": 166,
"column": 43
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3924,
"end": 3926,
"loc": {
"start": {
"line": 166,
"column": 44
},
"end": {
"line": 166,
"column": 46
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
]
}
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Unsubscribe to events",
"start": 3855,
"end": 3879,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 32
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3938,
"end": 3981,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 3938,
"end": 3980,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 3938,
"end": 3949,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 3938,
"end": 3945,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 15
},
"identifierName": "emitter"
},
"name": "emitter"
},
"property": {
"type": "Identifier",
"start": 3946,
"end": 3949,
"loc": {
"start": {
"line": 167,
"column": 16
},
"end": {
"line": 167,
"column": 19
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3950,
"end": 3956,
"loc": {
"start": {
"line": 167,
"column": 20
},
"end": {
"line": 167,
"column": 26
},
"identifierName": "EVENTS"
},
"name": "EVENTS"
},
{
"type": "ArrowFunctionExpression",
"start": 3958,
"end": 3979,
"loc": {
"start": {
"line": 167,
"column": 28
},
"end": {
"line": 167,
"column": 49
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 3964,
"end": 3979,
"loc": {
"start": {
"line": 167,
"column": 34
},
"end": {
"line": 167,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
"start": 3964,
"end": 3973,
"loc": {
"start": {
"line": 167,
"column": 34
},
"end": {
"line": 167,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 3964,
"end": 3968,
"loc": {
"start": {
"line": 167,
"column": 34
},
"end": {
"line": 167,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"start": 3969,
"end": 3973,
"loc": {
"start": {
"line": 167,
"column": 39
},
"end": {
"line": 167,
"column": 43
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3974,
"end": 3978,
"loc": {
"start": {
"line": 167,
"column": 44
},
"end": {
"line": 167,
"column": 48
},
"identifierName": "NONE"
},
"name": "NONE"
}
]
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3991,
"end": 4016,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3991,
"end": 4015,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3991,
"end": 4007,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 3991,
"end": 3995,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3996,
"end": 4007,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 4010,
"end": 4015,
"loc": {
"start": {
"line": 169,
"column": 27
},
"end": {
"line": 169,
"column": 32
}
},
"value": false
}
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Removes feature\n ",
"start": 3638,
"end": 3672,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 154,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n ",
"start": 533,
"end": 615,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 26,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n ",
"start": 533,
"end": 615,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 26,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n ",
"start": 533,
"end": 615,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 26,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Loader.\n *\n * @param {TableFilter} tf TableFilter instance\n ",
"start": 659,
"end": 767,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 33,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element\n * @type {String}\n ",
"start": 871,
"end": 954,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Loader container DOM element\n * @type {DOMElement}\n ",
"start": 1020,
"end": 1105,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 48,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Text displayed when indicator is visible\n * @type {String}\n ",
"start": 1141,
"end": 1234,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Custom HTML injected in Loader's container element\n * @type {String}\n ",
"start": 1299,
"end": 1402,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 60,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for Loader's container element\n * @type {String}\n ",
"start": 1459,
"end": 1552,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 66,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Close delay in milliseconds\n * @type {Number}\n ",
"start": 1622,
"end": 1702,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 72,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is displayed\n * @type {Function}\n ",
"start": 1743,
"end": 1837,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is closed\n * @type {Function}\n ",
"start": 1909,
"end": 2000,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 84,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initializes Loader instance\n ",
"start": 2074,
"end": 2120,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 90,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Subscribe to events",
"start": 2837,
"end": 2859,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 30
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2969,
"end": 2986,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 25
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n ",
"start": 3031,
"end": 3140,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 129,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Removes feature\n ",
"start": 3638,
"end": 3672,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 154,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Unsubscribe to events",
"start": 3855,
"end": 3879,
"loc": {
"start": {
"line": 165,
"column": 8
},
"end": {
"line": 165,
"column": 32
}
}
}
],
"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": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Feature",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 15,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 17,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../feature",
"start": 22,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 34,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 34
},
"end": {
"line": 1,
"column": 35
}
}
},
{
"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": 36,
"end": 42,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 43,
"end": 44,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 44,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 53,
"end": 54,
"loc": {
"start": {
"line": 2,
"column": 17
},
"end": {
"line": 2,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createText",
"start": 55,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 65,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 2,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 70,
"end": 71,
"loc": {
"start": {
"line": 2,
"column": 34
},
"end": {
"line": 2,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 72,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 36
},
"end": {
"line": 2,
"column": 45
}
}
},
{
"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": 2,
"column": 45
},
"end": {
"line": 2,
"column": 46
}
}
},
{
"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": 2,
"column": 47
},
"end": {
"line": 2,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../dom",
"start": 88,
"end": 96,
"loc": {
"start": {
"line": 2,
"column": 52
},
"end": {
"line": 2,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 96,
"end": 97,
"loc": {
"start": {
"line": 2,
"column": 60
},
"end": {
"line": 2,
"column": 61
}
}
},
{
"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": 3,
"column": 0
},
"end": {
"line": 3,
"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": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EMPTY_FN",
"start": 106,
"end": 114,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 114,
"end": 115,
"loc": {
"start": {
"line": 3,
"column": 16
},
"end": {
"line": 3,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 116,
"end": 120,
"loc": {
"start": {
"line": 3,
"column": 18
},
"end": {
"line": 3,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../types",
"start": 121,
"end": 131,
"loc": {
"start": {
"line": 3,
"column": 23
},
"end": {
"line": 3,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 131,
"end": 132,
"loc": {
"start": {
"line": 3,
"column": 33
},
"end": {
"line": 3,
"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": 133,
"end": 139,
"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": 140,
"end": 141,
"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": "root",
"start": 141,
"end": 145,
"loc": {
"start": {
"line": 4,
"column": 8
},
"end": {
"line": 4,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 145,
"end": 146,
"loc": {
"start": {
"line": 4,
"column": 12
},
"end": {
"line": 4,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 147,
"end": 151,
"loc": {
"start": {
"line": 4,
"column": 14
},
"end": {
"line": 4,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../root",
"start": 152,
"end": 161,
"loc": {
"start": {
"line": 4,
"column": 19
},
"end": {
"line": 4,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 161,
"end": 162,
"loc": {
"start": {
"line": 4,
"column": 28
},
"end": {
"line": 4,
"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": 163,
"end": 169,
"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": 170,
"end": 171,
"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": "NONE",
"start": 171,
"end": 175,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 5,
"column": 12
},
"end": {
"line": 5,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 177,
"end": 181,
"loc": {
"start": {
"line": 5,
"column": 14
},
"end": {
"line": 5,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../const",
"start": 182,
"end": 192,
"loc": {
"start": {
"line": 5,
"column": 19
},
"end": {
"line": 5,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 192,
"end": 193,
"loc": {
"start": {
"line": 5,
"column": 29
},
"end": {
"line": 5,
"column": 30
}
}
},
{
"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": 194,
"end": 200,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 201,
"end": 202,
"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": "defaultsStr",
"start": 202,
"end": 213,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 213,
"end": 214,
"loc": {
"start": {
"line": 6,
"column": 19
},
"end": {
"line": 6,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsFn",
"start": 215,
"end": 225,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 225,
"end": 226,
"loc": {
"start": {
"line": 6,
"column": 31
},
"end": {
"line": 6,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 227,
"end": 231,
"loc": {
"start": {
"line": 6,
"column": 33
},
"end": {
"line": 6,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../settings",
"start": 232,
"end": 245,
"loc": {
"start": {
"line": 6,
"column": 38
},
"end": {
"line": 6,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 245,
"end": 246,
"loc": {
"start": {
"line": 6,
"column": 51
},
"end": {
"line": 6,
"column": 52
}
}
},
{
"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": 248,
"end": 253,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 254,
"end": 260,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 8,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 261,
"end": 262,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 263,
"end": 264,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-filtering",
"start": 269,
"end": 287,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 287,
"end": 288,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-populating-filter",
"start": 293,
"end": 319,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 319,
"end": 320,
"loc": {
"start": {
"line": 10,
"column": 30
},
"end": {
"line": 10,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-page-change",
"start": 325,
"end": 345,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 345,
"end": 346,
"loc": {
"start": {
"line": 11,
"column": 24
},
"end": {
"line": 11,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-clearing-filters",
"start": 351,
"end": 376,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 376,
"end": 377,
"loc": {
"start": {
"line": 12,
"column": 29
},
"end": {
"line": 12,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-page-length-change",
"start": 382,
"end": 409,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 409,
"end": 410,
"loc": {
"start": {
"line": 13,
"column": 31
},
"end": {
"line": 13,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-reset-page",
"start": 415,
"end": 434,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 434,
"end": 435,
"loc": {
"start": {
"line": 14,
"column": 23
},
"end": {
"line": 14,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-reset-page-length",
"start": 440,
"end": 466,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 466,
"end": 467,
"loc": {
"start": {
"line": 15,
"column": 30
},
"end": {
"line": 15,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-loading-extensions",
"start": 472,
"end": 499,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 499,
"end": 500,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 16,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "before-loading-themes",
"start": 505,
"end": 528,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 27
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 529,
"end": 530,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 18,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 530,
"end": 531,
"loc": {
"start": {
"line": 18,
"column": 1
},
"end": {
"line": 18,
"column": 2
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n ",
"start": 533,
"end": 615,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 26,
"column": 3
}
}
},
{
"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": 616,
"end": 622,
"loc": {
"start": {
"line": 27,
"column": 0
},
"end": {
"line": 27,
"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": 623,
"end": 628,
"loc": {
"start": {
"line": 27,
"column": 7
},
"end": {
"line": 27,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Loader",
"start": 629,
"end": 635,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 19
}
}
},
{
"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": 636,
"end": 643,
"loc": {
"start": {
"line": 27,
"column": 20
},
"end": {
"line": 27,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Feature",
"start": 644,
"end": 651,
"loc": {
"start": {
"line": 27,
"column": 28
},
"end": {
"line": 27,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 652,
"end": 653,
"loc": {
"start": {
"line": 27,
"column": 36
},
"end": {
"line": 27,
"column": 37
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Loader.\n *\n * @param {TableFilter} tf TableFilter instance\n ",
"start": 659,
"end": 767,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 33,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 772,
"end": 783,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 783,
"end": 784,
"loc": {
"start": {
"line": 34,
"column": 15
},
"end": {
"line": 34,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 784,
"end": 786,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 786,
"end": 787,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 788,
"end": 789,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 21
}
}
},
{
"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": 798,
"end": 803,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 803,
"end": 804,
"loc": {
"start": {
"line": 35,
"column": 13
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 804,
"end": 806,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 806,
"end": 807,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "loader",
"start": 808,
"end": 816,
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 816,
"end": 817,
"loc": {
"start": {
"line": 35,
"column": 26
},
"end": {
"line": 35,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 817,
"end": 818,
"loc": {
"start": {
"line": 35,
"column": 27
},
"end": {
"line": 35,
"column": 28
}
}
},
{
"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": 828,
"end": 831,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 832,
"end": 833,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 834,
"end": 835,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"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": 836,
"end": 840,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 840,
"end": 841,
"loc": {
"start": {
"line": 37,
"column": 20
},
"end": {
"line": 37,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "config",
"start": 841,
"end": 847,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 847,
"end": 848,
"loc": {
"start": {
"line": 37,
"column": 27
},
"end": {
"line": 37,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "loader",
"start": 848,
"end": 854,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 34
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 855,
"end": 857,
"loc": {
"start": {
"line": 37,
"column": 35
},
"end": {
"line": 37,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 858,
"end": 859,
"loc": {
"start": {
"line": 37,
"column": 38
},
"end": {
"line": 37,
"column": 39
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 859,
"end": 860,
"loc": {
"start": {
"line": 37,
"column": 39
},
"end": {
"line": 37,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 860,
"end": 861,
"loc": {
"start": {
"line": 37,
"column": 40
},
"end": {
"line": 37,
"column": 41
}
}
},
{
"type": "CommentBlock",
"value": "*\n * ID of custom container element\n * @type {String}\n ",
"start": 871,
"end": 954,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
}
},
{
"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": 963,
"end": 967,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 967,
"end": 968,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetId",
"start": 968,
"end": 976,
"loc": {
"start": {
"line": 43,
"column": 13
},
"end": {
"line": 43,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 977,
"end": 978,
"loc": {
"start": {
"line": 43,
"column": 22
},
"end": {
"line": 43,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 979,
"end": 990,
"loc": {
"start": {
"line": 43,
"column": 24
},
"end": {
"line": 43,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 990,
"end": 991,
"loc": {
"start": {
"line": 43,
"column": 35
},
"end": {
"line": 43,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 991,
"end": 992,
"loc": {
"start": {
"line": 43,
"column": 36
},
"end": {
"line": 43,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 992,
"end": 993,
"loc": {
"start": {
"line": 43,
"column": 37
},
"end": {
"line": 43,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target_id",
"start": 993,
"end": 1002,
"loc": {
"start": {
"line": 43,
"column": 38
},
"end": {
"line": 43,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1002,
"end": 1003,
"loc": {
"start": {
"line": 43,
"column": 47
},
"end": {
"line": 43,
"column": 48
}
}
},
{
"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": 1004,
"end": 1008,
"loc": {
"start": {
"line": 43,
"column": 49
},
"end": {
"line": 43,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1008,
"end": 1009,
"loc": {
"start": {
"line": 43,
"column": 53
},
"end": {
"line": 43,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1009,
"end": 1010,
"loc": {
"start": {
"line": 43,
"column": 54
},
"end": {
"line": 43,
"column": 55
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Loader container DOM element\n * @type {DOMElement}\n ",
"start": 1020,
"end": 1105,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 48,
"column": 11
}
}
},
{
"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": 1114,
"end": 1118,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1118,
"end": 1119,
"loc": {
"start": {
"line": 49,
"column": 12
},
"end": {
"line": 49,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 1119,
"end": 1123,
"loc": {
"start": {
"line": 49,
"column": 13
},
"end": {
"line": 49,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1124,
"end": 1125,
"loc": {
"start": {
"line": 49,
"column": 18
},
"end": {
"line": 49,
"column": 19
}
}
},
{
"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": 1126,
"end": 1130,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1130,
"end": 1131,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 25
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Text displayed when indicator is visible\n * @type {String}\n ",
"start": 1141,
"end": 1234,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
}
},
{
"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": 1243,
"end": 1247,
"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": 1247,
"end": 1248,
"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": "text",
"start": 1248,
"end": 1252,
"loc": {
"start": {
"line": 55,
"column": 13
},
"end": {
"line": 55,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1253,
"end": 1254,
"loc": {
"start": {
"line": 55,
"column": 18
},
"end": {
"line": 55,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1255,
"end": 1266,
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1266,
"end": 1267,
"loc": {
"start": {
"line": 55,
"column": 31
},
"end": {
"line": 55,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1267,
"end": 1268,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1268,
"end": 1269,
"loc": {
"start": {
"line": 55,
"column": 33
},
"end": {
"line": 55,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 1269,
"end": 1273,
"loc": {
"start": {
"line": 55,
"column": 34
},
"end": {
"line": 55,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1273,
"end": 1274,
"loc": {
"start": {
"line": 55,
"column": 38
},
"end": {
"line": 55,
"column": 39
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Loading...",
"start": 1275,
"end": 1287,
"loc": {
"start": {
"line": 55,
"column": 40
},
"end": {
"line": 55,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1287,
"end": 1288,
"loc": {
"start": {
"line": 55,
"column": 52
},
"end": {
"line": 55,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1288,
"end": 1289,
"loc": {
"start": {
"line": 55,
"column": 53
},
"end": {
"line": 55,
"column": 54
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Custom HTML injected in Loader's container element\n * @type {String}\n ",
"start": 1299,
"end": 1402,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 60,
"column": 11
}
}
},
{
"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": 1411,
"end": 1415,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1415,
"end": 1416,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 1416,
"end": 1420,
"loc": {
"start": {
"line": 61,
"column": 13
},
"end": {
"line": 61,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1421,
"end": 1422,
"loc": {
"start": {
"line": 61,
"column": 18
},
"end": {
"line": 61,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1423,
"end": 1434,
"loc": {
"start": {
"line": 61,
"column": 20
},
"end": {
"line": 61,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1434,
"end": 1435,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1435,
"end": 1436,
"loc": {
"start": {
"line": 61,
"column": 32
},
"end": {
"line": 61,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1436,
"end": 1437,
"loc": {
"start": {
"line": 61,
"column": 33
},
"end": {
"line": 61,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 1437,
"end": 1441,
"loc": {
"start": {
"line": 61,
"column": 34
},
"end": {
"line": 61,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1441,
"end": 1442,
"loc": {
"start": {
"line": 61,
"column": 38
},
"end": {
"line": 61,
"column": 39
}
}
},
{
"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": 1443,
"end": 1447,
"loc": {
"start": {
"line": 61,
"column": 40
},
"end": {
"line": 61,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1447,
"end": 1448,
"loc": {
"start": {
"line": 61,
"column": 44
},
"end": {
"line": 61,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1448,
"end": 1449,
"loc": {
"start": {
"line": 61,
"column": 45
},
"end": {
"line": 61,
"column": 46
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Css class for Loader's container element\n * @type {String}\n ",
"start": 1459,
"end": 1552,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 66,
"column": 11
}
}
},
{
"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": 1561,
"end": 1565,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1565,
"end": 1566,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cssClass",
"start": 1566,
"end": 1574,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1575,
"end": 1576,
"loc": {
"start": {
"line": 67,
"column": 22
},
"end": {
"line": 67,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsStr",
"start": 1577,
"end": 1588,
"loc": {
"start": {
"line": 67,
"column": 24
},
"end": {
"line": 67,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1588,
"end": 1589,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1589,
"end": 1590,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1590,
"end": 1591,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "css_class",
"start": 1591,
"end": 1600,
"loc": {
"start": {
"line": 67,
"column": 38
},
"end": {
"line": 67,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1600,
"end": 1601,
"loc": {
"start": {
"line": 67,
"column": 47
},
"end": {
"line": 67,
"column": 48
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "loader",
"start": 1602,
"end": 1610,
"loc": {
"start": {
"line": 67,
"column": 49
},
"end": {
"line": 67,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1610,
"end": 1611,
"loc": {
"start": {
"line": 67,
"column": 57
},
"end": {
"line": 67,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1611,
"end": 1612,
"loc": {
"start": {
"line": 67,
"column": 58
},
"end": {
"line": 67,
"column": 59
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Close delay in milliseconds\n * @type {Number}\n ",
"start": 1622,
"end": 1702,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 72,
"column": 11
}
}
},
{
"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": 1711,
"end": 1715,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1715,
"end": 1716,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "closeDelay",
"start": 1716,
"end": 1726,
"loc": {
"start": {
"line": 73,
"column": 13
},
"end": {
"line": 73,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1727,
"end": 1728,
"loc": {
"start": {
"line": 73,
"column": 24
},
"end": {
"line": 73,
"column": 25
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 250,
"start": 1729,
"end": 1732,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1732,
"end": 1733,
"loc": {
"start": {
"line": 73,
"column": 29
},
"end": {
"line": 73,
"column": 30
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is displayed\n * @type {Function}\n ",
"start": 1743,
"end": 1837,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
}
},
{
"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": 1846,
"end": 1850,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1850,
"end": 1851,
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onShow",
"start": 1851,
"end": 1857,
"loc": {
"start": {
"line": 79,
"column": 13
},
"end": {
"line": 79,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1858,
"end": 1859,
"loc": {
"start": {
"line": 79,
"column": 20
},
"end": {
"line": 79,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsFn",
"start": 1860,
"end": 1870,
"loc": {
"start": {
"line": 79,
"column": 22
},
"end": {
"line": 79,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1870,
"end": 1871,
"loc": {
"start": {
"line": 79,
"column": 32
},
"end": {
"line": 79,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 1871,
"end": 1872,
"loc": {
"start": {
"line": 79,
"column": 33
},
"end": {
"line": 79,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1872,
"end": 1873,
"loc": {
"start": {
"line": 79,
"column": 34
},
"end": {
"line": 79,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on_show_loader",
"start": 1873,
"end": 1887,
"loc": {
"start": {
"line": 79,
"column": 35
},
"end": {
"line": 79,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1887,
"end": 1888,
"loc": {
"start": {
"line": 79,
"column": 49
},
"end": {
"line": 79,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EMPTY_FN",
"start": 1889,
"end": 1897,
"loc": {
"start": {
"line": 79,
"column": 51
},
"end": {
"line": 79,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1897,
"end": 1898,
"loc": {
"start": {
"line": 79,
"column": 59
},
"end": {
"line": 79,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1898,
"end": 1899,
"loc": {
"start": {
"line": 79,
"column": 60
},
"end": {
"line": 79,
"column": 61
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Callback fired when loader is closed\n * @type {Function}\n ",
"start": 1909,
"end": 2000,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 84,
"column": 11
}
}
},
{
"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": 2009,
"end": 2013,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2013,
"end": 2014,
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onHide",
"start": 2014,
"end": 2020,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2021,
"end": 2022,
"loc": {
"start": {
"line": 85,
"column": 20
},
"end": {
"line": 85,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultsFn",
"start": 2023,
"end": 2033,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2033,
"end": 2034,
"loc": {
"start": {
"line": 85,
"column": 32
},
"end": {
"line": 85,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "f",
"start": 2034,
"end": 2035,
"loc": {
"start": {
"line": 85,
"column": 33
},
"end": {
"line": 85,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2035,
"end": 2036,
"loc": {
"start": {
"line": 85,
"column": 34
},
"end": {
"line": 85,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on_hide_loader",
"start": 2036,
"end": 2050,
"loc": {
"start": {
"line": 85,
"column": 35
},
"end": {
"line": 85,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2050,
"end": 2051,
"loc": {
"start": {
"line": 85,
"column": 49
},
"end": {
"line": 85,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EMPTY_FN",
"start": 2052,
"end": 2060,
"loc": {
"start": {
"line": 85,
"column": 51
},
"end": {
"line": 85,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2060,
"end": 2061,
"loc": {
"start": {
"line": 85,
"column": 59
},
"end": {
"line": 85,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2061,
"end": 2062,
"loc": {
"start": {
"line": 85,
"column": 60
},
"end": {
"line": 85,
"column": 61
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2067,
"end": 2068,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initializes Loader instance\n ",
"start": 2074,
"end": 2120,
"loc": {
"start": {
"line": 88,
"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": "init",
"start": 2125,
"end": 2129,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 91,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2129,
"end": 2130,
"loc": {
"start": {
"line": 91,
"column": 8
},
"end": {
"line": 91,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2130,
"end": 2131,
"loc": {
"start": {
"line": 91,
"column": 9
},
"end": {
"line": 91,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2132,
"end": 2133,
"loc": {
"start": {
"line": 91,
"column": 11
},
"end": {
"line": 91,
"column": 12
}
}
},
{
"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": 2142,
"end": 2144,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2145,
"end": 2146,
"loc": {
"start": {
"line": 92,
"column": 11
},
"end": {
"line": 92,
"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": 2146,
"end": 2150,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2150,
"end": 2151,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 2151,
"end": 2162,
"loc": {
"start": {
"line": 92,
"column": 17
},
"end": {
"line": 92,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2162,
"end": 2163,
"loc": {
"start": {
"line": 92,
"column": 28
},
"end": {
"line": 92,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2164,
"end": 2165,
"loc": {
"start": {
"line": 92,
"column": 30
},
"end": {
"line": 92,
"column": 31
}
}
},
{
"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": 2178,
"end": 2184,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2184,
"end": 2185,
"loc": {
"start": {
"line": 93,
"column": 18
},
"end": {
"line": 93,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2194,
"end": 2195,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 9
}
}
},
{
"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": 2205,
"end": 2208,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 2209,
"end": 2211,
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2212,
"end": 2213,
"loc": {
"start": {
"line": 96,
"column": 15
},
"end": {
"line": 96,
"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": 2214,
"end": 2218,
"loc": {
"start": {
"line": 96,
"column": 17
},
"end": {
"line": 96,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2218,
"end": 2219,
"loc": {
"start": {
"line": 96,
"column": 21
},
"end": {
"line": 96,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 2219,
"end": 2221,
"loc": {
"start": {
"line": 96,
"column": 22
},
"end": {
"line": 96,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2221,
"end": 2222,
"loc": {
"start": {
"line": 96,
"column": 24
},
"end": {
"line": 96,
"column": 25
}
}
},
{
"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": 2231,
"end": 2234,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 2235,
"end": 2242,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2243,
"end": 2244,
"loc": {
"start": {
"line": 97,
"column": 20
},
"end": {
"line": 97,
"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": 2245,
"end": 2249,
"loc": {
"start": {
"line": 97,
"column": 22
},
"end": {
"line": 97,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2249,
"end": 2250,
"loc": {
"start": {
"line": 97,
"column": 26
},
"end": {
"line": 97,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 2250,
"end": 2257,
"loc": {
"start": {
"line": 97,
"column": 27
},
"end": {
"line": 97,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2257,
"end": 2258,
"loc": {
"start": {
"line": 97,
"column": 34
},
"end": {
"line": 97,
"column": 35
}
}
},
{
"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": 2268,
"end": 2271,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containerDiv",
"start": 2272,
"end": 2284,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2285,
"end": 2286,
"loc": {
"start": {
"line": 99,
"column": 25
},
"end": {
"line": 99,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElm",
"start": 2287,
"end": 2296,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2296,
"end": 2297,
"loc": {
"start": {
"line": 99,
"column": 36
},
"end": {
"line": 99,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "div",
"start": 2297,
"end": 2302,
"loc": {
"start": {
"line": 99,
"column": 37
},
"end": {
"line": 99,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2302,
"end": 2303,
"loc": {
"start": {
"line": 99,
"column": 42
},
"end": {
"line": 99,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2303,
"end": 2304,
"loc": {
"start": {
"line": 99,
"column": 43
},
"end": {
"line": 99,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containerDiv",
"start": 2313,
"end": 2325,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2325,
"end": 2326,
"loc": {
"start": {
"line": 100,
"column": 20
},
"end": {
"line": 100,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 2326,
"end": 2335,
"loc": {
"start": {
"line": 100,
"column": 21
},
"end": {
"line": 100,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2336,
"end": 2337,
"loc": {
"start": {
"line": 100,
"column": 31
},
"end": {
"line": 100,
"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": 2338,
"end": 2342,
"loc": {
"start": {
"line": 100,
"column": 33
},
"end": {
"line": 100,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2342,
"end": 2343,
"loc": {
"start": {
"line": 100,
"column": 37
},
"end": {
"line": 100,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cssClass",
"start": 2343,
"end": 2351,
"loc": {
"start": {
"line": 100,
"column": 38
},
"end": {
"line": 100,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2351,
"end": 2352,
"loc": {
"start": {
"line": 100,
"column": 46
},
"end": {
"line": 100,
"column": 47
}
}
},
{
"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": 2362,
"end": 2365,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEl",
"start": 2366,
"end": 2374,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2375,
"end": 2376,
"loc": {
"start": {
"line": 102,
"column": 21
},
"end": {
"line": 102,
"column": 22
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2377,
"end": 2378,
"loc": {
"start": {
"line": 102,
"column": 23
},
"end": {
"line": 102,
"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": 2378,
"end": 2382,
"loc": {
"start": {
"line": 102,
"column": 24
},
"end": {
"line": 102,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2382,
"end": 2383,
"loc": {
"start": {
"line": 102,
"column": 28
},
"end": {
"line": 102,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetId",
"start": 2383,
"end": 2391,
"loc": {
"start": {
"line": 102,
"column": 29
},
"end": {
"line": 102,
"column": 37
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2392,
"end": 2393,
"loc": {
"start": {
"line": 102,
"column": 38
},
"end": {
"line": 102,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 2406,
"end": 2408,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2408,
"end": 2409,
"loc": {
"start": {
"line": 103,
"column": 14
},
"end": {
"line": 103,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dom",
"start": 2409,
"end": 2412,
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2412,
"end": 2413,
"loc": {
"start": {
"line": 103,
"column": 18
},
"end": {
"line": 103,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2413,
"end": 2414,
"loc": {
"start": {
"line": 103,
"column": 19
},
"end": {
"line": 103,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2414,
"end": 2415,
"loc": {
"start": {
"line": 103,
"column": 20
},
"end": {
"line": 103,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentNode",
"start": 2415,
"end": 2425,
"loc": {
"start": {
"line": 103,
"column": 21
},
"end": {
"line": 103,
"column": 31
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2426,
"end": 2427,
"loc": {
"start": {
"line": 103,
"column": 32
},
"end": {
"line": 103,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elm",
"start": 2428,
"end": 2431,
"loc": {
"start": {
"line": 103,
"column": 34
},
"end": {
"line": 103,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2431,
"end": 2432,
"loc": {
"start": {
"line": 103,
"column": 37
},
"end": {
"line": 103,
"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": 2432,
"end": 2436,
"loc": {
"start": {
"line": 103,
"column": 38
},
"end": {
"line": 103,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2436,
"end": 2437,
"loc": {
"start": {
"line": 103,
"column": 42
},
"end": {
"line": 103,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetId",
"start": 2437,
"end": 2445,
"loc": {
"start": {
"line": 103,
"column": 43
},
"end": {
"line": 103,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2445,
"end": 2446,
"loc": {
"start": {
"line": 103,
"column": 51
},
"end": {
"line": 103,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2446,
"end": 2447,
"loc": {
"start": {
"line": 103,
"column": 52
},
"end": {
"line": 103,
"column": 53
}
}
},
{
"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": 2456,
"end": 2458,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2459,
"end": 2460,
"loc": {
"start": {
"line": 104,
"column": 11
},
"end": {
"line": 104,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2460,
"end": 2461,
"loc": {
"start": {
"line": 104,
"column": 12
},
"end": {
"line": 104,
"column": 13
}
}
},
{
"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": 2461,
"end": 2465,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2465,
"end": 2466,
"loc": {
"start": {
"line": 104,
"column": 17
},
"end": {
"line": 104,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetId",
"start": 2466,
"end": 2474,
"loc": {
"start": {
"line": 104,
"column": 18
},
"end": {
"line": 104,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2474,
"end": 2475,
"loc": {
"start": {
"line": 104,
"column": 26
},
"end": {
"line": 104,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2476,
"end": 2477,
"loc": {
"start": {
"line": 104,
"column": 28
},
"end": {
"line": 104,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEl",
"start": 2490,
"end": 2498,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2498,
"end": 2499,
"loc": {
"start": {
"line": 105,
"column": 20
},
"end": {
"line": 105,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "insertBefore",
"start": 2499,
"end": 2511,
"loc": {
"start": {
"line": 105,
"column": 21
},
"end": {
"line": 105,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2511,
"end": 2512,
"loc": {
"start": {
"line": 105,
"column": 33
},
"end": {
"line": 105,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containerDiv",
"start": 2512,
"end": 2524,
"loc": {
"start": {
"line": 105,
"column": 34
},
"end": {
"line": 105,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2524,
"end": 2525,
"loc": {
"start": {
"line": 105,
"column": 46
},
"end": {
"line": 105,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 2526,
"end": 2528,
"loc": {
"start": {
"line": 105,
"column": 48
},
"end": {
"line": 105,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2528,
"end": 2529,
"loc": {
"start": {
"line": 105,
"column": 50
},
"end": {
"line": 105,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dom",
"start": 2529,
"end": 2532,
"loc": {
"start": {
"line": 105,
"column": 51
},
"end": {
"line": 105,
"column": 54
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2532,
"end": 2533,
"loc": {
"start": {
"line": 105,
"column": 54
},
"end": {
"line": 105,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2533,
"end": 2534,
"loc": {
"start": {
"line": 105,
"column": 55
},
"end": {
"line": 105,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2534,
"end": 2535,
"loc": {
"start": {
"line": 105,
"column": 56
},
"end": {
"line": 105,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2535,
"end": 2536,
"loc": {
"start": {
"line": 105,
"column": 57
},
"end": {
"line": 105,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2545,
"end": 2546,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"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": 2547,
"end": 2551,
"loc": {
"start": {
"line": 106,
"column": 10
},
"end": {
"line": 106,
"column": 14
}
}
},
{
"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": 106,
"column": 15
},
"end": {
"line": 106,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetEl",
"start": 2566,
"end": 2574,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2574,
"end": 2575,
"loc": {
"start": {
"line": 107,
"column": 20
},
"end": {
"line": 107,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 2575,
"end": 2586,
"loc": {
"start": {
"line": 107,
"column": 21
},
"end": {
"line": 107,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2586,
"end": 2587,
"loc": {
"start": {
"line": 107,
"column": 32
},
"end": {
"line": 107,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containerDiv",
"start": 2587,
"end": 2599,
"loc": {
"start": {
"line": 107,
"column": 33
},
"end": {
"line": 107,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2599,
"end": 2600,
"loc": {
"start": {
"line": 107,
"column": 45
},
"end": {
"line": 107,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2600,
"end": 2601,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2610,
"end": 2611,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"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": 2620,
"end": 2624,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2624,
"end": 2625,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 2625,
"end": 2629,
"loc": {
"start": {
"line": 109,
"column": 13
},
"end": {
"line": 109,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2630,
"end": 2631,
"loc": {
"start": {
"line": 109,
"column": 18
},
"end": {
"line": 109,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containerDiv",
"start": 2632,
"end": 2644,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 109,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2644,
"end": 2645,
"loc": {
"start": {
"line": 109,
"column": 32
},
"end": {
"line": 109,
"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": 2654,
"end": 2656,
"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": 2657,
"end": 2658,
"loc": {
"start": {
"line": 110,
"column": 11
},
"end": {
"line": 110,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2658,
"end": 2659,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 13
}
}
},
{
"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": 110,
"column": 13
},
"end": {
"line": 110,
"column": 17
}
}
},
{
"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": 110,
"column": 17
},
"end": {
"line": 110,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2664,
"end": 2668,
"loc": {
"start": {
"line": 110,
"column": 18
},
"end": {
"line": 110,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2668,
"end": 2669,
"loc": {
"start": {
"line": 110,
"column": 22
},
"end": {
"line": 110,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2670,
"end": 2671,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"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": 2684,
"end": 2688,
"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": 2688,
"end": 2689,
"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": "cont",
"start": 2689,
"end": 2693,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2693,
"end": 2694,
"loc": {
"start": {
"line": 111,
"column": 21
},
"end": {
"line": 111,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 2694,
"end": 2705,
"loc": {
"start": {
"line": 111,
"column": 22
},
"end": {
"line": 111,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2705,
"end": 2706,
"loc": {
"start": {
"line": 111,
"column": 33
},
"end": {
"line": 111,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createText",
"start": 2706,
"end": 2716,
"loc": {
"start": {
"line": 111,
"column": 34
},
"end": {
"line": 111,
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2716,
"end": 2717,
"loc": {
"start": {
"line": 111,
"column": 44
},
"end": {
"line": 111,
"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": 2717,
"end": 2721,
"loc": {
"start": {
"line": 111,
"column": 45
},
"end": {
"line": 111,
"column": 49
}
}
},
{
"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": 111,
"column": 49
},
"end": {
"line": 111,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 2722,
"end": 2726,
"loc": {
"start": {
"line": 111,
"column": 50
},
"end": {
"line": 111,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2726,
"end": 2727,
"loc": {
"start": {
"line": 111,
"column": 54
},
"end": {
"line": 111,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2727,
"end": 2728,
"loc": {
"start": {
"line": 111,
"column": 55
},
"end": {
"line": 111,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2728,
"end": 2729,
"loc": {
"start": {
"line": 111,
"column": 56
},
"end": {
"line": 111,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2738,
"end": 2739,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 112,
"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": 2740,
"end": 2744,
"loc": {
"start": {
"line": 112,
"column": 10
},
"end": {
"line": 112,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2745,
"end": 2746,
"loc": {
"start": {
"line": 112,
"column": 15
},
"end": {
"line": 112,
"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": 2759,
"end": 2763,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2763,
"end": 2764,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 113,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 2764,
"end": 2768,
"loc": {
"start": {
"line": 113,
"column": 17
},
"end": {
"line": 113,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2768,
"end": 2769,
"loc": {
"start": {
"line": 113,
"column": 21
},
"end": {
"line": 113,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 2769,
"end": 2778,
"loc": {
"start": {
"line": 113,
"column": 22
},
"end": {
"line": 113,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2779,
"end": 2780,
"loc": {
"start": {
"line": 113,
"column": 32
},
"end": {
"line": 113,
"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": 2781,
"end": 2785,
"loc": {
"start": {
"line": 113,
"column": 34
},
"end": {
"line": 113,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2785,
"end": 2786,
"loc": {
"start": {
"line": 113,
"column": 38
},
"end": {
"line": 113,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2786,
"end": 2790,
"loc": {
"start": {
"line": 113,
"column": 39
},
"end": {
"line": 113,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2790,
"end": 2791,
"loc": {
"start": {
"line": 113,
"column": 43
},
"end": {
"line": 113,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2800,
"end": 2801,
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"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": 2811,
"end": 2815,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2815,
"end": 2816,
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 2816,
"end": 2820,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2820,
"end": 2821,
"loc": {
"start": {
"line": 116,
"column": 17
},
"end": {
"line": 116,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 2821,
"end": 2825,
"loc": {
"start": {
"line": 116,
"column": 18
},
"end": {
"line": 116,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2825,
"end": 2826,
"loc": {
"start": {
"line": 116,
"column": 22
},
"end": {
"line": 116,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2826,
"end": 2827,
"loc": {
"start": {
"line": 116,
"column": 23
},
"end": {
"line": 116,
"column": 24
}
}
},
{
"type": "CommentLine",
"value": " Subscribe to events",
"start": 2837,
"end": 2859,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 2868,
"end": 2875,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2875,
"end": 2876,
"loc": {
"start": {
"line": 119,
"column": 15
},
"end": {
"line": 119,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 2876,
"end": 2878,
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2878,
"end": 2879,
"loc": {
"start": {
"line": 119,
"column": 18
},
"end": {
"line": 119,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 2879,
"end": 2885,
"loc": {
"start": {
"line": 119,
"column": 19
},
"end": {
"line": 119,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2885,
"end": 2886,
"loc": {
"start": {
"line": 119,
"column": 25
},
"end": {
"line": 119,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2887,
"end": 2888,
"loc": {
"start": {
"line": 119,
"column": 27
},
"end": {
"line": 119,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2888,
"end": 2889,
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 29
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2890,
"end": 2892,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"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": 2893,
"end": 2897,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 119,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2897,
"end": 2898,
"loc": {
"start": {
"line": 119,
"column": 37
},
"end": {
"line": 119,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 2898,
"end": 2902,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 42
}
}
},
{
"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": 119,
"column": 42
},
"end": {
"line": 119,
"column": 43
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2903,
"end": 2905,
"loc": {
"start": {
"line": 119,
"column": 43
},
"end": {
"line": 119,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2905,
"end": 2906,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2906,
"end": 2907,
"loc": {
"start": {
"line": 119,
"column": 46
},
"end": {
"line": 119,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2907,
"end": 2908,
"loc": {
"start": {
"line": 119,
"column": 47
},
"end": {
"line": 119,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 2917,
"end": 2924,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2924,
"end": 2925,
"loc": {
"start": {
"line": 120,
"column": 15
},
"end": {
"line": 120,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 2925,
"end": 2927,
"loc": {
"start": {
"line": 120,
"column": 16
},
"end": {
"line": 120,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2927,
"end": 2928,
"loc": {
"start": {
"line": 120,
"column": 18
},
"end": {
"line": 120,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 2928,
"end": 2934,
"loc": {
"start": {
"line": 120,
"column": 19
},
"end": {
"line": 120,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2934,
"end": 2935,
"loc": {
"start": {
"line": 120,
"column": 25
},
"end": {
"line": 120,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2936,
"end": 2937,
"loc": {
"start": {
"line": 120,
"column": 27
},
"end": {
"line": 120,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2937,
"end": 2938,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 29
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2939,
"end": 2941,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"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": 2942,
"end": 2946,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2946,
"end": 2947,
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 2947,
"end": 2951,
"loc": {
"start": {
"line": 120,
"column": 38
},
"end": {
"line": 120,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2951,
"end": 2952,
"loc": {
"start": {
"line": 120,
"column": 42
},
"end": {
"line": 120,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 2952,
"end": 2956,
"loc": {
"start": {
"line": 120,
"column": 43
},
"end": {
"line": 120,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2956,
"end": 2957,
"loc": {
"start": {
"line": 120,
"column": 47
},
"end": {
"line": 120,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2957,
"end": 2958,
"loc": {
"start": {
"line": 120,
"column": 48
},
"end": {
"line": 120,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2958,
"end": 2959,
"loc": {
"start": {
"line": 120,
"column": 49
},
"end": {
"line": 120,
"column": 50
}
}
},
{
"type": "CommentBlock",
"value": "* @inherited ",
"start": 2969,
"end": 2986,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"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": 2995,
"end": 2999,
"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": 2999,
"end": 3000,
"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": "initialized",
"start": 3000,
"end": 3011,
"loc": {
"start": {
"line": 123,
"column": 13
},
"end": {
"line": 123,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3012,
"end": 3013,
"loc": {
"start": {
"line": 123,
"column": 25
},
"end": {
"line": 123,
"column": 26
}
}
},
{
"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": 3014,
"end": 3018,
"loc": {
"start": {
"line": 123,
"column": 27
},
"end": {
"line": 123,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3018,
"end": 3019,
"loc": {
"start": {
"line": 123,
"column": 31
},
"end": {
"line": 123,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3024,
"end": 3025,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n ",
"start": 3031,
"end": 3140,
"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": "show",
"start": 3145,
"end": 3149,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3149,
"end": 3150,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "p",
"start": 3150,
"end": 3151,
"loc": {
"start": {
"line": 130,
"column": 9
},
"end": {
"line": 130,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3151,
"end": 3152,
"loc": {
"start": {
"line": 130,
"column": 10
},
"end": {
"line": 130,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3153,
"end": 3154,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"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": 3163,
"end": 3165,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3166,
"end": 3167,
"loc": {
"start": {
"line": 131,
"column": 11
},
"end": {
"line": 131,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 3167,
"end": 3168,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 13
}
}
},
{
"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": 3168,
"end": 3172,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3172,
"end": 3173,
"loc": {
"start": {
"line": 131,
"column": 17
},
"end": {
"line": 131,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isEnabled",
"start": 3173,
"end": 3182,
"loc": {
"start": {
"line": 131,
"column": 18
},
"end": {
"line": 131,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3182,
"end": 3183,
"loc": {
"start": {
"line": 131,
"column": 27
},
"end": {
"line": 131,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3183,
"end": 3184,
"loc": {
"start": {
"line": 131,
"column": 28
},
"end": {
"line": 131,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3184,
"end": 3185,
"loc": {
"start": {
"line": 131,
"column": 29
},
"end": {
"line": 131,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3186,
"end": 3187,
"loc": {
"start": {
"line": 131,
"column": 31
},
"end": {
"line": 131,
"column": 32
}
}
},
{
"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": 3200,
"end": 3206,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3206,
"end": 3207,
"loc": {
"start": {
"line": 132,
"column": 18
},
"end": {
"line": 132,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3216,
"end": 3217,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 9
}
}
},
{
"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": 3227,
"end": 3230,
"loc": {
"start": {
"line": 135,
"column": 8
},
"end": {
"line": 135,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "displayLoader",
"start": 3231,
"end": 3244,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3245,
"end": 3246,
"loc": {
"start": {
"line": 135,
"column": 26
},
"end": {
"line": 135,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3247,
"end": 3248,
"loc": {
"start": {
"line": 135,
"column": 28
},
"end": {
"line": 135,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3248,
"end": 3249,
"loc": {
"start": {
"line": 135,
"column": 29
},
"end": {
"line": 135,
"column": 30
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3250,
"end": 3252,
"loc": {
"start": {
"line": 135,
"column": 31
},
"end": {
"line": 135,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3253,
"end": 3254,
"loc": {
"start": {
"line": 135,
"column": 34
},
"end": {
"line": 135,
"column": 35
}
}
},
{
"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": 3267,
"end": 3269,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3270,
"end": 3271,
"loc": {
"start": {
"line": 136,
"column": 15
},
"end": {
"line": 136,
"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": 3271,
"end": 3272,
"loc": {
"start": {
"line": 136,
"column": 16
},
"end": {
"line": 136,
"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": 3272,
"end": 3276,
"loc": {
"start": {
"line": 136,
"column": 17
},
"end": {
"line": 136,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3276,
"end": 3277,
"loc": {
"start": {
"line": 136,
"column": 21
},
"end": {
"line": 136,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3277,
"end": 3281,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 136,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3281,
"end": 3282,
"loc": {
"start": {
"line": 136,
"column": 26
},
"end": {
"line": 136,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3283,
"end": 3284,
"loc": {
"start": {
"line": 136,
"column": 28
},
"end": {
"line": 136,
"column": 29
}
}
},
{
"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": 3301,
"end": 3307,
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3307,
"end": 3308,
"loc": {
"start": {
"line": 137,
"column": 22
},
"end": {
"line": 137,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3321,
"end": 3322,
"loc": {
"start": {
"line": 138,
"column": 12
},
"end": {
"line": 138,
"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": 3335,
"end": 3337,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3338,
"end": 3339,
"loc": {
"start": {
"line": 139,
"column": 15
},
"end": {
"line": 139,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "p",
"start": 3339,
"end": 3340,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 17
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 3341,
"end": 3344,
"loc": {
"start": {
"line": 139,
"column": 18
},
"end": {
"line": 139,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 139,
"column": 22
},
"end": {
"line": 139,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3349,
"end": 3350,
"loc": {
"start": {
"line": 139,
"column": 26
},
"end": {
"line": 139,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3351,
"end": 3352,
"loc": {
"start": {
"line": 139,
"column": 28
},
"end": {
"line": 139,
"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": 3369,
"end": 3373,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3373,
"end": 3374,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onShow",
"start": 3374,
"end": 3380,
"loc": {
"start": {
"line": 140,
"column": 21
},
"end": {
"line": 140,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3380,
"end": 3381,
"loc": {
"start": {
"line": 140,
"column": 27
},
"end": {
"line": 140,
"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": 3381,
"end": 3385,
"loc": {
"start": {
"line": 140,
"column": 28
},
"end": {
"line": 140,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3385,
"end": 3386,
"loc": {
"start": {
"line": 140,
"column": 32
},
"end": {
"line": 140,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3386,
"end": 3387,
"loc": {
"start": {
"line": 140,
"column": 33
},
"end": {
"line": 140,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3400,
"end": 3401,
"loc": {
"start": {
"line": 141,
"column": 12
},
"end": {
"line": 141,
"column": 13
}
}
},
{
"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": 3414,
"end": 3418,
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3418,
"end": 3419,
"loc": {
"start": {
"line": 142,
"column": 16
},
"end": {
"line": 142,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3419,
"end": 3423,
"loc": {
"start": {
"line": 142,
"column": 17
},
"end": {
"line": 142,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3423,
"end": 3424,
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 3424,
"end": 3429,
"loc": {
"start": {
"line": 142,
"column": 22
},
"end": {
"line": 142,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3429,
"end": 3430,
"loc": {
"start": {
"line": 142,
"column": 27
},
"end": {
"line": 142,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 3430,
"end": 3437,
"loc": {
"start": {
"line": 142,
"column": 28
},
"end": {
"line": 142,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3438,
"end": 3439,
"loc": {
"start": {
"line": 142,
"column": 36
},
"end": {
"line": 142,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "p",
"start": 3440,
"end": 3441,
"loc": {
"start": {
"line": 142,
"column": 38
},
"end": {
"line": 142,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3441,
"end": 3442,
"loc": {
"start": {
"line": 142,
"column": 39
},
"end": {
"line": 142,
"column": 40
}
}
},
{
"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": 3455,
"end": 3457,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3458,
"end": 3459,
"loc": {
"start": {
"line": 143,
"column": 15
},
"end": {
"line": 143,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "p",
"start": 3459,
"end": 3460,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 17
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 3461,
"end": 3464,
"loc": {
"start": {
"line": 143,
"column": 18
},
"end": {
"line": 143,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 3465,
"end": 3469,
"loc": {
"start": {
"line": 143,
"column": 22
},
"end": {
"line": 143,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3469,
"end": 3470,
"loc": {
"start": {
"line": 143,
"column": 26
},
"end": {
"line": 143,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3471,
"end": 3472,
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 143,
"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": 3489,
"end": 3493,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3493,
"end": 3494,
"loc": {
"start": {
"line": 144,
"column": 20
},
"end": {
"line": 144,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onHide",
"start": 3494,
"end": 3500,
"loc": {
"start": {
"line": 144,
"column": 21
},
"end": {
"line": 144,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3500,
"end": 3501,
"loc": {
"start": {
"line": 144,
"column": 27
},
"end": {
"line": 144,
"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": 3501,
"end": 3505,
"loc": {
"start": {
"line": 144,
"column": 28
},
"end": {
"line": 144,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3505,
"end": 3506,
"loc": {
"start": {
"line": 144,
"column": 32
},
"end": {
"line": 144,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3506,
"end": 3507,
"loc": {
"start": {
"line": 144,
"column": 33
},
"end": {
"line": 144,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3520,
"end": 3521,
"loc": {
"start": {
"line": 145,
"column": 12
},
"end": {
"line": 145,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3530,
"end": 3531,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3531,
"end": 3532,
"loc": {
"start": {
"line": 146,
"column": 9
},
"end": {
"line": 146,
"column": 10
}
}
},
{
"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": 3542,
"end": 3545,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3546,
"end": 3547,
"loc": {
"start": {
"line": 148,
"column": 12
},
"end": {
"line": 148,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3548,
"end": 3549,
"loc": {
"start": {
"line": 148,
"column": 14
},
"end": {
"line": 148,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "p",
"start": 3550,
"end": 3551,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 17
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 3552,
"end": 3555,
"loc": {
"start": {
"line": 148,
"column": 18
},
"end": {
"line": 148,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 3556,
"end": 3560,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 148,
"column": 26
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3561,
"end": 3562,
"loc": {
"start": {
"line": 148,
"column": 27
},
"end": {
"line": 148,
"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": 3563,
"end": 3567,
"loc": {
"start": {
"line": 148,
"column": 29
},
"end": {
"line": 148,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3567,
"end": 3568,
"loc": {
"start": {
"line": 148,
"column": 33
},
"end": {
"line": 148,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "closeDelay",
"start": 3568,
"end": 3578,
"loc": {
"start": {
"line": 148,
"column": 34
},
"end": {
"line": 148,
"column": 44
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3579,
"end": 3580,
"loc": {
"start": {
"line": 148,
"column": 45
},
"end": {
"line": 148,
"column": 46
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 3581,
"end": 3582,
"loc": {
"start": {
"line": 148,
"column": 47
},
"end": {
"line": 148,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3582,
"end": 3583,
"loc": {
"start": {
"line": 148,
"column": 48
},
"end": {
"line": 148,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 3592,
"end": 3596,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3596,
"end": 3597,
"loc": {
"start": {
"line": 149,
"column": 12
},
"end": {
"line": 149,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setTimeout",
"start": 3597,
"end": 3607,
"loc": {
"start": {
"line": 149,
"column": 13
},
"end": {
"line": 149,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3607,
"end": 3608,
"loc": {
"start": {
"line": 149,
"column": 23
},
"end": {
"line": 149,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "displayLoader",
"start": 3608,
"end": 3621,
"loc": {
"start": {
"line": 149,
"column": 24
},
"end": {
"line": 149,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3621,
"end": 3622,
"loc": {
"start": {
"line": 149,
"column": 37
},
"end": {
"line": 149,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3623,
"end": 3624,
"loc": {
"start": {
"line": 149,
"column": 39
},
"end": {
"line": 149,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3624,
"end": 3625,
"loc": {
"start": {
"line": 149,
"column": 40
},
"end": {
"line": 149,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3625,
"end": 3626,
"loc": {
"start": {
"line": 149,
"column": 41
},
"end": {
"line": 149,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3631,
"end": 3632,
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Removes feature\n ",
"start": 3638,
"end": 3672,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 154,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 3677,
"end": 3684,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3684,
"end": 3685,
"loc": {
"start": {
"line": 155,
"column": 11
},
"end": {
"line": 155,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3685,
"end": 3686,
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3687,
"end": 3688,
"loc": {
"start": {
"line": 155,
"column": 14
},
"end": {
"line": 155,
"column": 15
}
}
},
{
"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": 3697,
"end": 3699,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3700,
"end": 3701,
"loc": {
"start": {
"line": 156,
"column": 11
},
"end": {
"line": 156,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 3701,
"end": 3702,
"loc": {
"start": {
"line": 156,
"column": 12
},
"end": {
"line": 156,
"column": 13
}
}
},
{
"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": 3702,
"end": 3706,
"loc": {
"start": {
"line": 156,
"column": 13
},
"end": {
"line": 156,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3706,
"end": 3707,
"loc": {
"start": {
"line": 156,
"column": 17
},
"end": {
"line": 156,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 3707,
"end": 3718,
"loc": {
"start": {
"line": 156,
"column": 18
},
"end": {
"line": 156,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3718,
"end": 3719,
"loc": {
"start": {
"line": 156,
"column": 29
},
"end": {
"line": 156,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3720,
"end": 3721,
"loc": {
"start": {
"line": 156,
"column": 31
},
"end": {
"line": 156,
"column": 32
}
}
},
{
"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": 3734,
"end": 3740,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3740,
"end": 3741,
"loc": {
"start": {
"line": 157,
"column": 18
},
"end": {
"line": 157,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3750,
"end": 3751,
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 9
}
}
},
{
"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": 3761,
"end": 3764,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 3765,
"end": 3772,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3773,
"end": 3774,
"loc": {
"start": {
"line": 160,
"column": 20
},
"end": {
"line": 160,
"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": 3775,
"end": 3779,
"loc": {
"start": {
"line": 160,
"column": 22
},
"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": 3779,
"end": 3780,
"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": "emitter",
"start": 3780,
"end": 3787,
"loc": {
"start": {
"line": 160,
"column": 27
},
"end": {
"line": 160,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3787,
"end": 3788,
"loc": {
"start": {
"line": 160,
"column": 34
},
"end": {
"line": 160,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeElm",
"start": 3798,
"end": 3807,
"loc": {
"start": {
"line": 162,
"column": 8
},
"end": {
"line": 162,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3807,
"end": 3808,
"loc": {
"start": {
"line": 162,
"column": 17
},
"end": {
"line": 162,
"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": 3808,
"end": 3812,
"loc": {
"start": {
"line": 162,
"column": 18
},
"end": {
"line": 162,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3812,
"end": 3813,
"loc": {
"start": {
"line": 162,
"column": 22
},
"end": {
"line": 162,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cont",
"start": 3813,
"end": 3817,
"loc": {
"start": {
"line": 162,
"column": 23
},
"end": {
"line": 162,
"column": 27
}
}
},
{
"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": 162,
"column": 27
},
"end": {
"line": 162,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3818,
"end": 3819,
"loc": {
"start": {
"line": 162,
"column": 28
},
"end": {
"line": 162,
"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": 3828,
"end": 3832,
"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": 3832,
"end": 3833,
"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": "cont",
"start": 3833,
"end": 3837,
"loc": {
"start": {
"line": 163,
"column": 13
},
"end": {
"line": 163,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3838,
"end": 3839,
"loc": {
"start": {
"line": 163,
"column": 18
},
"end": {
"line": 163,
"column": 19
}
}
},
{
"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": 3840,
"end": 3844,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3844,
"end": 3845,
"loc": {
"start": {
"line": 163,
"column": 24
},
"end": {
"line": 163,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " Unsubscribe to events",
"start": 3855,
"end": 3879,
"loc": {
"start": {
"line": 165,
"column": 8
},
"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": "emitter",
"start": 3888,
"end": 3895,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3895,
"end": 3896,
"loc": {
"start": {
"line": 166,
"column": 15
},
"end": {
"line": 166,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "off",
"start": 3896,
"end": 3899,
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3899,
"end": 3900,
"loc": {
"start": {
"line": 166,
"column": 19
},
"end": {
"line": 166,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 3900,
"end": 3906,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3906,
"end": 3907,
"loc": {
"start": {
"line": 166,
"column": 26
},
"end": {
"line": 166,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3908,
"end": 3909,
"loc": {
"start": {
"line": 166,
"column": 28
},
"end": {
"line": 166,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3909,
"end": 3910,
"loc": {
"start": {
"line": 166,
"column": 29
},
"end": {
"line": 166,
"column": 30
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3911,
"end": 3913,
"loc": {
"start": {
"line": 166,
"column": 31
},
"end": {
"line": 166,
"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": 3914,
"end": 3918,
"loc": {
"start": {
"line": 166,
"column": 34
},
"end": {
"line": 166,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3918,
"end": 3919,
"loc": {
"start": {
"line": 166,
"column": 38
},
"end": {
"line": 166,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 3919,
"end": 3923,
"loc": {
"start": {
"line": 166,
"column": 39
},
"end": {
"line": 166,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3923,
"end": 3924,
"loc": {
"start": {
"line": 166,
"column": 43
},
"end": {
"line": 166,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 3924,
"end": 3926,
"loc": {
"start": {
"line": 166,
"column": 44
},
"end": {
"line": 166,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3926,
"end": 3927,
"loc": {
"start": {
"line": 166,
"column": 46
},
"end": {
"line": 166,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3927,
"end": 3928,
"loc": {
"start": {
"line": 166,
"column": 47
},
"end": {
"line": 166,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3928,
"end": 3929,
"loc": {
"start": {
"line": 166,
"column": 48
},
"end": {
"line": 166,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 3938,
"end": 3945,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3945,
"end": 3946,
"loc": {
"start": {
"line": 167,
"column": 15
},
"end": {
"line": 167,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "off",
"start": 3946,
"end": 3949,
"loc": {
"start": {
"line": 167,
"column": 16
},
"end": {
"line": 167,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3949,
"end": 3950,
"loc": {
"start": {
"line": 167,
"column": 19
},
"end": {
"line": 167,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "EVENTS",
"start": 3950,
"end": 3956,
"loc": {
"start": {
"line": 167,
"column": 20
},
"end": {
"line": 167,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3956,
"end": 3957,
"loc": {
"start": {
"line": 167,
"column": 26
},
"end": {
"line": 167,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3958,
"end": 3959,
"loc": {
"start": {
"line": 167,
"column": 28
},
"end": {
"line": 167,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3959,
"end": 3960,
"loc": {
"start": {
"line": 167,
"column": 29
},
"end": {
"line": 167,
"column": 30
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3961,
"end": 3963,
"loc": {
"start": {
"line": 167,
"column": 31
},
"end": {
"line": 167,
"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": 3964,
"end": 3968,
"loc": {
"start": {
"line": 167,
"column": 34
},
"end": {
"line": 167,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3968,
"end": 3969,
"loc": {
"start": {
"line": 167,
"column": 38
},
"end": {
"line": 167,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 3969,
"end": 3973,
"loc": {
"start": {
"line": 167,
"column": 39
},
"end": {
"line": 167,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3973,
"end": 3974,
"loc": {
"start": {
"line": 167,
"column": 43
},
"end": {
"line": 167,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NONE",
"start": 3974,
"end": 3978,
"loc": {
"start": {
"line": 167,
"column": 44
},
"end": {
"line": 167,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3978,
"end": 3979,
"loc": {
"start": {
"line": 167,
"column": 48
},
"end": {
"line": 167,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3979,
"end": 3980,
"loc": {
"start": {
"line": 167,
"column": 49
},
"end": {
"line": 167,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3980,
"end": 3981,
"loc": {
"start": {
"line": 167,
"column": 50
},
"end": {
"line": 167,
"column": 51
}
}
},
{
"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": 3991,
"end": 3995,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3995,
"end": 3996,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 3996,
"end": 4007,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4008,
"end": 4009,
"loc": {
"start": {
"line": 169,
"column": 25
},
"end": {
"line": 169,
"column": 26
}
}
},
{
"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": 4010,
"end": 4015,
"loc": {
"start": {
"line": 169,
"column": 27
},
"end": {
"line": 169,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4015,
"end": 4016,
"loc": {
"start": {
"line": 169,
"column": 32
},
"end": {
"line": 169,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4021,
"end": 4022,
"loc": {
"start": {
"line": 170,
"column": 4
},
"end": {
"line": 170,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4023,
"end": 4024,
"loc": {
"start": {
"line": 171,
"column": 0
},
"end": {
"line": 171,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4025,
"end": 4025,
"loc": {
"start": {
"line": 172,
"column": 0
},
"end": {
"line": 172,
"column": 0
}
}
}
]
}