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/feature.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

7304 lines
183 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1876,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 98,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1876,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 98,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"start": 1,
"end": 44,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 43
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 42
}
},
"id": {
"type": "Identifier",
"start": 7,
"end": 22,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 21
},
"identifierName": "NOT_IMPLEMENTED"
},
"name": "NOT_IMPLEMENTED"
},
"init": {
"type": "StringLiteral",
"start": 25,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 24
},
"end": {
"line": 2,
"column": 42
}
},
"extra": {
"rawValue": "Not implemented.",
"raw": "'Not implemented.'"
},
"value": "Not implemented."
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Base class defining the interface of a TableFilter feature\n ",
"start": 46,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 116,
"end": 1875,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 97,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 123,
"end": 1875,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 97,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 129,
"end": 136,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 20
},
"identifierName": "Feature"
},
"name": "Feature",
"leadingComments": null
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 137,
"end": 1875,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 97,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 309,
"end": 1182,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 52,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 309,
"end": 320,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 321,
"end": 323,
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 18
},
"identifierName": "tf"
},
"name": "tf"
},
{
"type": "Identifier",
"start": 325,
"end": 332,
"loc": {
"start": {
"line": 13,
"column": 20
},
"end": {
"line": 13,
"column": 27
},
"identifierName": "feature"
},
"name": "feature"
}
],
"body": {
"type": "BlockStatement",
"start": 334,
"end": 1182,
"loc": {
"start": {
"line": 13,
"column": 29
},
"end": {
"line": 52,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 431,
"end": 444,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 21
}
},
"expression": {
"type": "AssignmentExpression",
"start": 431,
"end": 443,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 20
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 431,
"end": 438,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 431,
"end": 435,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 436,
"end": 438,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 15
},
"identifierName": "tf"
},
"name": "tf"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "Identifier",
"start": 441,
"end": 443,
"loc": {
"start": {
"line": 18,
"column": 18
},
"end": {
"line": 18,
"column": 20
},
"identifierName": "tf"
},
"name": "tf"
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter instance\n * @type {TableFilter}\n ",
"start": 344,
"end": 422,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 17,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Feature name\n * @type {String}\n ",
"start": 454,
"end": 519,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 23,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 528,
"end": 551,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 528,
"end": 550,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 528,
"end": 540,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 528,
"end": 532,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 533,
"end": 540,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 20
},
"identifierName": "feature"
},
"name": "feature"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "Identifier",
"start": 543,
"end": 550,
"loc": {
"start": {
"line": 24,
"column": 23
},
"end": {
"line": 24,
"column": 30
},
"identifierName": "feature"
},
"name": "feature"
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Feature name\n * @type {String}\n ",
"start": 454,
"end": 519,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 23,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter feature setting\n * @type {Boolean}\n ",
"start": 561,
"end": 642,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 29,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 651,
"end": 678,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 651,
"end": 677,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 651,
"end": 663,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 651,
"end": 655,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 656,
"end": 663,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "MemberExpression",
"start": 666,
"end": 677,
"loc": {
"start": {
"line": 30,
"column": 23
},
"end": {
"line": 30,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 666,
"end": 668,
"loc": {
"start": {
"line": 30,
"column": 23
},
"end": {
"line": 30,
"column": 25
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 669,
"end": 676,
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 33
},
"identifierName": "feature"
},
"name": "feature"
},
"computed": true
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter feature setting\n * @type {Boolean}\n ",
"start": 561,
"end": 642,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 29,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter configuration\n * @type {Object}\n ",
"start": 688,
"end": 766,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 35,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 775,
"end": 801,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 775,
"end": 800,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 775,
"end": 786,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 775,
"end": 779,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 780,
"end": 786,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 19
},
"identifierName": "config"
},
"name": "config"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 789,
"end": 800,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 789,
"end": 798,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 789,
"end": 791,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 24
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 792,
"end": 798,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 31
},
"identifierName": "config"
},
"name": "config"
},
"computed": false
},
"arguments": []
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter configuration\n * @type {Object}\n ",
"start": 688,
"end": 766,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 35,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter emitter instance\n * @type {Emitter}\n ",
"start": 811,
"end": 893,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 41,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 902,
"end": 928,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 902,
"end": 927,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 902,
"end": 914,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 902,
"end": 906,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 907,
"end": 914,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 20
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "MemberExpression",
"start": 917,
"end": 927,
"loc": {
"start": {
"line": 42,
"column": 23
},
"end": {
"line": 42,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 917,
"end": 919,
"loc": {
"start": {
"line": 42,
"column": 23
},
"end": {
"line": 42,
"column": 25
},
"identifierName": "tf"
},
"name": "tf"
},
"property": {
"type": "Identifier",
"start": 920,
"end": 927,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 42,
"column": 33
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * TableFilter emitter instance\n * @type {Emitter}\n ",
"start": 811,
"end": 893,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 41,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Field indicating whether Feature is initialized\n * @type {Boolean}\n ",
"start": 938,
"end": 1039,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 47,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1048,
"end": 1073,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1048,
"end": 1072,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1048,
"end": 1064,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 1048,
"end": 1052,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1053,
"end": 1064,
"loc": {
"start": {
"line": 48,
"column": 13
},
"end": {
"line": 48,
"column": 24
},
"identifierName": "initialized"
},
"name": "initialized"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 1067,
"end": 1072,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 32
}
},
"value": false
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Field indicating whether Feature is initialized\n * @type {Boolean}\n ",
"start": 938,
"end": 1039,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 47,
"column": 11
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "* Subscribe to destroy event ",
"start": 1083,
"end": 1116,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 41
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1125,
"end": 1176,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 1125,
"end": 1175,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 1125,
"end": 1140,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 23
}
},
"object": {
"type": "MemberExpression",
"start": 1125,
"end": 1137,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 1125,
"end": 1129,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1130,
"end": 1137,
"loc": {
"start": {
"line": 51,
"column": 13
},
"end": {
"line": 51,
"column": 20
},
"identifierName": "emitter"
},
"name": "emitter"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1138,
"end": 1140,
"loc": {
"start": {
"line": 51,
"column": 21
},
"end": {
"line": 51,
"column": 23
},
"identifierName": "on"
},
"name": "on"
},
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "ArrayExpression",
"start": 1141,
"end": 1152,
"loc": {
"start": {
"line": 51,
"column": 24
},
"end": {
"line": 51,
"column": 35
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1142,
"end": 1151,
"loc": {
"start": {
"line": 51,
"column": 25
},
"end": {
"line": 51,
"column": 34
}
},
"extra": {
"rawValue": "destroy",
"raw": "'destroy'"
},
"value": "destroy"
}
]
},
{
"type": "ArrowFunctionExpression",
"start": 1154,
"end": 1174,
"loc": {
"start": {
"line": 51,
"column": 37
},
"end": {
"line": 51,
"column": 57
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 1160,
"end": 1174,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 1160,
"end": 1172,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 55
}
},
"object": {
"type": "ThisExpression",
"start": 1160,
"end": 1164,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"start": 1165,
"end": 1172,
"loc": {
"start": {
"line": 51,
"column": 48
},
"end": {
"line": 51,
"column": 55
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* Subscribe to destroy event ",
"start": 1083,
"end": 1116,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 41
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Feature\n * @param {Object} tf TableFilter instance\n * @param {String} feature Feature name known by TableFilter\n ",
"start": 143,
"end": 304,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initialize the feature\n ",
"start": 1188,
"end": 1229,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 56,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1234,
"end": 1290,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 59,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1234,
"end": 1238,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 8
},
"identifierName": "init"
},
"name": "init",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1241,
"end": 1290,
"loc": {
"start": {
"line": 57,
"column": 11
},
"end": {
"line": 59,
"column": 5
}
},
"body": [
{
"type": "ThrowStatement",
"start": 1251,
"end": 1284,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 41
}
},
"argument": {
"type": "NewExpression",
"start": 1257,
"end": 1283,
"loc": {
"start": {
"line": 58,
"column": 14
},
"end": {
"line": 58,
"column": 40
}
},
"callee": {
"type": "Identifier",
"start": 1261,
"end": 1266,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 23
},
"identifierName": "Error"
},
"name": "Error"
},
"arguments": [
{
"type": "Identifier",
"start": 1267,
"end": 1282,
"loc": {
"start": {
"line": 58,
"column": 24
},
"end": {
"line": 58,
"column": 39
},
"identifierName": "NOT_IMPLEMENTED"
},
"name": "NOT_IMPLEMENTED"
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Initialize the feature\n ",
"start": 1188,
"end": 1229,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 56,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Reset the feature after being disabled\n ",
"start": 1296,
"end": 1353,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1358,
"end": 1417,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 67,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1358,
"end": 1363,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 9
},
"identifierName": "reset"
},
"name": "reset",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1366,
"end": 1417,
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 67,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1376,
"end": 1390,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 1376,
"end": 1389,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 21
}
},
"callee": {
"type": "MemberExpression",
"start": 1376,
"end": 1387,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 1376,
"end": 1380,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1381,
"end": 1387,
"loc": {
"start": {
"line": 65,
"column": 13
},
"end": {
"line": 65,
"column": 19
},
"identifierName": "enable"
},
"name": "enable"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 1399,
"end": 1411,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 20
}
},
"expression": {
"type": "CallExpression",
"start": 1399,
"end": 1410,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 19
}
},
"callee": {
"type": "MemberExpression",
"start": 1399,
"end": 1408,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 1399,
"end": 1403,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1404,
"end": 1408,
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 17
},
"identifierName": "init"
},
"name": "init"
},
"computed": false
},
"arguments": []
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Reset the feature after being disabled\n ",
"start": 1296,
"end": 1353,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Destroy the feature\n ",
"start": 1423,
"end": 1461,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 71,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1466,
"end": 1525,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 74,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1466,
"end": 1473,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 72,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1476,
"end": 1525,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 74,
"column": 5
}
},
"body": [
{
"type": "ThrowStatement",
"start": 1486,
"end": 1519,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 41
}
},
"argument": {
"type": "NewExpression",
"start": 1492,
"end": 1518,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 40
}
},
"callee": {
"type": "Identifier",
"start": 1496,
"end": 1501,
"loc": {
"start": {
"line": 73,
"column": 18
},
"end": {
"line": 73,
"column": 23
},
"identifierName": "Error"
},
"name": "Error"
},
"arguments": [
{
"type": "Identifier",
"start": 1502,
"end": 1517,
"loc": {
"start": {
"line": 73,
"column": 24
},
"end": {
"line": 73,
"column": 39
},
"identifierName": "NOT_IMPLEMENTED"
},
"name": "NOT_IMPLEMENTED"
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Destroy the feature\n ",
"start": 1423,
"end": 1461,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 71,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Enable the feature\n ",
"start": 1531,
"end": 1568,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 78,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1573,
"end": 1618,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1573,
"end": 1579,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 79,
"column": 10
},
"identifierName": "enable"
},
"name": "enable",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1582,
"end": 1618,
"loc": {
"start": {
"line": 79,
"column": 13
},
"end": {
"line": 81,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1592,
"end": 1612,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 28
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1592,
"end": 1611,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 27
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1592,
"end": 1604,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 1592,
"end": 1596,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1597,
"end": 1604,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 1607,
"end": 1611,
"loc": {
"start": {
"line": 80,
"column": 23
},
"end": {
"line": 80,
"column": 27
}
},
"value": true
}
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Enable the feature\n ",
"start": 1531,
"end": 1568,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 78,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Disable the feature\n ",
"start": 1624,
"end": 1662,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1667,
"end": 1714,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 88,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1667,
"end": 1674,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 11
},
"identifierName": "disable"
},
"name": "disable",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1677,
"end": 1714,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 88,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1687,
"end": 1708,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 29
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1687,
"end": 1707,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 28
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1687,
"end": 1699,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 1687,
"end": 1691,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1692,
"end": 1699,
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 1702,
"end": 1707,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 28
}
},
"value": false
}
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Disable the feature\n ",
"start": 1624,
"end": 1662,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Indicate whether the feature is enabled or not\n * @returns {Boolean}\n ",
"start": 1720,
"end": 1811,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 93,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1816,
"end": 1873,
"loc": {
"start": {
"line": 94,
"column": 4
},
"end": {
"line": 96,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1816,
"end": 1825,
"loc": {
"start": {
"line": 94,
"column": 4
},
"end": {
"line": 94,
"column": 13
},
"identifierName": "isEnabled"
},
"name": "isEnabled",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1828,
"end": 1873,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 96,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1838,
"end": 1867,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 37
}
},
"argument": {
"type": "BinaryExpression",
"start": 1845,
"end": 1866,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 36
}
},
"left": {
"type": "MemberExpression",
"start": 1845,
"end": 1857,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 1845,
"end": 1849,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 1850,
"end": 1857,
"loc": {
"start": {
"line": 95,
"column": 20
},
"end": {
"line": 95,
"column": 27
},
"identifierName": "enabled"
},
"name": "enabled"
},
"computed": false
},
"operator": "===",
"right": {
"type": "BooleanLiteral",
"start": 1862,
"end": 1866,
"loc": {
"start": {
"line": 95,
"column": 32
},
"end": {
"line": 95,
"column": 36
}
},
"value": true
}
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Indicate whether the feature is enabled or not\n * @returns {Boolean}\n ",
"start": 1720,
"end": 1811,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 93,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Base class defining the interface of a TableFilter feature\n ",
"start": 46,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Base class defining the interface of a TableFilter feature\n ",
"start": 46,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * Base class defining the interface of a TableFilter feature\n ",
"start": 46,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Feature\n * @param {Object} tf TableFilter instance\n * @param {String} feature Feature name known by TableFilter\n ",
"start": 143,
"end": 304,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter instance\n * @type {TableFilter}\n ",
"start": 344,
"end": 422,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 17,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Feature name\n * @type {String}\n ",
"start": 454,
"end": 519,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 23,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter feature setting\n * @type {Boolean}\n ",
"start": 561,
"end": 642,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 29,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter configuration\n * @type {Object}\n ",
"start": 688,
"end": 766,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 35,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter emitter instance\n * @type {Emitter}\n ",
"start": 811,
"end": 893,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 41,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Field indicating whether Feature is initialized\n * @type {Boolean}\n ",
"start": 938,
"end": 1039,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 47,
"column": 11
}
}
},
{
"type": "CommentBlock",
"value": "* Subscribe to destroy event ",
"start": 1083,
"end": 1116,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 41
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initialize the feature\n ",
"start": 1188,
"end": 1229,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 56,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Reset the feature after being disabled\n ",
"start": 1296,
"end": 1353,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Destroy the feature\n ",
"start": 1423,
"end": 1461,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 71,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Enable the feature\n ",
"start": 1531,
"end": 1568,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 78,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Disable the feature\n ",
"start": 1624,
"end": 1662,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Indicate whether the feature is enabled or not\n * @returns {Boolean}\n ",
"start": 1720,
"end": 1811,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 93,
"column": 7
}
}
}
],
"tokens": [
{
"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": 1,
"end": 6,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NOT_IMPLEMENTED",
"start": 7,
"end": 22,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 23,
"end": 24,
"loc": {
"start": {
"line": 2,
"column": 22
},
"end": {
"line": 2,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Not implemented.",
"start": 25,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 24
},
"end": {
"line": 2,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 43,
"end": 44,
"loc": {
"start": {
"line": 2,
"column": 42
},
"end": {
"line": 2,
"column": 43
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Base class defining the interface of a TableFilter feature\n ",
"start": 46,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 6,
"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": 116,
"end": 122,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"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": 123,
"end": 128,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Feature",
"start": 129,
"end": 136,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 20
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 137,
"end": 138,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 7,
"column": 22
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Creates an instance of Feature\n * @param {Object} tf TableFilter instance\n * @param {String} feature Feature name known by TableFilter\n ",
"start": 143,
"end": 304,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 309,
"end": 320,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 320,
"end": 321,
"loc": {
"start": {
"line": 13,
"column": 15
},
"end": {
"line": 13,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 321,
"end": 323,
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 323,
"end": 324,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 325,
"end": 332,
"loc": {
"start": {
"line": 13,
"column": 20
},
"end": {
"line": 13,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 332,
"end": 333,
"loc": {
"start": {
"line": 13,
"column": 27
},
"end": {
"line": 13,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 334,
"end": 335,
"loc": {
"start": {
"line": 13,
"column": 29
},
"end": {
"line": 13,
"column": 30
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter instance\n * @type {TableFilter}\n ",
"start": 344,
"end": 422,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 17,
"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": 431,
"end": 435,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 435,
"end": 436,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 436,
"end": 438,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 439,
"end": 440,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 441,
"end": 443,
"loc": {
"start": {
"line": 18,
"column": 18
},
"end": {
"line": 18,
"column": 20
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 443,
"end": 444,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 21
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Feature name\n * @type {String}\n ",
"start": 454,
"end": 519,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 23,
"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": 528,
"end": 532,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 532,
"end": 533,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 533,
"end": 540,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 541,
"end": 542,
"loc": {
"start": {
"line": 24,
"column": 21
},
"end": {
"line": 24,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 543,
"end": 550,
"loc": {
"start": {
"line": 24,
"column": 23
},
"end": {
"line": 24,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 550,
"end": 551,
"loc": {
"start": {
"line": 24,
"column": 30
},
"end": {
"line": 24,
"column": 31
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter feature setting\n * @type {Boolean}\n ",
"start": 561,
"end": 642,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 29,
"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": 651,
"end": 655,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 655,
"end": 656,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 656,
"end": 663,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 664,
"end": 665,
"loc": {
"start": {
"line": 30,
"column": 21
},
"end": {
"line": 30,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 666,
"end": 668,
"loc": {
"start": {
"line": 30,
"column": 23
},
"end": {
"line": 30,
"column": 25
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 668,
"end": 669,
"loc": {
"start": {
"line": 30,
"column": 25
},
"end": {
"line": 30,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 669,
"end": 676,
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 33
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 676,
"end": 677,
"loc": {
"start": {
"line": 30,
"column": 33
},
"end": {
"line": 30,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 677,
"end": 678,
"loc": {
"start": {
"line": 30,
"column": 34
},
"end": {
"line": 30,
"column": 35
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter configuration\n * @type {Object}\n ",
"start": 688,
"end": 766,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 35,
"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": 775,
"end": 779,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 779,
"end": 780,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "config",
"start": 780,
"end": 786,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 787,
"end": 788,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 789,
"end": 791,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 791,
"end": 792,
"loc": {
"start": {
"line": 36,
"column": 24
},
"end": {
"line": 36,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "config",
"start": 792,
"end": 798,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 798,
"end": 799,
"loc": {
"start": {
"line": 36,
"column": 31
},
"end": {
"line": 36,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 799,
"end": 800,
"loc": {
"start": {
"line": 36,
"column": 32
},
"end": {
"line": 36,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 800,
"end": 801,
"loc": {
"start": {
"line": 36,
"column": 33
},
"end": {
"line": 36,
"column": 34
}
}
},
{
"type": "CommentBlock",
"value": "*\n * TableFilter emitter instance\n * @type {Emitter}\n ",
"start": 811,
"end": 893,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 41,
"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": 902,
"end": 906,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 906,
"end": 907,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 907,
"end": 914,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 915,
"end": 916,
"loc": {
"start": {
"line": 42,
"column": 21
},
"end": {
"line": 42,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tf",
"start": 917,
"end": 919,
"loc": {
"start": {
"line": 42,
"column": 23
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 919,
"end": 920,
"loc": {
"start": {
"line": 42,
"column": 25
},
"end": {
"line": 42,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 920,
"end": 927,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 42,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 927,
"end": 928,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 34
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Field indicating whether Feature is initialized\n * @type {Boolean}\n ",
"start": 938,
"end": 1039,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 47,
"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": 1048,
"end": 1052,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1052,
"end": 1053,
"loc": {
"start": {
"line": 48,
"column": 12
},
"end": {
"line": 48,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialized",
"start": 1053,
"end": 1064,
"loc": {
"start": {
"line": 48,
"column": 13
},
"end": {
"line": 48,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1065,
"end": 1066,
"loc": {
"start": {
"line": 48,
"column": 25
},
"end": {
"line": 48,
"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": 1067,
"end": 1072,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1072,
"end": 1073,
"loc": {
"start": {
"line": 48,
"column": 32
},
"end": {
"line": 48,
"column": 33
}
}
},
{
"type": "CommentBlock",
"value": "* Subscribe to destroy event ",
"start": 1083,
"end": 1116,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 41
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1125,
"end": 1129,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1129,
"end": 1130,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "emitter",
"start": 1130,
"end": 1137,
"loc": {
"start": {
"line": 51,
"column": 13
},
"end": {
"line": 51,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1137,
"end": 1138,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1138,
"end": 1140,
"loc": {
"start": {
"line": 51,
"column": 21
},
"end": {
"line": 51,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1140,
"end": 1141,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 24
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1141,
"end": 1142,
"loc": {
"start": {
"line": 51,
"column": 24
},
"end": {
"line": 51,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "destroy",
"start": 1142,
"end": 1151,
"loc": {
"start": {
"line": 51,
"column": 25
},
"end": {
"line": 51,
"column": 34
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1151,
"end": 1152,
"loc": {
"start": {
"line": 51,
"column": 34
},
"end": {
"line": 51,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1152,
"end": 1153,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1154,
"end": 1155,
"loc": {
"start": {
"line": 51,
"column": 37
},
"end": {
"line": 51,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1155,
"end": 1156,
"loc": {
"start": {
"line": 51,
"column": 38
},
"end": {
"line": 51,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1157,
"end": 1159,
"loc": {
"start": {
"line": 51,
"column": 40
},
"end": {
"line": 51,
"column": 42
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1160,
"end": 1164,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1164,
"end": 1165,
"loc": {
"start": {
"line": 51,
"column": 47
},
"end": {
"line": 51,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 1165,
"end": 1172,
"loc": {
"start": {
"line": 51,
"column": 48
},
"end": {
"line": 51,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1172,
"end": 1173,
"loc": {
"start": {
"line": 51,
"column": 55
},
"end": {
"line": 51,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1173,
"end": 1174,
"loc": {
"start": {
"line": 51,
"column": 56
},
"end": {
"line": 51,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1174,
"end": 1175,
"loc": {
"start": {
"line": 51,
"column": 57
},
"end": {
"line": 51,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1175,
"end": 1176,
"loc": {
"start": {
"line": 51,
"column": 58
},
"end": {
"line": 51,
"column": 59
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1181,
"end": 1182,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Initialize the feature\n ",
"start": 1188,
"end": 1229,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 56,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "init",
"start": 1234,
"end": 1238,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1238,
"end": 1239,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1239,
"end": 1240,
"loc": {
"start": {
"line": 57,
"column": 9
},
"end": {
"line": 57,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1241,
"end": 1242,
"loc": {
"start": {
"line": 57,
"column": 11
},
"end": {
"line": 57,
"column": 12
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 1251,
"end": 1256,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 13
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1257,
"end": 1260,
"loc": {
"start": {
"line": 58,
"column": 14
},
"end": {
"line": 58,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 1261,
"end": 1266,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 23
}
}
},
{
"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": 58,
"column": 23
},
"end": {
"line": 58,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NOT_IMPLEMENTED",
"start": 1267,
"end": 1282,
"loc": {
"start": {
"line": 58,
"column": 24
},
"end": {
"line": 58,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1282,
"end": 1283,
"loc": {
"start": {
"line": 58,
"column": 39
},
"end": {
"line": 58,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1283,
"end": 1284,
"loc": {
"start": {
"line": 58,
"column": 40
},
"end": {
"line": 58,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1289,
"end": 1290,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Reset the feature after being disabled\n ",
"start": 1296,
"end": 1353,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reset",
"start": 1358,
"end": 1363,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1363,
"end": 1364,
"loc": {
"start": {
"line": 64,
"column": 9
},
"end": {
"line": 64,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1364,
"end": 1365,
"loc": {
"start": {
"line": 64,
"column": 10
},
"end": {
"line": 64,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1366,
"end": 1367,
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 64,
"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": 1376,
"end": 1380,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1380,
"end": 1381,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enable",
"start": 1381,
"end": 1387,
"loc": {
"start": {
"line": 65,
"column": 13
},
"end": {
"line": 65,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1387,
"end": 1388,
"loc": {
"start": {
"line": 65,
"column": 19
},
"end": {
"line": 65,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1388,
"end": 1389,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1389,
"end": 1390,
"loc": {
"start": {
"line": 65,
"column": 21
},
"end": {
"line": 65,
"column": 22
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1399,
"end": 1403,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1403,
"end": 1404,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "init",
"start": 1404,
"end": 1408,
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1408,
"end": 1409,
"loc": {
"start": {
"line": 66,
"column": 17
},
"end": {
"line": 66,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1409,
"end": 1410,
"loc": {
"start": {
"line": 66,
"column": 18
},
"end": {
"line": 66,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1410,
"end": 1411,
"loc": {
"start": {
"line": 66,
"column": 19
},
"end": {
"line": 66,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1416,
"end": 1417,
"loc": {
"start": {
"line": 67,
"column": 4
},
"end": {
"line": 67,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Destroy the feature\n ",
"start": 1423,
"end": 1461,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 71,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 1466,
"end": 1473,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 72,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1473,
"end": 1474,
"loc": {
"start": {
"line": 72,
"column": 11
},
"end": {
"line": 72,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1474,
"end": 1475,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1476,
"end": 1477,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 15
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 1486,
"end": 1491,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 13
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1492,
"end": 1495,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 1496,
"end": 1501,
"loc": {
"start": {
"line": 73,
"column": 18
},
"end": {
"line": 73,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1501,
"end": 1502,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NOT_IMPLEMENTED",
"start": 1502,
"end": 1517,
"loc": {
"start": {
"line": 73,
"column": 24
},
"end": {
"line": 73,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1517,
"end": 1518,
"loc": {
"start": {
"line": 73,
"column": 39
},
"end": {
"line": 73,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1518,
"end": 1519,
"loc": {
"start": {
"line": 73,
"column": 40
},
"end": {
"line": 73,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1524,
"end": 1525,
"loc": {
"start": {
"line": 74,
"column": 4
},
"end": {
"line": 74,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Enable the feature\n ",
"start": 1531,
"end": 1568,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 78,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enable",
"start": 1573,
"end": 1579,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 79,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1579,
"end": 1580,
"loc": {
"start": {
"line": 79,
"column": 10
},
"end": {
"line": 79,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1580,
"end": 1581,
"loc": {
"start": {
"line": 79,
"column": 11
},
"end": {
"line": 79,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1582,
"end": 1583,
"loc": {
"start": {
"line": 79,
"column": 13
},
"end": {
"line": 79,
"column": 14
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1592,
"end": 1596,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1596,
"end": 1597,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 1597,
"end": 1604,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1605,
"end": 1606,
"loc": {
"start": {
"line": 80,
"column": 21
},
"end": {
"line": 80,
"column": 22
}
}
},
{
"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": 1607,
"end": 1611,
"loc": {
"start": {
"line": 80,
"column": 23
},
"end": {
"line": 80,
"column": 27
}
}
},
{
"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": 80,
"column": 27
},
"end": {
"line": 80,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1617,
"end": 1618,
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Disable the feature\n ",
"start": 1624,
"end": 1662,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "disable",
"start": 1667,
"end": 1674,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1674,
"end": 1675,
"loc": {
"start": {
"line": 86,
"column": 11
},
"end": {
"line": 86,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1675,
"end": 1676,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1677,
"end": 1678,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"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": 1687,
"end": 1691,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1691,
"end": 1692,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 1692,
"end": 1699,
"loc": {
"start": {
"line": 87,
"column": 13
},
"end": {
"line": 87,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1700,
"end": 1701,
"loc": {
"start": {
"line": 87,
"column": 21
},
"end": {
"line": 87,
"column": 22
}
}
},
{
"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": 1702,
"end": 1707,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1707,
"end": 1708,
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1713,
"end": 1714,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Indicate whether the feature is enabled or not\n * @returns {Boolean}\n ",
"start": 1720,
"end": 1811,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 93,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isEnabled",
"start": 1816,
"end": 1825,
"loc": {
"start": {
"line": 94,
"column": 4
},
"end": {
"line": 94,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1825,
"end": 1826,
"loc": {
"start": {
"line": 94,
"column": 13
},
"end": {
"line": 94,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1826,
"end": 1827,
"loc": {
"start": {
"line": 94,
"column": 14
},
"end": {
"line": 94,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1828,
"end": 1829,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 17
}
}
},
{
"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": 1838,
"end": 1844,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 14
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1845,
"end": 1849,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1849,
"end": 1850,
"loc": {
"start": {
"line": 95,
"column": 19
},
"end": {
"line": 95,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 1850,
"end": 1857,
"loc": {
"start": {
"line": 95,
"column": 20
},
"end": {
"line": 95,
"column": 27
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 1858,
"end": 1861,
"loc": {
"start": {
"line": 95,
"column": 28
},
"end": {
"line": 95,
"column": 31
}
}
},
{
"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": 1862,
"end": 1866,
"loc": {
"start": {
"line": 95,
"column": 32
},
"end": {
"line": 95,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1866,
"end": 1867,
"loc": {
"start": {
"line": 95,
"column": 36
},
"end": {
"line": 95,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1872,
"end": 1873,
"loc": {
"start": {
"line": 96,
"column": 4
},
"end": {
"line": 96,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1874,
"end": 1875,
"loc": {
"start": {
"line": 97,
"column": 0
},
"end": {
"line": 97,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1876,
"end": 1876,
"loc": {
"start": {
"line": 98,
"column": 0
},
"end": {
"line": 98,
"column": 0
}
}
}
]
}