1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 17:21:51 +00:00
tobspr_shapez.io/docs/ast/source/states/changelog.js.json
2021-02-26 15:20:37 +01:00

7603 lines
201 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1292,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 46,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1292,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 46,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 62,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 62
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
},
"identifierName": "TextualGameState"
},
"name": "TextualGameState"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
},
"identifierName": "TextualGameState"
},
"name": "TextualGameState"
}
}
],
"source": {
"type": "StringLiteral",
"start": 33,
"end": 61,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 61
}
},
"extra": {
"rawValue": "../core/textual_game_state",
"raw": "\"../core/textual_game_state\""
},
"value": "../core/textual_game_state"
}
},
{
"type": "ImportDeclaration",
"start": 64,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 36
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 73,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 10
}
},
"imported": {
"type": "Identifier",
"start": 73,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 10
},
"identifierName": "T"
},
"name": "T"
},
"local": {
"type": "Identifier",
"start": 73,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 10
},
"identifierName": "T"
},
"name": "T"
}
}
],
"source": {
"type": "StringLiteral",
"start": 82,
"end": 99,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 35
}
},
"extra": {
"rawValue": "../translations",
"raw": "\"../translations\""
},
"value": "../translations"
}
},
{
"type": "ImportDeclaration",
"start": 102,
"end": 143,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 41
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 111,
"end": 120,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 111,
"end": 120,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
},
"identifierName": "CHANGELOG"
},
"name": "CHANGELOG"
},
"local": {
"type": "Identifier",
"start": 111,
"end": 120,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
},
"identifierName": "CHANGELOG"
},
"name": "CHANGELOG"
}
}
],
"source": {
"type": "StringLiteral",
"start": 128,
"end": 142,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 40
}
},
"extra": {
"rawValue": "../changelog",
"raw": "\"../changelog\""
},
"value": "../changelog"
}
},
{
"type": "ExportNamedDeclaration",
"start": 147,
"end": 1290,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 45,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 154,
"end": 1290,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 45,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 160,
"end": 174,
"loc": {
"start": {
"line": 5,
"column": 13
},
"end": {
"line": 5,
"column": 27
},
"identifierName": "ChangelogState"
},
"name": "ChangelogState"
},
"superClass": {
"type": "Identifier",
"start": 183,
"end": 199,
"loc": {
"start": {
"line": 5,
"column": 36
},
"end": {
"line": 5,
"column": 52
},
"identifierName": "TextualGameState"
},
"name": "TextualGameState"
},
"body": {
"type": "ClassBody",
"start": 200,
"end": 1290,
"loc": {
"start": {
"line": 5,
"column": 53
},
"end": {
"line": 45,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 207,
"end": 263,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 8,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 207,
"end": 218,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 221,
"end": 263,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 8,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 232,
"end": 256,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 232,
"end": 255,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 31
}
},
"callee": {
"type": "Super",
"start": 232,
"end": 237,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 13
}
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 238,
"end": 254,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 30
}
},
"extra": {
"rawValue": "ChangelogState",
"raw": "\"ChangelogState\""
},
"value": "ChangelogState"
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 271,
"end": 336,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 271,
"end": 290,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 23
},
"identifierName": "getStateHeaderTitle"
},
"name": "getStateHeaderTitle"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 293,
"end": 336,
"loc": {
"start": {
"line": 10,
"column": 26
},
"end": {
"line": 12,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 304,
"end": 329,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 33
}
},
"argument": {
"type": "MemberExpression",
"start": 311,
"end": 328,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 11,
"column": 32
}
},
"object": {
"type": "MemberExpression",
"start": 311,
"end": 322,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 11,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 311,
"end": 312,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 313,
"end": 322,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 26
},
"identifierName": "changelog"
},
"name": "changelog"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 323,
"end": 328,
"loc": {
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 11,
"column": 32
},
"identifierName": "title"
},
"name": "title"
},
"computed": false
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 344,
"end": 943,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 344,
"end": 362,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 22
},
"identifierName": "getMainContentHTML"
},
"name": "getMainContentHTML"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 365,
"end": 943,
"loc": {
"start": {
"line": 14,
"column": 25
},
"end": {
"line": 33,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 376,
"end": 402,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 34
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 382,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 33
}
},
"id": {
"type": "Identifier",
"start": 382,
"end": 389,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 21
},
"identifierName": "entries"
},
"name": "entries"
},
"init": {
"type": "Identifier",
"start": 392,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 24
},
"end": {
"line": 15,
"column": 33
},
"identifierName": "CHANGELOG"
},
"name": "CHANGELOG"
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 414,
"end": 428,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 418,
"end": 427,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 21
}
},
"id": {
"type": "Identifier",
"start": 418,
"end": 422,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"init": {
"type": "StringLiteral",
"start": 425,
"end": 427,
"loc": {
"start": {
"line": 17,
"column": 19
},
"end": {
"line": 17,
"column": 21
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
],
"kind": "let"
},
{
"type": "ForStatement",
"start": 440,
"end": 912,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 30,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 445,
"end": 454,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 449,
"end": 454,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 449,
"end": 450,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 453,
"end": 454,
"loc": {
"start": {
"line": 19,
"column": 21
},
"end": {
"line": 19,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 456,
"end": 474,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 42
}
},
"left": {
"type": "Identifier",
"start": 456,
"end": 457,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 460,
"end": 474,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 460,
"end": 467,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 35
},
"identifierName": "entries"
},
"name": "entries"
},
"property": {
"type": "Identifier",
"start": 468,
"end": 474,
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 42
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 476,
"end": 479,
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 47
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 478,
"end": 479,
"loc": {
"start": {
"line": 19,
"column": 46
},
"end": {
"line": 19,
"column": 47
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 481,
"end": 912,
"loc": {
"start": {
"line": 19,
"column": 49
},
"end": {
"line": 30,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 496,
"end": 521,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 37
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 502,
"end": 520,
"loc": {
"start": {
"line": 20,
"column": 18
},
"end": {
"line": 20,
"column": 36
}
},
"id": {
"type": "Identifier",
"start": 502,
"end": 507,
"loc": {
"start": {
"line": 20,
"column": 18
},
"end": {
"line": 20,
"column": 23
},
"identifierName": "entry"
},
"name": "entry"
},
"init": {
"type": "MemberExpression",
"start": 510,
"end": 520,
"loc": {
"start": {
"line": 20,
"column": 26
},
"end": {
"line": 20,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 510,
"end": 517,
"loc": {
"start": {
"line": 20,
"column": 26
},
"end": {
"line": 20,
"column": 33
},
"identifierName": "entries"
},
"name": "entries"
},
"property": {
"type": "Identifier",
"start": 518,
"end": 519,
"loc": {
"start": {
"line": 20,
"column": 34
},
"end": {
"line": 20,
"column": 35
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 535,
"end": 901,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 29,
"column": 14
}
},
"expression": {
"type": "AssignmentExpression",
"start": 535,
"end": 900,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
},
"operator": "+=",
"left": {
"type": "Identifier",
"start": 535,
"end": 539,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"right": {
"type": "TemplateLiteral",
"start": 543,
"end": 900,
"loc": {
"start": {
"line": 21,
"column": 20
},
"end": {
"line": 29,
"column": 13
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 627,
"end": 640,
"loc": {
"start": {
"line": 23,
"column": 44
},
"end": {
"line": 23,
"column": 57
}
},
"object": {
"type": "Identifier",
"start": 627,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 44
},
"end": {
"line": 23,
"column": 49
},
"identifierName": "entry"
},
"name": "entry"
},
"property": {
"type": "Identifier",
"start": 633,
"end": 640,
"loc": {
"start": {
"line": 23,
"column": 50
},
"end": {
"line": 23,
"column": 57
},
"identifierName": "version"
},
"name": "version"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 691,
"end": 701,
"loc": {
"start": {
"line": 24,
"column": 41
},
"end": {
"line": 24,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 691,
"end": 696,
"loc": {
"start": {
"line": 24,
"column": 41
},
"end": {
"line": 24,
"column": 46
},
"identifierName": "entry"
},
"name": "entry"
},
"property": {
"type": "Identifier",
"start": 697,
"end": 701,
"loc": {
"start": {
"line": 24,
"column": 47
},
"end": {
"line": 24,
"column": 51
},
"identifierName": "date"
},
"name": "date"
},
"computed": false
},
{
"type": "CallExpression",
"start": 779,
"end": 833,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 80
}
},
"callee": {
"type": "MemberExpression",
"start": 779,
"end": 829,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 76
}
},
"object": {
"type": "CallExpression",
"start": 779,
"end": 824,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 779,
"end": 796,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 779,
"end": 792,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 779,
"end": 784,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 31
},
"identifierName": "entry"
},
"name": "entry"
},
"property": {
"type": "Identifier",
"start": 785,
"end": 792,
"loc": {
"start": {
"line": 26,
"column": 32
},
"end": {
"line": 26,
"column": 39
},
"identifierName": "entries"
},
"name": "entries"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 793,
"end": 796,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 26,
"column": 43
},
"identifierName": "map"
},
"name": "map"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 797,
"end": 823,
"loc": {
"start": {
"line": 26,
"column": 44
},
"end": {
"line": 26,
"column": 70
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [
{
"type": "Identifier",
"start": 797,
"end": 801,
"loc": {
"start": {
"line": 26,
"column": 44
},
"end": {
"line": 26,
"column": 48
},
"identifierName": "text"
},
"name": "text"
}
],
"body": {
"type": "TemplateLiteral",
"start": 805,
"end": 823,
"loc": {
"start": {
"line": 26,
"column": 52
},
"end": {
"line": 26,
"column": 70
}
},
"expressions": [
{
"type": "Identifier",
"start": 812,
"end": 816,
"loc": {
"start": {
"line": 26,
"column": 59
},
"end": {
"line": 26,
"column": 63
},
"identifierName": "text"
},
"name": "text"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 806,
"end": 810,
"loc": {
"start": {
"line": 26,
"column": 53
},
"end": {
"line": 26,
"column": 57
}
},
"value": {
"raw": "<li>",
"cooked": "<li>"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 817,
"end": 822,
"loc": {
"start": {
"line": 26,
"column": 64
},
"end": {
"line": 26,
"column": 69
}
},
"value": {
"raw": "</li>",
"cooked": "</li>"
},
"tail": true
}
]
}
}
]
},
"property": {
"type": "Identifier",
"start": 825,
"end": 829,
"loc": {
"start": {
"line": 26,
"column": 72
},
"end": {
"line": 26,
"column": 76
},
"identifierName": "join"
},
"name": "join"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 830,
"end": 832,
"loc": {
"start": {
"line": 26,
"column": 77
},
"end": {
"line": 26,
"column": 79
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
]
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 544,
"end": 625,
"loc": {
"start": {
"line": 21,
"column": 21
},
"end": {
"line": 23,
"column": 42
}
},
"value": {
"raw": "\n <div class=\"entry\">\n <span class=\"version\">",
"cooked": "\n <div class=\"entry\">\n <span class=\"version\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 641,
"end": 689,
"loc": {
"start": {
"line": 23,
"column": 58
},
"end": {
"line": 24,
"column": 39
}
},
"value": {
"raw": "</span>\n <span class=\"date\">",
"cooked": "</span>\n <span class=\"date\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 702,
"end": 777,
"loc": {
"start": {
"line": 24,
"column": 52
},
"end": {
"line": 26,
"column": 24
}
},
"value": {
"raw": "</span>\n <ul class=\"changes\">\n ",
"cooked": "</span>\n <ul class=\"changes\">\n "
},
"tail": false
},
{
"type": "TemplateElement",
"start": 834,
"end": 899,
"loc": {
"start": {
"line": 26,
"column": 81
},
"end": {
"line": 29,
"column": 12
}
},
"value": {
"raw": "\n </ul>\n </div>\n ",
"cooked": "\n </ul>\n </div>\n "
},
"tail": true
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ReturnStatement",
"start": 924,
"end": 936,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 20
}
},
"argument": {
"type": "Identifier",
"start": 931,
"end": 935,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 19
},
"identifierName": "html"
},
"name": "html"
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 951,
"end": 1287,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 44,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 951,
"end": 958,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 11
},
"identifierName": "onEnter"
},
"name": "onEnter"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 961,
"end": 1287,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 44,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 972,
"end": 1031,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 978,
"end": 1030,
"loc": {
"start": {
"line": 36,
"column": 14
},
"end": {
"line": 36,
"column": 66
}
},
"id": {
"type": "Identifier",
"start": 978,
"end": 983,
"loc": {
"start": {
"line": 36,
"column": 14
},
"end": {
"line": 36,
"column": 19
},
"identifierName": "links"
},
"name": "links"
},
"init": {
"type": "CallExpression",
"start": 986,
"end": 1030,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 986,
"end": 1019,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 986,
"end": 1002,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 986,
"end": 990,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"start": 991,
"end": 1002,
"loc": {
"start": {
"line": 36,
"column": 27
},
"end": {
"line": 36,
"column": 38
},
"identifierName": "htmlElement"
},
"name": "htmlElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1003,
"end": 1019,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 36,
"column": 55
},
"identifierName": "querySelectorAll"
},
"name": "querySelectorAll"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1020,
"end": 1029,
"loc": {
"start": {
"line": 36,
"column": 56
},
"end": {
"line": 36,
"column": 65
}
},
"extra": {
"rawValue": "a[href]",
"raw": "\"a[href]\""
},
"value": "a[href]"
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1041,
"end": 1280,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 43,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1041,
"end": 1279,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 43,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1041,
"end": 1054,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 13
},
"identifierName": "links"
},
"name": "links"
},
"property": {
"type": "Identifier",
"start": 1047,
"end": 1054,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 21
},
"identifierName": "forEach"
},
"name": "forEach"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 1055,
"end": 1278,
"loc": {
"start": {
"line": 37,
"column": 22
},
"end": {
"line": 43,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1055,
"end": 1059,
"loc": {
"start": {
"line": 37,
"column": 22
},
"end": {
"line": 37,
"column": 26
},
"identifierName": "link"
},
"name": "link"
}
],
"body": {
"type": "BlockStatement",
"start": 1063,
"end": 1278,
"loc": {
"start": {
"line": 37,
"column": 30
},
"end": {
"line": 43,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1078,
"end": 1267,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 42,
"column": 14
}
},
"expression": {
"type": "CallExpression",
"start": 1078,
"end": 1266,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 42,
"column": 13
}
},
"callee": {
"type": "MemberExpression",
"start": 1078,
"end": 1094,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 1078,
"end": 1082,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1083,
"end": 1094,
"loc": {
"start": {
"line": 38,
"column": 17
},
"end": {
"line": 38,
"column": 28
},
"identifierName": "trackClicks"
},
"name": "trackClicks"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1113,
"end": 1117,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 20
},
"identifierName": "link"
},
"name": "link"
},
{
"type": "ArrowFunctionExpression",
"start": 1136,
"end": 1210,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 40,
"column": 90
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 1142,
"end": 1210,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 90
}
},
"callee": {
"type": "MemberExpression",
"start": 1142,
"end": 1183,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 1142,
"end": 1166,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1142,
"end": 1150,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 1142,
"end": 1146,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"start": 1147,
"end": 1150,
"loc": {
"start": {
"line": 40,
"column": 27
},
"end": {
"line": 40,
"column": 30
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1151,
"end": 1166,
"loc": {
"start": {
"line": 40,
"column": 31
},
"end": {
"line": 40,
"column": 46
},
"identifierName": "platformWrapper"
},
"name": "platformWrapper"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1167,
"end": 1183,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 63
},
"identifierName": "openExternalLink"
},
"name": "openExternalLink"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 1184,
"end": 1209,
"loc": {
"start": {
"line": 40,
"column": 64
},
"end": {
"line": 40,
"column": 89
}
},
"callee": {
"type": "MemberExpression",
"start": 1184,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 64
},
"end": {
"line": 40,
"column": 81
}
},
"object": {
"type": "Identifier",
"start": 1184,
"end": 1188,
"loc": {
"start": {
"line": 40,
"column": 64
},
"end": {
"line": 40,
"column": 68
},
"identifierName": "link"
},
"name": "link"
},
"property": {
"type": "Identifier",
"start": 1189,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 69
},
"end": {
"line": 40,
"column": 81
},
"identifierName": "getAttribute"
},
"name": "getAttribute"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1202,
"end": 1208,
"loc": {
"start": {
"line": 40,
"column": 82
},
"end": {
"line": 40,
"column": 88
}
},
"extra": {
"rawValue": "href",
"raw": "\"href\""
},
"value": "href"
}
]
}
]
}
},
{
"type": "ObjectExpression",
"start": 1229,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 38
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1231,
"end": 1249,
"loc": {
"start": {
"line": 41,
"column": 18
},
"end": {
"line": 41,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1231,
"end": 1243,
"loc": {
"start": {
"line": 41,
"column": 18
},
"end": {
"line": 41,
"column": 30
},
"identifierName": "preventClick"
},
"name": "preventClick"
},
"value": {
"type": "BooleanLiteral",
"start": 1245,
"end": 1249,
"loc": {
"start": {
"line": 41,
"column": 32
},
"end": {
"line": 41,
"column": 36
}
},
"value": true
}
}
]
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [],
"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": "TextualGameState",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 26,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 28,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../core/textual_game_state",
"start": 33,
"end": 61,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 61
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 61,
"end": 62,
"loc": {
"start": {
"line": 1,
"column": 61
},
"end": {
"line": 1,
"column": 62
}
}
},
{
"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": 64,
"end": 70,
"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": 71,
"end": 72,
"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": "T",
"start": 73,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 10
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 75,
"end": 76,
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 2,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 77,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 13
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../translations",
"start": 82,
"end": 99,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 99,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 35
},
"end": {
"line": 2,
"column": 36
}
}
},
{
"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": 102,
"end": 108,
"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": 109,
"end": 110,
"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": "CHANGELOG",
"start": 111,
"end": 120,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 121,
"end": 122,
"loc": {
"start": {
"line": 3,
"column": 19
},
"end": {
"line": 3,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 123,
"end": 127,
"loc": {
"start": {
"line": 3,
"column": 21
},
"end": {
"line": 3,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../changelog",
"start": 128,
"end": 142,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 142,
"end": 143,
"loc": {
"start": {
"line": 3,
"column": 40
},
"end": {
"line": 3,
"column": 41
}
}
},
{
"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": 147,
"end": 153,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"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": 154,
"end": 159,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 5,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ChangelogState",
"start": 160,
"end": 174,
"loc": {
"start": {
"line": 5,
"column": 13
},
"end": {
"line": 5,
"column": 27
}
}
},
{
"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": 175,
"end": 182,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 5,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "TextualGameState",
"start": 183,
"end": 199,
"loc": {
"start": {
"line": 5,
"column": 36
},
"end": {
"line": 5,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 200,
"end": 201,
"loc": {
"start": {
"line": 5,
"column": 53
},
"end": {
"line": 5,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 207,
"end": 218,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 218,
"end": 219,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 219,
"end": 220,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 221,
"end": 222,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 6,
"column": 19
}
}
},
{
"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": 232,
"end": 237,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 237,
"end": 238,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 14
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ChangelogState",
"start": 238,
"end": 254,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 254,
"end": 255,
"loc": {
"start": {
"line": 7,
"column": 30
},
"end": {
"line": 7,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 255,
"end": 256,
"loc": {
"start": {
"line": 7,
"column": 31
},
"end": {
"line": 7,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 262,
"end": 263,
"loc": {
"start": {
"line": 8,
"column": 4
},
"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": "getStateHeaderTitle",
"start": 271,
"end": 290,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 290,
"end": 291,
"loc": {
"start": {
"line": 10,
"column": 23
},
"end": {
"line": 10,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 291,
"end": 292,
"loc": {
"start": {
"line": 10,
"column": 24
},
"end": {
"line": 10,
"column": 25
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 293,
"end": 294,
"loc": {
"start": {
"line": 10,
"column": 26
},
"end": {
"line": 10,
"column": 27
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 304,
"end": 310,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 311,
"end": 312,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 312,
"end": 313,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changelog",
"start": 313,
"end": 322,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 322,
"end": 323,
"loc": {
"start": {
"line": 11,
"column": 26
},
"end": {
"line": 11,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 323,
"end": 328,
"loc": {
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 11,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 328,
"end": 329,
"loc": {
"start": {
"line": 11,
"column": 32
},
"end": {
"line": 11,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 335,
"end": 336,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getMainContentHTML",
"start": 344,
"end": 362,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 362,
"end": 363,
"loc": {
"start": {
"line": 14,
"column": 22
},
"end": {
"line": 14,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 363,
"end": 364,
"loc": {
"start": {
"line": 14,
"column": 23
},
"end": {
"line": 14,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 365,
"end": 366,
"loc": {
"start": {
"line": 14,
"column": 25
},
"end": {
"line": 14,
"column": 26
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 376,
"end": 381,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entries",
"start": 382,
"end": 389,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 390,
"end": 391,
"loc": {
"start": {
"line": 15,
"column": 22
},
"end": {
"line": 15,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "CHANGELOG",
"start": 392,
"end": 401,
"loc": {
"start": {
"line": 15,
"column": 24
},
"end": {
"line": 15,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 401,
"end": 402,
"loc": {
"start": {
"line": 15,
"column": 33
},
"end": {
"line": 15,
"column": 34
}
}
},
{
"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": 414,
"end": 417,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 418,
"end": 422,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 423,
"end": 424,
"loc": {
"start": {
"line": 17,
"column": 17
},
"end": {
"line": 17,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 425,
"end": 427,
"loc": {
"start": {
"line": 17,
"column": 19
},
"end": {
"line": 17,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 427,
"end": 428,
"loc": {
"start": {
"line": 17,
"column": 21
},
"end": {
"line": 17,
"column": 22
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 440,
"end": 443,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 444,
"end": 445,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 13
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 445,
"end": 448,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 449,
"end": 450,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 451,
"end": 452,
"loc": {
"start": {
"line": 19,
"column": 19
},
"end": {
"line": 19,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 453,
"end": 454,
"loc": {
"start": {
"line": 19,
"column": 21
},
"end": {
"line": 19,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 454,
"end": 455,
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 456,
"end": 457,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 458,
"end": 459,
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entries",
"start": 460,
"end": 467,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 467,
"end": 468,
"loc": {
"start": {
"line": 19,
"column": 35
},
"end": {
"line": 19,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 468,
"end": 474,
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 474,
"end": 475,
"loc": {
"start": {
"line": 19,
"column": 42
},
"end": {
"line": 19,
"column": 43
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 476,
"end": 478,
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 478,
"end": 479,
"loc": {
"start": {
"line": 19,
"column": 46
},
"end": {
"line": 19,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 479,
"end": 480,
"loc": {
"start": {
"line": 19,
"column": 47
},
"end": {
"line": 19,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 481,
"end": 482,
"loc": {
"start": {
"line": 19,
"column": 49
},
"end": {
"line": 19,
"column": 50
}
}
},
{
"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": 496,
"end": 501,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entry",
"start": 502,
"end": 507,
"loc": {
"start": {
"line": 20,
"column": 18
},
"end": {
"line": 20,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 508,
"end": 509,
"loc": {
"start": {
"line": 20,
"column": 24
},
"end": {
"line": 20,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entries",
"start": 510,
"end": 517,
"loc": {
"start": {
"line": 20,
"column": 26
},
"end": {
"line": 20,
"column": 33
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 517,
"end": 518,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 20,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 518,
"end": 519,
"loc": {
"start": {
"line": 20,
"column": 34
},
"end": {
"line": 20,
"column": 35
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 519,
"end": 520,
"loc": {
"start": {
"line": 20,
"column": 35
},
"end": {
"line": 20,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 520,
"end": 521,
"loc": {
"start": {
"line": 20,
"column": 36
},
"end": {
"line": 20,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 535,
"end": 539,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 16
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 540,
"end": 542,
"loc": {
"start": {
"line": 21,
"column": 17
},
"end": {
"line": 21,
"column": 19
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 543,
"end": 544,
"loc": {
"start": {
"line": 21,
"column": 20
},
"end": {
"line": 21,
"column": 21
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n <div class=\"entry\">\n <span class=\"version\">",
"start": 544,
"end": 625,
"loc": {
"start": {
"line": 21,
"column": 21
},
"end": {
"line": 23,
"column": 42
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 625,
"end": 627,
"loc": {
"start": {
"line": 23,
"column": 42
},
"end": {
"line": 23,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entry",
"start": 627,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 44
},
"end": {
"line": 23,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 632,
"end": 633,
"loc": {
"start": {
"line": 23,
"column": 49
},
"end": {
"line": 23,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "version",
"start": 633,
"end": 640,
"loc": {
"start": {
"line": 23,
"column": 50
},
"end": {
"line": 23,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 640,
"end": 641,
"loc": {
"start": {
"line": 23,
"column": 57
},
"end": {
"line": 23,
"column": 58
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</span>\n <span class=\"date\">",
"start": 641,
"end": 689,
"loc": {
"start": {
"line": 23,
"column": 58
},
"end": {
"line": 24,
"column": 39
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 689,
"end": 691,
"loc": {
"start": {
"line": 24,
"column": 39
},
"end": {
"line": 24,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entry",
"start": 691,
"end": 696,
"loc": {
"start": {
"line": 24,
"column": 41
},
"end": {
"line": 24,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 696,
"end": 697,
"loc": {
"start": {
"line": 24,
"column": 46
},
"end": {
"line": 24,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "date",
"start": 697,
"end": 701,
"loc": {
"start": {
"line": 24,
"column": 47
},
"end": {
"line": 24,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 701,
"end": 702,
"loc": {
"start": {
"line": 24,
"column": 51
},
"end": {
"line": 24,
"column": 52
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</span>\n <ul class=\"changes\">\n ",
"start": 702,
"end": 777,
"loc": {
"start": {
"line": 24,
"column": 52
},
"end": {
"line": 26,
"column": 24
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 777,
"end": 779,
"loc": {
"start": {
"line": 26,
"column": 24
},
"end": {
"line": 26,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entry",
"start": 779,
"end": 784,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 784,
"end": 785,
"loc": {
"start": {
"line": 26,
"column": 31
},
"end": {
"line": 26,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entries",
"start": 785,
"end": 792,
"loc": {
"start": {
"line": 26,
"column": 32
},
"end": {
"line": 26,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 792,
"end": 793,
"loc": {
"start": {
"line": 26,
"column": 39
},
"end": {
"line": 26,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "map",
"start": 793,
"end": 796,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 26,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 796,
"end": 797,
"loc": {
"start": {
"line": 26,
"column": 43
},
"end": {
"line": 26,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 797,
"end": 801,
"loc": {
"start": {
"line": 26,
"column": 44
},
"end": {
"line": 26,
"column": 48
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 802,
"end": 804,
"loc": {
"start": {
"line": 26,
"column": 49
},
"end": {
"line": 26,
"column": 51
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 805,
"end": 806,
"loc": {
"start": {
"line": 26,
"column": 52
},
"end": {
"line": 26,
"column": 53
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<li>",
"start": 806,
"end": 810,
"loc": {
"start": {
"line": 26,
"column": 53
},
"end": {
"line": 26,
"column": 57
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 810,
"end": 812,
"loc": {
"start": {
"line": 26,
"column": 57
},
"end": {
"line": 26,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 812,
"end": 816,
"loc": {
"start": {
"line": 26,
"column": 59
},
"end": {
"line": 26,
"column": 63
}
}
},
{
"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": 26,
"column": 63
},
"end": {
"line": 26,
"column": 64
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</li>",
"start": 817,
"end": 822,
"loc": {
"start": {
"line": 26,
"column": 64
},
"end": {
"line": 26,
"column": 69
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 822,
"end": 823,
"loc": {
"start": {
"line": 26,
"column": 69
},
"end": {
"line": 26,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 823,
"end": 824,
"loc": {
"start": {
"line": 26,
"column": 70
},
"end": {
"line": 26,
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 824,
"end": 825,
"loc": {
"start": {
"line": 26,
"column": 71
},
"end": {
"line": 26,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "join",
"start": 825,
"end": 829,
"loc": {
"start": {
"line": 26,
"column": 72
},
"end": {
"line": 26,
"column": 76
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 829,
"end": 830,
"loc": {
"start": {
"line": 26,
"column": 76
},
"end": {
"line": 26,
"column": 77
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 830,
"end": 832,
"loc": {
"start": {
"line": 26,
"column": 77
},
"end": {
"line": 26,
"column": 79
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 832,
"end": 833,
"loc": {
"start": {
"line": 26,
"column": 79
},
"end": {
"line": 26,
"column": 80
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 833,
"end": 834,
"loc": {
"start": {
"line": 26,
"column": 80
},
"end": {
"line": 26,
"column": 81
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n </ul>\n </div>\n ",
"start": 834,
"end": 899,
"loc": {
"start": {
"line": 26,
"column": 81
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 899,
"end": 900,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 900,
"end": 901,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 14
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 911,
"end": 912,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 9
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 924,
"end": 930,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 931,
"end": 935,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 935,
"end": 936,
"loc": {
"start": {
"line": 32,
"column": 19
},
"end": {
"line": 32,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 942,
"end": 943,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onEnter",
"start": 951,
"end": 958,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 958,
"end": 959,
"loc": {
"start": {
"line": 35,
"column": 11
},
"end": {
"line": 35,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 959,
"end": 960,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 961,
"end": 962,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 15
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 972,
"end": 977,
"loc": {
"start": {
"line": 36,
"column": 8
},
"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": "links",
"start": 978,
"end": 983,
"loc": {
"start": {
"line": 36,
"column": 14
},
"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": 984,
"end": 985,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"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": 986,
"end": 990,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 990,
"end": 991,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 36,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "htmlElement",
"start": 991,
"end": 1002,
"loc": {
"start": {
"line": 36,
"column": 27
},
"end": {
"line": 36,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1002,
"end": 1003,
"loc": {
"start": {
"line": 36,
"column": 38
},
"end": {
"line": 36,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelectorAll",
"start": 1003,
"end": 1019,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 36,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1019,
"end": 1020,
"loc": {
"start": {
"line": 36,
"column": 55
},
"end": {
"line": 36,
"column": 56
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "a[href]",
"start": 1020,
"end": 1029,
"loc": {
"start": {
"line": 36,
"column": 56
},
"end": {
"line": 36,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1029,
"end": 1030,
"loc": {
"start": {
"line": 36,
"column": 65
},
"end": {
"line": 36,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1030,
"end": 1031,
"loc": {
"start": {
"line": 36,
"column": 66
},
"end": {
"line": 36,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "links",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1046,
"end": 1047,
"loc": {
"start": {
"line": 37,
"column": 13
},
"end": {
"line": 37,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "forEach",
"start": 1047,
"end": 1054,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1054,
"end": 1055,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "link",
"start": 1055,
"end": 1059,
"loc": {
"start": {
"line": 37,
"column": 22
},
"end": {
"line": 37,
"column": 26
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1060,
"end": 1062,
"loc": {
"start": {
"line": 37,
"column": 27
},
"end": {
"line": 37,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1063,
"end": 1064,
"loc": {
"start": {
"line": 37,
"column": 30
},
"end": {
"line": 37,
"column": 31
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1078,
"end": 1082,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1082,
"end": 1083,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "trackClicks",
"start": 1083,
"end": 1094,
"loc": {
"start": {
"line": 38,
"column": 17
},
"end": {
"line": 38,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1094,
"end": 1095,
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "link",
"start": 1113,
"end": 1117,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1117,
"end": 1118,
"loc": {
"start": {
"line": 39,
"column": 20
},
"end": {
"line": 39,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 40,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1137,
"end": 1138,
"loc": {
"start": {
"line": 40,
"column": 17
},
"end": {
"line": 40,
"column": 18
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1139,
"end": 1141,
"loc": {
"start": {
"line": 40,
"column": 19
},
"end": {
"line": 40,
"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": 1142,
"end": 1146,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1146,
"end": 1147,
"loc": {
"start": {
"line": 40,
"column": 26
},
"end": {
"line": 40,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 1147,
"end": 1150,
"loc": {
"start": {
"line": 40,
"column": 27
},
"end": {
"line": 40,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1150,
"end": 1151,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "platformWrapper",
"start": 1151,
"end": 1166,
"loc": {
"start": {
"line": 40,
"column": 31
},
"end": {
"line": 40,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1166,
"end": 1167,
"loc": {
"start": {
"line": 40,
"column": 46
},
"end": {
"line": 40,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "openExternalLink",
"start": 1167,
"end": 1183,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 63
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1183,
"end": 1184,
"loc": {
"start": {
"line": 40,
"column": 63
},
"end": {
"line": 40,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "link",
"start": 1184,
"end": 1188,
"loc": {
"start": {
"line": 40,
"column": 64
},
"end": {
"line": 40,
"column": 68
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1188,
"end": 1189,
"loc": {
"start": {
"line": 40,
"column": 68
},
"end": {
"line": 40,
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAttribute",
"start": 1189,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 69
},
"end": {
"line": 40,
"column": 81
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1201,
"end": 1202,
"loc": {
"start": {
"line": 40,
"column": 81
},
"end": {
"line": 40,
"column": 82
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "href",
"start": 1202,
"end": 1208,
"loc": {
"start": {
"line": 40,
"column": 82
},
"end": {
"line": 40,
"column": 88
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1208,
"end": 1209,
"loc": {
"start": {
"line": 40,
"column": 88
},
"end": {
"line": 40,
"column": 89
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1209,
"end": 1210,
"loc": {
"start": {
"line": 40,
"column": 89
},
"end": {
"line": 40,
"column": 90
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1210,
"end": 1211,
"loc": {
"start": {
"line": 40,
"column": 90
},
"end": {
"line": 40,
"column": 91
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1229,
"end": 1230,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "preventClick",
"start": 1231,
"end": 1243,
"loc": {
"start": {
"line": 41,
"column": 18
},
"end": {
"line": 41,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1243,
"end": 1244,
"loc": {
"start": {
"line": 41,
"column": 30
},
"end": {
"line": 41,
"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": 1245,
"end": 1249,
"loc": {
"start": {
"line": 41,
"column": 32
},
"end": {
"line": 41,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1250,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 37
},
"end": {
"line": 41,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1265,
"end": 1266,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1266,
"end": 1267,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 14
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1277,
"end": 1278,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1278,
"end": 1279,
"loc": {
"start": {
"line": 43,
"column": 9
},
"end": {
"line": 43,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1279,
"end": 1280,
"loc": {
"start": {
"line": 43,
"column": 10
},
"end": {
"line": 43,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1286,
"end": 1287,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 5
}
}
},
{
"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": 45,
"column": 0
},
"end": {
"line": 45,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1292,
"end": 1292,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 0
}
}
}
]
}