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/game/hud/parts/debug_changes.js.json
2021-02-26 15:20:37 +01:00

13973 lines
380 KiB
JSON

{
"type": "File",
"start": 0,
"end": 2450,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 79,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 2450,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 79,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 52,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 52
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
}
}
],
"source": {
"type": "StringLiteral",
"start": 29,
"end": 51,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 51
}
},
"extra": {
"rawValue": "../../../core/config",
"raw": "\"../../../core/config\""
},
"value": "../../../core/config"
}
},
{
"type": "ImportDeclaration",
"start": 54,
"end": 117,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 63
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 63,
"end": 77,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
}
},
"imported": {
"type": "Identifier",
"start": 63,
"end": 77,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
},
"identifierName": "DrawParameters"
},
"name": "DrawParameters"
},
"local": {
"type": "Identifier",
"start": 63,
"end": 77,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
},
"identifierName": "DrawParameters"
},
"name": "DrawParameters"
}
}
],
"source": {
"type": "StringLiteral",
"start": 85,
"end": 116,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 62
}
},
"extra": {
"rawValue": "../../../core/draw_parameters",
"raw": "\"../../../core/draw_parameters\""
},
"value": "../../../core/draw_parameters"
}
},
{
"type": "ImportDeclaration",
"start": 119,
"end": 171,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 52
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 128,
"end": 137,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 128,
"end": 137,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
},
"identifierName": "Rectangle"
},
"name": "Rectangle"
},
"local": {
"type": "Identifier",
"start": 128,
"end": 137,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 18
},
"identifierName": "Rectangle"
},
"name": "Rectangle"
}
}
],
"source": {
"type": "StringLiteral",
"start": 145,
"end": 170,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 51
}
},
"extra": {
"rawValue": "../../../core/rectangle",
"raw": "\"../../../core/rectangle\""
},
"value": "../../../core/rectangle"
}
},
{
"type": "ImportDeclaration",
"start": 173,
"end": 220,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 47
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 182,
"end": 193,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
}
},
"imported": {
"type": "Identifier",
"start": 182,
"end": 193,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
},
"local": {
"type": "Identifier",
"start": 182,
"end": 193,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
}
}
],
"source": {
"type": "StringLiteral",
"start": 201,
"end": 219,
"loc": {
"start": {
"line": 4,
"column": 28
},
"end": {
"line": 4,
"column": 46
}
},
"extra": {
"rawValue": "../base_hud_part",
"raw": "\"../base_hud_part\""
},
"value": "../base_hud_part"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @typedef {{\r\n * label: string,\r\n * area: Rectangle,\r\n * hideAt: number,\r\n * fillColor: string\r\n * }} DebugChange\r\n ",
"start": 224,
"end": 361,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 13,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 365,
"end": 2448,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 78,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 372,
"end": 2448,
"loc": {
"start": {
"line": 15,
"column": 7
},
"end": {
"line": 78,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 378,
"end": 396,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 31
},
"identifierName": "HUDChangesDebugger"
},
"name": "HUDChangesDebugger",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 405,
"end": 416,
"loc": {
"start": {
"line": 15,
"column": 40
},
"end": {
"line": 15,
"column": 51
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
},
"body": {
"type": "ClassBody",
"start": 417,
"end": 2448,
"loc": {
"start": {
"line": 15,
"column": 52
},
"end": {
"line": 78,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 424,
"end": 449,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 29
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 424,
"end": 438,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 18
},
"identifierName": "createElements"
},
"name": "createElements"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 439,
"end": 445,
"loc": {
"start": {
"line": 16,
"column": 19
},
"end": {
"line": 16,
"column": 25
},
"identifierName": "parent"
},
"name": "parent"
}
],
"body": {
"type": "BlockStatement",
"start": 447,
"end": 449,
"loc": {
"start": {
"line": 16,
"column": 27
},
"end": {
"line": 16,
"column": 29
}
},
"body": [],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 457,
"end": 549,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 21,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 457,
"end": 467,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 14
},
"identifierName": "initialize"
},
"name": "initialize"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 470,
"end": 549,
"loc": {
"start": {
"line": 18,
"column": 17
},
"end": {
"line": 21,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 524,
"end": 542,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 26
}
},
"expression": {
"type": "AssignmentExpression",
"start": 524,
"end": 541,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 25
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 524,
"end": 536,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 524,
"end": 528,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 529,
"end": 536,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 20
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "ArrayExpression",
"start": 539,
"end": 541,
"loc": {
"start": {
"line": 20,
"column": 23
},
"end": {
"line": 20,
"column": 25
}
},
"elements": []
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @type {Array<DebugChange>} ",
"start": 481,
"end": 514,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 41
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Renders a new change\r\n * @param {string} label Text to display\r\n * @param {Rectangle} area Affected area world space\r\n * @param {string} fillColor Color to display (Hex)\r\n * @param {number=} timeToDisplay How long to display the change\r\n ",
"start": 557,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 29,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 835,
"end": 1087,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 37,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 835,
"end": 847,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 16
},
"identifierName": "renderChange"
},
"name": "renderChange",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 848,
"end": 853,
"loc": {
"start": {
"line": 30,
"column": 17
},
"end": {
"line": 30,
"column": 22
},
"identifierName": "label"
},
"name": "label"
},
{
"type": "Identifier",
"start": 855,
"end": 859,
"loc": {
"start": {
"line": 30,
"column": 24
},
"end": {
"line": 30,
"column": 28
},
"identifierName": "area"
},
"name": "area"
},
{
"type": "Identifier",
"start": 861,
"end": 870,
"loc": {
"start": {
"line": 30,
"column": 30
},
"end": {
"line": 30,
"column": 39
},
"identifierName": "fillColor"
},
"name": "fillColor"
},
{
"type": "AssignmentPattern",
"start": 872,
"end": 891,
"loc": {
"start": {
"line": 30,
"column": 41
},
"end": {
"line": 30,
"column": 60
}
},
"left": {
"type": "Identifier",
"start": 872,
"end": 885,
"loc": {
"start": {
"line": 30,
"column": 41
},
"end": {
"line": 30,
"column": 54
},
"identifierName": "timeToDisplay"
},
"name": "timeToDisplay"
},
"right": {
"type": "NumericLiteral",
"start": 888,
"end": 891,
"loc": {
"start": {
"line": 30,
"column": 57
},
"end": {
"line": 30,
"column": 60
}
},
"extra": {
"rawValue": 0.3,
"raw": "0.3"
},
"value": 0.3
}
}
],
"body": {
"type": "BlockStatement",
"start": 893,
"end": 1087,
"loc": {
"start": {
"line": 30,
"column": 62
},
"end": {
"line": 37,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 904,
"end": 1080,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 36,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 904,
"end": 1079,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 36,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 904,
"end": 921,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 904,
"end": 916,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 904,
"end": 908,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 909,
"end": 916,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 20
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 917,
"end": 921,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 922,
"end": 1078,
"loc": {
"start": {
"line": 31,
"column": 26
},
"end": {
"line": 36,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 937,
"end": 942,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 17
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 937,
"end": 942,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 17
},
"identifierName": "label"
},
"name": "label"
},
"value": {
"type": "Identifier",
"start": 937,
"end": 942,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 17
},
"identifierName": "label"
},
"name": "label"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 957,
"end": 975,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 957,
"end": 961,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 16
},
"identifierName": "area"
},
"name": "area"
},
"value": {
"type": "CallExpression",
"start": 963,
"end": 975,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
"start": 963,
"end": 973,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 963,
"end": 967,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 22
},
"identifierName": "area"
},
"name": "area"
},
"property": {
"type": "Identifier",
"start": 968,
"end": 973,
"loc": {
"start": {
"line": 33,
"column": 23
},
"end": {
"line": 33,
"column": 28
},
"identifierName": "clone"
},
"name": "clone"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ObjectProperty",
"start": 990,
"end": 999,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 21
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 990,
"end": 999,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 21
},
"identifierName": "fillColor"
},
"name": "fillColor"
},
"value": {
"type": "Identifier",
"start": 990,
"end": 999,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 21
},
"identifierName": "fillColor"
},
"name": "fillColor"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1014,
"end": 1066,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 64
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1014,
"end": 1020,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 18
},
"identifierName": "hideAt"
},
"name": "hideAt"
},
"value": {
"type": "BinaryExpression",
"start": 1022,
"end": 1066,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 64
}
},
"left": {
"type": "CallExpression",
"start": 1022,
"end": 1050,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 1022,
"end": 1048,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1022,
"end": 1036,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 1022,
"end": 1031,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 1022,
"end": 1026,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 1027,
"end": 1031,
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 29
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1032,
"end": 1036,
"loc": {
"start": {
"line": 35,
"column": 30
},
"end": {
"line": 35,
"column": 34
},
"identifierName": "time"
},
"name": "time"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1037,
"end": 1048,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 46
},
"identifierName": "realtimeNow"
},
"name": "realtimeNow"
},
"computed": false
},
"arguments": []
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 1053,
"end": 1066,
"loc": {
"start": {
"line": 35,
"column": 51
},
"end": {
"line": 35,
"column": 64
},
"identifierName": "timeToDisplay"
},
"name": "timeToDisplay"
}
}
}
]
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Renders a new change\r\n * @param {string} label Text to display\r\n * @param {Rectangle} area Affected area world space\r\n * @param {string} fillColor Color to display (Hex)\r\n * @param {number=} timeToDisplay How long to display the change\r\n ",
"start": 557,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 29,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1095,
"end": 1464,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 50,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1095,
"end": 1101,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 10
},
"identifierName": "update"
},
"name": "update"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1104,
"end": 1464,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 50,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1115,
"end": 1156,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 49
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1121,
"end": 1155,
"loc": {
"start": {
"line": 40,
"column": 14
},
"end": {
"line": 40,
"column": 48
}
},
"id": {
"type": "Identifier",
"start": 1121,
"end": 1124,
"loc": {
"start": {
"line": 40,
"column": 14
},
"end": {
"line": 40,
"column": 17
},
"identifierName": "now"
},
"name": "now"
},
"init": {
"type": "CallExpression",
"start": 1127,
"end": 1155,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 1127,
"end": 1153,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1127,
"end": 1141,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 1127,
"end": 1136,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 1127,
"end": 1131,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 1132,
"end": 1136,
"loc": {
"start": {
"line": 40,
"column": 25
},
"end": {
"line": 40,
"column": 29
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1137,
"end": 1141,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 34
},
"identifierName": "time"
},
"name": "time"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1142,
"end": 1153,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 40,
"column": 46
},
"identifierName": "realtimeNow"
},
"name": "realtimeNow"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentLine",
"value": " Detect outdated changes",
"start": 1166,
"end": 1192,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 34
}
}
}
]
},
{
"type": "ForStatement",
"start": 1202,
"end": 1457,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 49,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 1207,
"end": 1216,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1211,
"end": 1216,
"loc": {
"start": {
"line": 42,
"column": 17
},
"end": {
"line": 42,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 1211,
"end": 1212,
"loc": {
"start": {
"line": 42,
"column": 17
},
"end": {
"line": 42,
"column": 18
},
"identifierName": "i"
},
"name": "i",
"leadingComments": null
},
"init": {
"type": "NumericLiteral",
"start": 1215,
"end": 1216,
"loc": {
"start": {
"line": 42,
"column": 21
},
"end": {
"line": 42,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"leadingComments": null
}
],
"kind": "let",
"leadingComments": null
},
"test": {
"type": "BinaryExpression",
"start": 1218,
"end": 1241,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 47
}
},
"left": {
"type": "Identifier",
"start": 1218,
"end": 1219,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 1222,
"end": 1241,
"loc": {
"start": {
"line": 42,
"column": 28
},
"end": {
"line": 42,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 1222,
"end": 1234,
"loc": {
"start": {
"line": 42,
"column": 28
},
"end": {
"line": 42,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 1222,
"end": 1226,
"loc": {
"start": {
"line": 42,
"column": 28
},
"end": {
"line": 42,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 1227,
"end": 1234,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 40
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1235,
"end": 1241,
"loc": {
"start": {
"line": 42,
"column": 41
},
"end": {
"line": 42,
"column": 47
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 1243,
"end": 1246,
"loc": {
"start": {
"line": 42,
"column": 49
},
"end": {
"line": 42,
"column": 52
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1245,
"end": 1246,
"loc": {
"start": {
"line": 42,
"column": 51
},
"end": {
"line": 42,
"column": 52
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 1248,
"end": 1457,
"loc": {
"start": {
"line": 42,
"column": 54
},
"end": {
"line": 49,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1263,
"end": 1294,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 43
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1269,
"end": 1293,
"loc": {
"start": {
"line": 43,
"column": 18
},
"end": {
"line": 43,
"column": 42
}
},
"id": {
"type": "Identifier",
"start": 1269,
"end": 1275,
"loc": {
"start": {
"line": 43,
"column": 18
},
"end": {
"line": 43,
"column": 24
},
"identifierName": "change"
},
"name": "change"
},
"init": {
"type": "MemberExpression",
"start": 1278,
"end": 1293,
"loc": {
"start": {
"line": 43,
"column": 27
},
"end": {
"line": 43,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1278,
"end": 1290,
"loc": {
"start": {
"line": 43,
"column": 27
},
"end": {
"line": 43,
"column": 39
}
},
"object": {
"type": "ThisExpression",
"start": 1278,
"end": 1282,
"loc": {
"start": {
"line": 43,
"column": 27
},
"end": {
"line": 43,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1283,
"end": 1290,
"loc": {
"start": {
"line": 43,
"column": 32
},
"end": {
"line": 43,
"column": 39
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1291,
"end": 1292,
"loc": {
"start": {
"line": 43,
"column": 40
},
"end": {
"line": 43,
"column": 41
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 1308,
"end": 1446,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 48,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 1312,
"end": 1332,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 36
}
},
"left": {
"type": "MemberExpression",
"start": 1312,
"end": 1325,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 1312,
"end": 1318,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 1319,
"end": 1325,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 29
},
"identifierName": "hideAt"
},
"name": "hideAt"
},
"computed": false
},
"operator": "<=",
"right": {
"type": "Identifier",
"start": 1329,
"end": 1332,
"loc": {
"start": {
"line": 44,
"column": 33
},
"end": {
"line": 44,
"column": 36
},
"identifierName": "now"
},
"name": "now"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1334,
"end": 1446,
"loc": {
"start": {
"line": 44,
"column": 38
},
"end": {
"line": 48,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1353,
"end": 1379,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 1353,
"end": 1378,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 1353,
"end": 1372,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 1353,
"end": 1365,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 1353,
"end": 1357,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 1358,
"end": 1365,
"loc": {
"start": {
"line": 45,
"column": 21
},
"end": {
"line": 45,
"column": 28
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1366,
"end": 1372,
"loc": {
"start": {
"line": 45,
"column": 29
},
"end": {
"line": 45,
"column": 35
},
"identifierName": "splice"
},
"name": "splice"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1373,
"end": 1374,
"loc": {
"start": {
"line": 45,
"column": 36
},
"end": {
"line": 45,
"column": 37
},
"identifierName": "i"
},
"name": "i"
},
{
"type": "NumericLiteral",
"start": 1376,
"end": 1377,
"loc": {
"start": {
"line": 45,
"column": 39
},
"end": {
"line": 45,
"column": 40
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1397,
"end": 1404,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 23
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1397,
"end": 1403,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 22
}
},
"operator": "-=",
"left": {
"type": "Identifier",
"start": 1397,
"end": 1398,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 17
},
"identifierName": "i"
},
"name": "i"
},
"right": {
"type": "NumericLiteral",
"start": 1402,
"end": 1403,
"loc": {
"start": {
"line": 46,
"column": 21
},
"end": {
"line": 46,
"column": 22
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
},
{
"type": "ContinueStatement",
"start": 1422,
"end": 1431,
"loc": {
"start": {
"line": 47,
"column": 16
},
"end": {
"line": 47,
"column": 25
}
},
"label": null
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Detect outdated changes",
"start": 1166,
"end": 1192,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 34
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n *\r\n * @param {DrawParameters} parameters\r\n ",
"start": 1472,
"end": 1535,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 55,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1541,
"end": 2445,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 77,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1541,
"end": 1545,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 56,
"column": 8
},
"identifierName": "draw"
},
"name": "draw",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1546,
"end": 1556,
"loc": {
"start": {
"line": 56,
"column": 9
},
"end": {
"line": 56,
"column": 19
},
"identifierName": "parameters"
},
"name": "parameters"
}
],
"body": {
"type": "BlockStatement",
"start": 1558,
"end": 2445,
"loc": {
"start": {
"line": 56,
"column": 21
},
"end": {
"line": 77,
"column": 5
}
},
"body": [
{
"type": "ForStatement",
"start": 1569,
"end": 2438,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 76,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 1574,
"end": 1583,
"loc": {
"start": {
"line": 57,
"column": 13
},
"end": {
"line": 57,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1578,
"end": 1583,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 1578,
"end": 1579,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 1582,
"end": 1583,
"loc": {
"start": {
"line": 57,
"column": 21
},
"end": {
"line": 57,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 1585,
"end": 1608,
"loc": {
"start": {
"line": 57,
"column": 24
},
"end": {
"line": 57,
"column": 47
}
},
"left": {
"type": "Identifier",
"start": 1585,
"end": 1586,
"loc": {
"start": {
"line": 57,
"column": 24
},
"end": {
"line": 57,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 1589,
"end": 1608,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 1589,
"end": 1601,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 1589,
"end": 1593,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 1594,
"end": 1601,
"loc": {
"start": {
"line": 57,
"column": 33
},
"end": {
"line": 57,
"column": 40
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1602,
"end": 1608,
"loc": {
"start": {
"line": 57,
"column": 41
},
"end": {
"line": 57,
"column": 47
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 1610,
"end": 1613,
"loc": {
"start": {
"line": 57,
"column": 49
},
"end": {
"line": 57,
"column": 52
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1612,
"end": 1613,
"loc": {
"start": {
"line": 57,
"column": 51
},
"end": {
"line": 57,
"column": 52
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 1615,
"end": 2438,
"loc": {
"start": {
"line": 57,
"column": 54
},
"end": {
"line": 76,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1630,
"end": 1661,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 43
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1636,
"end": 1660,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 42
}
},
"id": {
"type": "Identifier",
"start": 1636,
"end": 1642,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 24
},
"identifierName": "change"
},
"name": "change"
},
"init": {
"type": "MemberExpression",
"start": 1645,
"end": 1660,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1645,
"end": 1657,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 39
}
},
"object": {
"type": "ThisExpression",
"start": 1645,
"end": 1649,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1650,
"end": 1657,
"loc": {
"start": {
"line": 58,
"column": 32
},
"end": {
"line": 58,
"column": 39
},
"identifierName": "changes"
},
"name": "changes"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1658,
"end": 1659,
"loc": {
"start": {
"line": 58,
"column": 40
},
"end": {
"line": 58,
"column": 41
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1675,
"end": 1723,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 60
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1675,
"end": 1722,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 59
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1675,
"end": 1703,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 1675,
"end": 1693,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 1675,
"end": 1685,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 1686,
"end": 1693,
"loc": {
"start": {
"line": 59,
"column": 23
},
"end": {
"line": 59,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1694,
"end": 1703,
"loc": {
"start": {
"line": 59,
"column": 31
},
"end": {
"line": 59,
"column": 40
},
"identifierName": "fillStyle"
},
"name": "fillStyle"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1706,
"end": 1722,
"loc": {
"start": {
"line": 59,
"column": 43
},
"end": {
"line": 59,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 1706,
"end": 1712,
"loc": {
"start": {
"line": 59,
"column": 43
},
"end": {
"line": 59,
"column": 49
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 1713,
"end": 1722,
"loc": {
"start": {
"line": 59,
"column": 50
},
"end": {
"line": 59,
"column": 59
},
"identifierName": "fillColor"
},
"name": "fillColor"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1737,
"end": 1774,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 49
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1737,
"end": 1773,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 48
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1737,
"end": 1767,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1737,
"end": 1755,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 1737,
"end": 1747,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 1748,
"end": 1755,
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1756,
"end": 1767,
"loc": {
"start": {
"line": 60,
"column": 31
},
"end": {
"line": 60,
"column": 42
},
"identifierName": "globalAlpha"
},
"name": "globalAlpha"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 1770,
"end": 1773,
"loc": {
"start": {
"line": 60,
"column": 45
},
"end": {
"line": 60,
"column": 48
}
},
"extra": {
"rawValue": 0.2,
"raw": "0.2"
},
"value": 0.2
}
}
},
{
"type": "ExpressionStatement",
"start": 1788,
"end": 2055,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 66,
"column": 14
}
},
"expression": {
"type": "CallExpression",
"start": 1788,
"end": 2054,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 66,
"column": 13
}
},
"callee": {
"type": "MemberExpression",
"start": 1788,
"end": 1815,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 1788,
"end": 1806,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 1788,
"end": 1798,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 1799,
"end": 1806,
"loc": {
"start": {
"line": 61,
"column": 23
},
"end": {
"line": 61,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1807,
"end": 1815,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 39
},
"identifierName": "fillRect"
},
"name": "fillRect"
},
"computed": false
},
"arguments": [
{
"type": "BinaryExpression",
"start": 1834,
"end": 1871,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 53
}
},
"left": {
"type": "MemberExpression",
"start": 1834,
"end": 1847,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 1834,
"end": 1845,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 1834,
"end": 1840,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 1841,
"end": 1845,
"loc": {
"start": {
"line": 62,
"column": 23
},
"end": {
"line": 62,
"column": 27
},
"identifierName": "area"
},
"name": "area"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 29
},
"identifierName": "x"
},
"name": "x"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 1850,
"end": 1871,
"loc": {
"start": {
"line": 62,
"column": 32
},
"end": {
"line": 62,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 1850,
"end": 1862,
"loc": {
"start": {
"line": 62,
"column": 32
},
"end": {
"line": 62,
"column": 44
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 1863,
"end": 1871,
"loc": {
"start": {
"line": 62,
"column": 45
},
"end": {
"line": 62,
"column": 53
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
},
{
"type": "BinaryExpression",
"start": 1890,
"end": 1927,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 53
}
},
"left": {
"type": "MemberExpression",
"start": 1890,
"end": 1903,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 1890,
"end": 1901,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 1890,
"end": 1896,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 1897,
"end": 1901,
"loc": {
"start": {
"line": 63,
"column": 23
},
"end": {
"line": 63,
"column": 27
},
"identifierName": "area"
},
"name": "area"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1902,
"end": 1903,
"loc": {
"start": {
"line": 63,
"column": 28
},
"end": {
"line": 63,
"column": 29
},
"identifierName": "y"
},
"name": "y"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 1906,
"end": 1927,
"loc": {
"start": {
"line": 63,
"column": 32
},
"end": {
"line": 63,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 1906,
"end": 1918,
"loc": {
"start": {
"line": 63,
"column": 32
},
"end": {
"line": 63,
"column": 44
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 1919,
"end": 1927,
"loc": {
"start": {
"line": 63,
"column": 45
},
"end": {
"line": 63,
"column": 53
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
},
{
"type": "BinaryExpression",
"start": 1946,
"end": 1983,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 53
}
},
"left": {
"type": "MemberExpression",
"start": 1946,
"end": 1959,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 1946,
"end": 1957,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 1946,
"end": 1952,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 1953,
"end": 1957,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 27
},
"identifierName": "area"
},
"name": "area"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1958,
"end": 1959,
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 29
},
"identifierName": "w"
},
"name": "w"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 1962,
"end": 1983,
"loc": {
"start": {
"line": 64,
"column": 32
},
"end": {
"line": 64,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 1962,
"end": 1974,
"loc": {
"start": {
"line": 64,
"column": 32
},
"end": {
"line": 64,
"column": 44
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 1975,
"end": 1983,
"loc": {
"start": {
"line": 64,
"column": 45
},
"end": {
"line": 64,
"column": 53
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
},
{
"type": "BinaryExpression",
"start": 2002,
"end": 2039,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 53
}
},
"left": {
"type": "MemberExpression",
"start": 2002,
"end": 2015,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2002,
"end": 2013,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 2002,
"end": 2008,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 2009,
"end": 2013,
"loc": {
"start": {
"line": 65,
"column": 23
},
"end": {
"line": 65,
"column": 27
},
"identifierName": "area"
},
"name": "area"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2014,
"end": 2015,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 29
},
"identifierName": "h"
},
"name": "h"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 2018,
"end": 2039,
"loc": {
"start": {
"line": 65,
"column": 32
},
"end": {
"line": 65,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 2018,
"end": 2030,
"loc": {
"start": {
"line": 65,
"column": 32
},
"end": {
"line": 65,
"column": 44
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 2031,
"end": 2039,
"loc": {
"start": {
"line": 65,
"column": 45
},
"end": {
"line": 65,
"column": 53
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2071,
"end": 2109,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 50
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2071,
"end": 2108,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 49
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2071,
"end": 2099,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 2071,
"end": 2089,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 2071,
"end": 2081,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 2082,
"end": 2089,
"loc": {
"start": {
"line": 68,
"column": 23
},
"end": {
"line": 68,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2090,
"end": 2099,
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 40
},
"identifierName": "fillStyle"
},
"name": "fillStyle"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 2102,
"end": 2108,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 49
}
},
"extra": {
"rawValue": "#222",
"raw": "\"#222\""
},
"value": "#222"
}
}
},
{
"type": "ExpressionStatement",
"start": 2123,
"end": 2158,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 47
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2123,
"end": 2157,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 46
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2123,
"end": 2153,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 2123,
"end": 2141,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 2123,
"end": 2133,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 2134,
"end": 2141,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2142,
"end": 2153,
"loc": {
"start": {
"line": 69,
"column": 31
},
"end": {
"line": 69,
"column": 42
},
"identifierName": "globalAlpha"
},
"name": "globalAlpha"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 2156,
"end": 2157,
"loc": {
"start": {
"line": 69,
"column": 45
},
"end": {
"line": 69,
"column": 46
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
},
{
"type": "ExpressionStatement",
"start": 2172,
"end": 2218,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 58
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2172,
"end": 2217,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 57
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2172,
"end": 2195,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 2172,
"end": 2190,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 2172,
"end": 2182,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 2183,
"end": 2190,
"loc": {
"start": {
"line": 70,
"column": 23
},
"end": {
"line": 70,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2191,
"end": 2195,
"loc": {
"start": {
"line": 70,
"column": 31
},
"end": {
"line": 70,
"column": 35
},
"identifierName": "font"
},
"name": "font"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 2198,
"end": 2217,
"loc": {
"start": {
"line": 70,
"column": 38
},
"end": {
"line": 70,
"column": 57
}
},
"extra": {
"rawValue": "bold 8px GameFont",
"raw": "\"bold 8px GameFont\""
},
"value": "bold 8px GameFont"
}
}
},
{
"type": "ExpressionStatement",
"start": 2232,
"end": 2427,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 75,
"column": 14
}
},
"expression": {
"type": "CallExpression",
"start": 2232,
"end": 2426,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 75,
"column": 13
}
},
"callee": {
"type": "MemberExpression",
"start": 2232,
"end": 2259,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2232,
"end": 2250,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 2232,
"end": 2242,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 22
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 2243,
"end": 2250,
"loc": {
"start": {
"line": 71,
"column": 23
},
"end": {
"line": 71,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2251,
"end": 2259,
"loc": {
"start": {
"line": 71,
"column": 31
},
"end": {
"line": 71,
"column": 39
},
"identifierName": "fillText"
},
"name": "fillText"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2278,
"end": 2290,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 2278,
"end": 2284,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 2285,
"end": 2290,
"loc": {
"start": {
"line": 72,
"column": 23
},
"end": {
"line": 72,
"column": 28
},
"identifierName": "label"
},
"name": "label"
},
"computed": false
},
{
"type": "BinaryExpression",
"start": 2309,
"end": 2350,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 57
}
},
"left": {
"type": "BinaryExpression",
"start": 2309,
"end": 2346,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 53
}
},
"left": {
"type": "MemberExpression",
"start": 2309,
"end": 2322,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2309,
"end": 2320,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 2309,
"end": 2315,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 2316,
"end": 2320,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 27
},
"identifierName": "area"
},
"name": "area"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2321,
"end": 2322,
"loc": {
"start": {
"line": 73,
"column": 28
},
"end": {
"line": 73,
"column": 29
},
"identifierName": "x"
},
"name": "x"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 2325,
"end": 2346,
"loc": {
"start": {
"line": 73,
"column": 32
},
"end": {
"line": 73,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 2325,
"end": 2337,
"loc": {
"start": {
"line": 73,
"column": 32
},
"end": {
"line": 73,
"column": 44
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 2338,
"end": 2346,
"loc": {
"start": {
"line": 73,
"column": 45
},
"end": {
"line": 73,
"column": 53
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
},
"operator": "+",
"right": {
"type": "NumericLiteral",
"start": 2349,
"end": 2350,
"loc": {
"start": {
"line": 73,
"column": 56
},
"end": {
"line": 73,
"column": 57
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
},
{
"type": "BinaryExpression",
"start": 2369,
"end": 2411,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 58
}
},
"left": {
"type": "BinaryExpression",
"start": 2369,
"end": 2406,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 53
}
},
"left": {
"type": "MemberExpression",
"start": 2369,
"end": 2382,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2369,
"end": 2380,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 2369,
"end": 2375,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 22
},
"identifierName": "change"
},
"name": "change"
},
"property": {
"type": "Identifier",
"start": 2376,
"end": 2380,
"loc": {
"start": {
"line": 74,
"column": 23
},
"end": {
"line": 74,
"column": 27
},
"identifierName": "area"
},
"name": "area"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2381,
"end": 2382,
"loc": {
"start": {
"line": 74,
"column": 28
},
"end": {
"line": 74,
"column": 29
},
"identifierName": "y"
},
"name": "y"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 2385,
"end": 2406,
"loc": {
"start": {
"line": 74,
"column": 32
},
"end": {
"line": 74,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 2385,
"end": 2397,
"loc": {
"start": {
"line": 74,
"column": 32
},
"end": {
"line": 74,
"column": 44
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 2398,
"end": 2406,
"loc": {
"start": {
"line": 74,
"column": 45
},
"end": {
"line": 74,
"column": 53
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
},
"operator": "+",
"right": {
"type": "NumericLiteral",
"start": 2409,
"end": 2411,
"loc": {
"start": {
"line": 74,
"column": 56
},
"end": {
"line": 74,
"column": 58
}
},
"extra": {
"rawValue": 12,
"raw": "12"
},
"value": 12
}
}
]
}
}
],
"directives": []
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n *\r\n * @param {DrawParameters} parameters\r\n ",
"start": 1472,
"end": 1535,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 55,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @typedef {{\r\n * label: string,\r\n * area: Rectangle,\r\n * hideAt: number,\r\n * fillColor: string\r\n * }} DebugChange\r\n ",
"start": 224,
"end": 361,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 13,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @typedef {{\r\n * label: string,\r\n * area: Rectangle,\r\n * hideAt: number,\r\n * fillColor: string\r\n * }} DebugChange\r\n ",
"start": 224,
"end": 361,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 13,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\r\n * @typedef {{\r\n * label: string,\r\n * area: Rectangle,\r\n * hideAt: number,\r\n * fillColor: string\r\n * }} DebugChange\r\n ",
"start": 224,
"end": 361,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 13,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "* @type {Array<DebugChange>} ",
"start": 481,
"end": 514,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 41
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Renders a new change\r\n * @param {string} label Text to display\r\n * @param {Rectangle} area Affected area world space\r\n * @param {string} fillColor Color to display (Hex)\r\n * @param {number=} timeToDisplay How long to display the change\r\n ",
"start": 557,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 29,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Detect outdated changes",
"start": 1166,
"end": 1192,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 34
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n *\r\n * @param {DrawParameters} parameters\r\n ",
"start": 1472,
"end": 1535,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 55,
"column": 7
}
}
}
],
"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": "globalConfig",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 24,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/config",
"start": 29,
"end": 51,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 51,
"end": 52,
"loc": {
"start": {
"line": 1,
"column": 51
},
"end": {
"line": 1,
"column": 52
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 54,
"end": 60,
"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": 61,
"end": 62,
"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": "DrawParameters",
"start": 63,
"end": 77,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 78,
"end": 79,
"loc": {
"start": {
"line": 2,
"column": 24
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 80,
"end": 84,
"loc": {
"start": {
"line": 2,
"column": 26
},
"end": {
"line": 2,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/draw_parameters",
"start": 85,
"end": 116,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 62
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 116,
"end": 117,
"loc": {
"start": {
"line": 2,
"column": 62
},
"end": {
"line": 2,
"column": 63
}
}
},
{
"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": 119,
"end": 125,
"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": 126,
"end": 127,
"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": "Rectangle",
"start": 128,
"end": 137,
"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": 138,
"end": 139,
"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": 140,
"end": 144,
"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": "../../../core/rectangle",
"start": 145,
"end": 170,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 170,
"end": 171,
"loc": {
"start": {
"line": 3,
"column": 51
},
"end": {
"line": 3,
"column": 52
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 173,
"end": 179,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 180,
"end": 181,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BaseHUDPart",
"start": 182,
"end": 193,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 194,
"end": 195,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 196,
"end": 200,
"loc": {
"start": {
"line": 4,
"column": 23
},
"end": {
"line": 4,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../base_hud_part",
"start": 201,
"end": 219,
"loc": {
"start": {
"line": 4,
"column": 28
},
"end": {
"line": 4,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 219,
"end": 220,
"loc": {
"start": {
"line": 4,
"column": 46
},
"end": {
"line": 4,
"column": 47
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @typedef {{\r\n * label: string,\r\n * area: Rectangle,\r\n * hideAt: number,\r\n * fillColor: string\r\n * }} DebugChange\r\n ",
"start": 224,
"end": 361,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 13,
"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": 365,
"end": 371,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"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": 372,
"end": 377,
"loc": {
"start": {
"line": 15,
"column": 7
},
"end": {
"line": 15,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "HUDChangesDebugger",
"start": 378,
"end": 396,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 31
}
}
},
{
"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": 397,
"end": 404,
"loc": {
"start": {
"line": 15,
"column": 32
},
"end": {
"line": 15,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BaseHUDPart",
"start": 405,
"end": 416,
"loc": {
"start": {
"line": 15,
"column": 40
},
"end": {
"line": 15,
"column": 51
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 417,
"end": 418,
"loc": {
"start": {
"line": 15,
"column": 52
},
"end": {
"line": 15,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElements",
"start": 424,
"end": 438,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 438,
"end": 439,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 439,
"end": 445,
"loc": {
"start": {
"line": 16,
"column": 19
},
"end": {
"line": 16,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 445,
"end": 446,
"loc": {
"start": {
"line": 16,
"column": 25
},
"end": {
"line": 16,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 447,
"end": 448,
"loc": {
"start": {
"line": 16,
"column": 27
},
"end": {
"line": 16,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 448,
"end": 449,
"loc": {
"start": {
"line": 16,
"column": 28
},
"end": {
"line": 16,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialize",
"start": 457,
"end": 467,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 467,
"end": 468,
"loc": {
"start": {
"line": 18,
"column": 14
},
"end": {
"line": 18,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 468,
"end": 469,
"loc": {
"start": {
"line": 18,
"column": 15
},
"end": {
"line": 18,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 470,
"end": 471,
"loc": {
"start": {
"line": 18,
"column": 17
},
"end": {
"line": 18,
"column": 18
}
}
},
{
"type": "CommentBlock",
"value": "* @type {Array<DebugChange>} ",
"start": 481,
"end": 514,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"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": 524,
"end": 528,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 528,
"end": 529,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 529,
"end": 536,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 537,
"end": 538,
"loc": {
"start": {
"line": 20,
"column": 21
},
"end": {
"line": 20,
"column": 22
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 539,
"end": 540,
"loc": {
"start": {
"line": 20,
"column": 23
},
"end": {
"line": 20,
"column": 24
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 540,
"end": 541,
"loc": {
"start": {
"line": 20,
"column": 24
},
"end": {
"line": 20,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 541,
"end": 542,
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 548,
"end": 549,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 21,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Renders a new change\r\n * @param {string} label Text to display\r\n * @param {Rectangle} area Affected area world space\r\n * @param {string} fillColor Color to display (Hex)\r\n * @param {number=} timeToDisplay How long to display the change\r\n ",
"start": 557,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 29,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "renderChange",
"start": 835,
"end": 847,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 847,
"end": 848,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 848,
"end": 853,
"loc": {
"start": {
"line": 30,
"column": 17
},
"end": {
"line": 30,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 853,
"end": 854,
"loc": {
"start": {
"line": 30,
"column": 22
},
"end": {
"line": 30,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 855,
"end": 859,
"loc": {
"start": {
"line": 30,
"column": 24
},
"end": {
"line": 30,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 859,
"end": 860,
"loc": {
"start": {
"line": 30,
"column": 28
},
"end": {
"line": 30,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillColor",
"start": 861,
"end": 870,
"loc": {
"start": {
"line": 30,
"column": 30
},
"end": {
"line": 30,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 870,
"end": 871,
"loc": {
"start": {
"line": 30,
"column": 39
},
"end": {
"line": 30,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "timeToDisplay",
"start": 872,
"end": 885,
"loc": {
"start": {
"line": 30,
"column": 41
},
"end": {
"line": 30,
"column": 54
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 886,
"end": 887,
"loc": {
"start": {
"line": 30,
"column": 55
},
"end": {
"line": 30,
"column": 56
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.3,
"start": 888,
"end": 891,
"loc": {
"start": {
"line": 30,
"column": 57
},
"end": {
"line": 30,
"column": 60
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 891,
"end": 892,
"loc": {
"start": {
"line": 30,
"column": 60
},
"end": {
"line": 30,
"column": 61
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 893,
"end": 894,
"loc": {
"start": {
"line": 30,
"column": 62
},
"end": {
"line": 30,
"column": 63
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 904,
"end": 908,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 908,
"end": 909,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 909,
"end": 916,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 916,
"end": 917,
"loc": {
"start": {
"line": 31,
"column": 20
},
"end": {
"line": 31,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 917,
"end": 921,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 921,
"end": 922,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 922,
"end": 923,
"loc": {
"start": {
"line": 31,
"column": 26
},
"end": {
"line": 31,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 937,
"end": 942,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 942,
"end": 943,
"loc": {
"start": {
"line": 32,
"column": 17
},
"end": {
"line": 32,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 957,
"end": 961,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 961,
"end": 962,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 963,
"end": 967,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 967,
"end": 968,
"loc": {
"start": {
"line": 33,
"column": 22
},
"end": {
"line": 33,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clone",
"start": 968,
"end": 973,
"loc": {
"start": {
"line": 33,
"column": 23
},
"end": {
"line": 33,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 973,
"end": 974,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 974,
"end": 975,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 975,
"end": 976,
"loc": {
"start": {
"line": 33,
"column": 30
},
"end": {
"line": 33,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillColor",
"start": 990,
"end": 999,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 999,
"end": 1000,
"loc": {
"start": {
"line": 34,
"column": 21
},
"end": {
"line": 34,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hideAt",
"start": 1014,
"end": 1020,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1020,
"end": 1021,
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 19
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1022,
"end": 1026,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1026,
"end": 1027,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 35,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 1027,
"end": 1031,
"loc": {
"start": {
"line": 35,
"column": 25
},
"end": {
"line": 35,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 35,
"column": 29
},
"end": {
"line": 35,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "time",
"start": 1032,
"end": 1036,
"loc": {
"start": {
"line": 35,
"column": 30
},
"end": {
"line": 35,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1036,
"end": 1037,
"loc": {
"start": {
"line": 35,
"column": 34
},
"end": {
"line": 35,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "realtimeNow",
"start": 1037,
"end": 1048,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1048,
"end": 1049,
"loc": {
"start": {
"line": 35,
"column": 46
},
"end": {
"line": 35,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1049,
"end": 1050,
"loc": {
"start": {
"line": 35,
"column": 47
},
"end": {
"line": 35,
"column": 48
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 1051,
"end": 1052,
"loc": {
"start": {
"line": 35,
"column": 49
},
"end": {
"line": 35,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "timeToDisplay",
"start": 1053,
"end": 1066,
"loc": {
"start": {
"line": 35,
"column": 51
},
"end": {
"line": 35,
"column": 64
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1066,
"end": 1067,
"loc": {
"start": {
"line": 35,
"column": 64
},
"end": {
"line": 35,
"column": 65
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1077,
"end": 1078,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1078,
"end": 1079,
"loc": {
"start": {
"line": 36,
"column": 9
},
"end": {
"line": 36,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1079,
"end": 1080,
"loc": {
"start": {
"line": 36,
"column": 10
},
"end": {
"line": 36,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1086,
"end": 1087,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 37,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 1095,
"end": 1101,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1101,
"end": 1102,
"loc": {
"start": {
"line": 39,
"column": 10
},
"end": {
"line": 39,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1102,
"end": 1103,
"loc": {
"start": {
"line": 39,
"column": 11
},
"end": {
"line": 39,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1104,
"end": 1105,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 14
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1115,
"end": 1120,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "now",
"start": 1121,
"end": 1124,
"loc": {
"start": {
"line": 40,
"column": 14
},
"end": {
"line": 40,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1125,
"end": 1126,
"loc": {
"start": {
"line": 40,
"column": 18
},
"end": {
"line": 40,
"column": 19
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1127,
"end": 1131,
"loc": {
"start": {
"line": 40,
"column": 20
},
"end": {
"line": 40,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1131,
"end": 1132,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 1132,
"end": 1136,
"loc": {
"start": {
"line": 40,
"column": 25
},
"end": {
"line": 40,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "time",
"start": 1137,
"end": 1141,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1141,
"end": 1142,
"loc": {
"start": {
"line": 40,
"column": 34
},
"end": {
"line": 40,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "realtimeNow",
"start": 1142,
"end": 1153,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 40,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1153,
"end": 1154,
"loc": {
"start": {
"line": 40,
"column": 46
},
"end": {
"line": 40,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1154,
"end": 1155,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1155,
"end": 1156,
"loc": {
"start": {
"line": 40,
"column": 48
},
"end": {
"line": 40,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " Detect outdated changes",
"start": 1166,
"end": 1192,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 34
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 1202,
"end": 1205,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1206,
"end": 1207,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"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": 1207,
"end": 1210,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1211,
"end": 1212,
"loc": {
"start": {
"line": 42,
"column": 17
},
"end": {
"line": 42,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1213,
"end": 1214,
"loc": {
"start": {
"line": 42,
"column": 19
},
"end": {
"line": 42,
"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": 1215,
"end": 1216,
"loc": {
"start": {
"line": 42,
"column": 21
},
"end": {
"line": 42,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1216,
"end": 1217,
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1218,
"end": 1219,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 1220,
"end": 1221,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 42,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1222,
"end": 1226,
"loc": {
"start": {
"line": 42,
"column": 28
},
"end": {
"line": 42,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1226,
"end": 1227,
"loc": {
"start": {
"line": 42,
"column": 32
},
"end": {
"line": 42,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 1227,
"end": 1234,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1234,
"end": 1235,
"loc": {
"start": {
"line": 42,
"column": 40
},
"end": {
"line": 42,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1235,
"end": 1241,
"loc": {
"start": {
"line": 42,
"column": 41
},
"end": {
"line": 42,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1241,
"end": 1242,
"loc": {
"start": {
"line": 42,
"column": 47
},
"end": {
"line": 42,
"column": 48
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 1243,
"end": 1245,
"loc": {
"start": {
"line": 42,
"column": 49
},
"end": {
"line": 42,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1245,
"end": 1246,
"loc": {
"start": {
"line": 42,
"column": 51
},
"end": {
"line": 42,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1246,
"end": 1247,
"loc": {
"start": {
"line": 42,
"column": 52
},
"end": {
"line": 42,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1248,
"end": 1249,
"loc": {
"start": {
"line": 42,
"column": 54
},
"end": {
"line": 42,
"column": 55
}
}
},
{
"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": 1263,
"end": 1268,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 1269,
"end": 1275,
"loc": {
"start": {
"line": 43,
"column": 18
},
"end": {
"line": 43,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1276,
"end": 1277,
"loc": {
"start": {
"line": 43,
"column": 25
},
"end": {
"line": 43,
"column": 26
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1278,
"end": 1282,
"loc": {
"start": {
"line": 43,
"column": 27
},
"end": {
"line": 43,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1282,
"end": 1283,
"loc": {
"start": {
"line": 43,
"column": 31
},
"end": {
"line": 43,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 1283,
"end": 1290,
"loc": {
"start": {
"line": 43,
"column": 32
},
"end": {
"line": 43,
"column": 39
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1290,
"end": 1291,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1291,
"end": 1292,
"loc": {
"start": {
"line": 43,
"column": 40
},
"end": {
"line": 43,
"column": 41
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1292,
"end": 1293,
"loc": {
"start": {
"line": 43,
"column": 41
},
"end": {
"line": 43,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1293,
"end": 1294,
"loc": {
"start": {
"line": 43,
"column": 42
},
"end": {
"line": 43,
"column": 43
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1308,
"end": 1310,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1311,
"end": 1312,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 1312,
"end": 1318,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1318,
"end": 1319,
"loc": {
"start": {
"line": 44,
"column": 22
},
"end": {
"line": 44,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hideAt",
"start": 1319,
"end": 1325,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 29
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<=",
"start": 1326,
"end": 1328,
"loc": {
"start": {
"line": 44,
"column": 30
},
"end": {
"line": 44,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "now",
"start": 1329,
"end": 1332,
"loc": {
"start": {
"line": 44,
"column": 33
},
"end": {
"line": 44,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1332,
"end": 1333,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1334,
"end": 1335,
"loc": {
"start": {
"line": 44,
"column": 38
},
"end": {
"line": 44,
"column": 39
}
}
},
{
"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": 1353,
"end": 1357,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1357,
"end": 1358,
"loc": {
"start": {
"line": 45,
"column": 20
},
"end": {
"line": 45,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 1358,
"end": 1365,
"loc": {
"start": {
"line": 45,
"column": 21
},
"end": {
"line": 45,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1365,
"end": 1366,
"loc": {
"start": {
"line": 45,
"column": 28
},
"end": {
"line": 45,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "splice",
"start": 1366,
"end": 1372,
"loc": {
"start": {
"line": 45,
"column": 29
},
"end": {
"line": 45,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1372,
"end": 1373,
"loc": {
"start": {
"line": 45,
"column": 35
},
"end": {
"line": 45,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1373,
"end": 1374,
"loc": {
"start": {
"line": 45,
"column": 36
},
"end": {
"line": 45,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1374,
"end": 1375,
"loc": {
"start": {
"line": 45,
"column": 37
},
"end": {
"line": 45,
"column": 38
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1376,
"end": 1377,
"loc": {
"start": {
"line": 45,
"column": 39
},
"end": {
"line": 45,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1377,
"end": 1378,
"loc": {
"start": {
"line": 45,
"column": 40
},
"end": {
"line": 45,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1378,
"end": 1379,
"loc": {
"start": {
"line": 45,
"column": 41
},
"end": {
"line": 45,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1397,
"end": 1398,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 17
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "-=",
"start": 1399,
"end": 1401,
"loc": {
"start": {
"line": 46,
"column": 18
},
"end": {
"line": 46,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1402,
"end": 1403,
"loc": {
"start": {
"line": 46,
"column": 21
},
"end": {
"line": 46,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1403,
"end": 1404,
"loc": {
"start": {
"line": 46,
"column": 22
},
"end": {
"line": 46,
"column": 23
}
}
},
{
"type": {
"label": "continue",
"keyword": "continue",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "continue",
"start": 1422,
"end": 1430,
"loc": {
"start": {
"line": 47,
"column": 16
},
"end": {
"line": 47,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1430,
"end": 1431,
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 47,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1445,
"end": 1446,
"loc": {
"start": {
"line": 48,
"column": 12
},
"end": {
"line": 48,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1456,
"end": 1457,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1463,
"end": 1464,
"loc": {
"start": {
"line": 50,
"column": 4
},
"end": {
"line": 50,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n *\r\n * @param {DrawParameters} parameters\r\n ",
"start": 1472,
"end": 1535,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 55,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "draw",
"start": 1541,
"end": 1545,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 56,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1545,
"end": 1546,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 1546,
"end": 1556,
"loc": {
"start": {
"line": 56,
"column": 9
},
"end": {
"line": 56,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1556,
"end": 1557,
"loc": {
"start": {
"line": 56,
"column": 19
},
"end": {
"line": 56,
"column": 20
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1558,
"end": 1559,
"loc": {
"start": {
"line": 56,
"column": 21
},
"end": {
"line": 56,
"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": 1569,
"end": 1572,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1573,
"end": 1574,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"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": 1574,
"end": 1577,
"loc": {
"start": {
"line": 57,
"column": 13
},
"end": {
"line": 57,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1578,
"end": 1579,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1580,
"end": 1581,
"loc": {
"start": {
"line": 57,
"column": 19
},
"end": {
"line": 57,
"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": 1582,
"end": 1583,
"loc": {
"start": {
"line": 57,
"column": 21
},
"end": {
"line": 57,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1583,
"end": 1584,
"loc": {
"start": {
"line": 57,
"column": 22
},
"end": {
"line": 57,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1585,
"end": 1586,
"loc": {
"start": {
"line": 57,
"column": 24
},
"end": {
"line": 57,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 1587,
"end": 1588,
"loc": {
"start": {
"line": 57,
"column": 26
},
"end": {
"line": 57,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1589,
"end": 1593,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1593,
"end": 1594,
"loc": {
"start": {
"line": 57,
"column": 32
},
"end": {
"line": 57,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 1594,
"end": 1601,
"loc": {
"start": {
"line": 57,
"column": 33
},
"end": {
"line": 57,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1601,
"end": 1602,
"loc": {
"start": {
"line": 57,
"column": 40
},
"end": {
"line": 57,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1602,
"end": 1608,
"loc": {
"start": {
"line": 57,
"column": 41
},
"end": {
"line": 57,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1608,
"end": 1609,
"loc": {
"start": {
"line": 57,
"column": 47
},
"end": {
"line": 57,
"column": 48
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 1610,
"end": 1612,
"loc": {
"start": {
"line": 57,
"column": 49
},
"end": {
"line": 57,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1612,
"end": 1613,
"loc": {
"start": {
"line": 57,
"column": 51
},
"end": {
"line": 57,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1613,
"end": 1614,
"loc": {
"start": {
"line": 57,
"column": 52
},
"end": {
"line": 57,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1615,
"end": 1616,
"loc": {
"start": {
"line": 57,
"column": 54
},
"end": {
"line": 57,
"column": 55
}
}
},
{
"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": 1630,
"end": 1635,
"loc": {
"start": {
"line": 58,
"column": 12
},
"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": "change",
"start": 1636,
"end": 1642,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1643,
"end": 1644,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"column": 26
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1645,
"end": 1649,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1649,
"end": 1650,
"loc": {
"start": {
"line": 58,
"column": 31
},
"end": {
"line": 58,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "changes",
"start": 1650,
"end": 1657,
"loc": {
"start": {
"line": 58,
"column": 32
},
"end": {
"line": 58,
"column": 39
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1657,
"end": 1658,
"loc": {
"start": {
"line": 58,
"column": 39
},
"end": {
"line": 58,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1658,
"end": 1659,
"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,
"updateContext": null
},
"start": 1659,
"end": 1660,
"loc": {
"start": {
"line": 58,
"column": 41
},
"end": {
"line": 58,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1660,
"end": 1661,
"loc": {
"start": {
"line": 58,
"column": 42
},
"end": {
"line": 58,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 1675,
"end": 1685,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1685,
"end": 1686,
"loc": {
"start": {
"line": 59,
"column": 22
},
"end": {
"line": 59,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1686,
"end": 1693,
"loc": {
"start": {
"line": 59,
"column": 23
},
"end": {
"line": 59,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1693,
"end": 1694,
"loc": {
"start": {
"line": 59,
"column": 30
},
"end": {
"line": 59,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillStyle",
"start": 1694,
"end": 1703,
"loc": {
"start": {
"line": 59,
"column": 31
},
"end": {
"line": 59,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1704,
"end": 1705,
"loc": {
"start": {
"line": 59,
"column": 41
},
"end": {
"line": 59,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 1706,
"end": 1712,
"loc": {
"start": {
"line": 59,
"column": 43
},
"end": {
"line": 59,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1712,
"end": 1713,
"loc": {
"start": {
"line": 59,
"column": 49
},
"end": {
"line": 59,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillColor",
"start": 1713,
"end": 1722,
"loc": {
"start": {
"line": 59,
"column": 50
},
"end": {
"line": 59,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1722,
"end": 1723,
"loc": {
"start": {
"line": 59,
"column": 59
},
"end": {
"line": 59,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 1737,
"end": 1747,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1747,
"end": 1748,
"loc": {
"start": {
"line": 60,
"column": 22
},
"end": {
"line": 60,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1748,
"end": 1755,
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1755,
"end": 1756,
"loc": {
"start": {
"line": 60,
"column": 30
},
"end": {
"line": 60,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalAlpha",
"start": 1756,
"end": 1767,
"loc": {
"start": {
"line": 60,
"column": 31
},
"end": {
"line": 60,
"column": 42
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1768,
"end": 1769,
"loc": {
"start": {
"line": 60,
"column": 43
},
"end": {
"line": 60,
"column": 44
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.2,
"start": 1770,
"end": 1773,
"loc": {
"start": {
"line": 60,
"column": 45
},
"end": {
"line": 60,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1773,
"end": 1774,
"loc": {
"start": {
"line": 60,
"column": 48
},
"end": {
"line": 60,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 1788,
"end": 1798,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1798,
"end": 1799,
"loc": {
"start": {
"line": 61,
"column": 22
},
"end": {
"line": 61,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1799,
"end": 1806,
"loc": {
"start": {
"line": 61,
"column": 23
},
"end": {
"line": 61,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1806,
"end": 1807,
"loc": {
"start": {
"line": 61,
"column": 30
},
"end": {
"line": 61,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillRect",
"start": 1807,
"end": 1815,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1815,
"end": 1816,
"loc": {
"start": {
"line": 61,
"column": 39
},
"end": {
"line": 61,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 1834,
"end": 1840,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1840,
"end": 1841,
"loc": {
"start": {
"line": 62,
"column": 22
},
"end": {
"line": 62,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 1841,
"end": 1845,
"loc": {
"start": {
"line": 62,
"column": 23
},
"end": {
"line": 62,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1845,
"end": 1846,
"loc": {
"start": {
"line": 62,
"column": 27
},
"end": {
"line": 62,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "x",
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 29
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 1848,
"end": 1849,
"loc": {
"start": {
"line": 62,
"column": 30
},
"end": {
"line": 62,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 1850,
"end": 1862,
"loc": {
"start": {
"line": 62,
"column": 32
},
"end": {
"line": 62,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1862,
"end": 1863,
"loc": {
"start": {
"line": 62,
"column": 44
},
"end": {
"line": 62,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 1863,
"end": 1871,
"loc": {
"start": {
"line": 62,
"column": 45
},
"end": {
"line": 62,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1871,
"end": 1872,
"loc": {
"start": {
"line": 62,
"column": 53
},
"end": {
"line": 62,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 1890,
"end": 1896,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1896,
"end": 1897,
"loc": {
"start": {
"line": 63,
"column": 22
},
"end": {
"line": 63,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 1897,
"end": 1901,
"loc": {
"start": {
"line": 63,
"column": 23
},
"end": {
"line": 63,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1901,
"end": 1902,
"loc": {
"start": {
"line": 63,
"column": 27
},
"end": {
"line": 63,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 1902,
"end": 1903,
"loc": {
"start": {
"line": 63,
"column": 28
},
"end": {
"line": 63,
"column": 29
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 1904,
"end": 1905,
"loc": {
"start": {
"line": 63,
"column": 30
},
"end": {
"line": 63,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 1906,
"end": 1918,
"loc": {
"start": {
"line": 63,
"column": 32
},
"end": {
"line": 63,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1918,
"end": 1919,
"loc": {
"start": {
"line": 63,
"column": 44
},
"end": {
"line": 63,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 1919,
"end": 1927,
"loc": {
"start": {
"line": 63,
"column": 45
},
"end": {
"line": 63,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1927,
"end": 1928,
"loc": {
"start": {
"line": 63,
"column": 53
},
"end": {
"line": 63,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 1946,
"end": 1952,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1952,
"end": 1953,
"loc": {
"start": {
"line": 64,
"column": 22
},
"end": {
"line": 64,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 1953,
"end": 1957,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1957,
"end": 1958,
"loc": {
"start": {
"line": 64,
"column": 27
},
"end": {
"line": 64,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "w",
"start": 1958,
"end": 1959,
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 29
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 1960,
"end": 1961,
"loc": {
"start": {
"line": 64,
"column": 30
},
"end": {
"line": 64,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 1962,
"end": 1974,
"loc": {
"start": {
"line": 64,
"column": 32
},
"end": {
"line": 64,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1974,
"end": 1975,
"loc": {
"start": {
"line": 64,
"column": 44
},
"end": {
"line": 64,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 1975,
"end": 1983,
"loc": {
"start": {
"line": 64,
"column": 45
},
"end": {
"line": 64,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1983,
"end": 1984,
"loc": {
"start": {
"line": 64,
"column": 53
},
"end": {
"line": 64,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 2002,
"end": 2008,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2008,
"end": 2009,
"loc": {
"start": {
"line": 65,
"column": 22
},
"end": {
"line": 65,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 2009,
"end": 2013,
"loc": {
"start": {
"line": 65,
"column": 23
},
"end": {
"line": 65,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2013,
"end": 2014,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "h",
"start": 2014,
"end": 2015,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 29
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 2016,
"end": 2017,
"loc": {
"start": {
"line": 65,
"column": 30
},
"end": {
"line": 65,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 2018,
"end": 2030,
"loc": {
"start": {
"line": 65,
"column": 32
},
"end": {
"line": 65,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2030,
"end": 2031,
"loc": {
"start": {
"line": 65,
"column": 44
},
"end": {
"line": 65,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 2031,
"end": 2039,
"loc": {
"start": {
"line": 65,
"column": 45
},
"end": {
"line": 65,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2053,
"end": 2054,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2054,
"end": 2055,
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 2071,
"end": 2081,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2081,
"end": 2082,
"loc": {
"start": {
"line": 68,
"column": 22
},
"end": {
"line": 68,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2082,
"end": 2089,
"loc": {
"start": {
"line": 68,
"column": 23
},
"end": {
"line": 68,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2089,
"end": 2090,
"loc": {
"start": {
"line": 68,
"column": 30
},
"end": {
"line": 68,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillStyle",
"start": 2090,
"end": 2099,
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2100,
"end": 2101,
"loc": {
"start": {
"line": 68,
"column": 41
},
"end": {
"line": 68,
"column": 42
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "#222",
"start": 2102,
"end": 2108,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2108,
"end": 2109,
"loc": {
"start": {
"line": 68,
"column": 49
},
"end": {
"line": 68,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 2123,
"end": 2133,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2133,
"end": 2134,
"loc": {
"start": {
"line": 69,
"column": 22
},
"end": {
"line": 69,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2134,
"end": 2141,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2141,
"end": 2142,
"loc": {
"start": {
"line": 69,
"column": 30
},
"end": {
"line": 69,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalAlpha",
"start": 2142,
"end": 2153,
"loc": {
"start": {
"line": 69,
"column": 31
},
"end": {
"line": 69,
"column": 42
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2154,
"end": 2155,
"loc": {
"start": {
"line": 69,
"column": 43
},
"end": {
"line": 69,
"column": 44
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2156,
"end": 2157,
"loc": {
"start": {
"line": 69,
"column": 45
},
"end": {
"line": 69,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2157,
"end": 2158,
"loc": {
"start": {
"line": 69,
"column": 46
},
"end": {
"line": 69,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 2172,
"end": 2182,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2182,
"end": 2183,
"loc": {
"start": {
"line": 70,
"column": 22
},
"end": {
"line": 70,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2183,
"end": 2190,
"loc": {
"start": {
"line": 70,
"column": 23
},
"end": {
"line": 70,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2190,
"end": 2191,
"loc": {
"start": {
"line": 70,
"column": 30
},
"end": {
"line": 70,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "font",
"start": 2191,
"end": 2195,
"loc": {
"start": {
"line": 70,
"column": 31
},
"end": {
"line": 70,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2196,
"end": 2197,
"loc": {
"start": {
"line": 70,
"column": 36
},
"end": {
"line": 70,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "bold 8px GameFont",
"start": 2198,
"end": 2217,
"loc": {
"start": {
"line": 70,
"column": 38
},
"end": {
"line": 70,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2217,
"end": 2218,
"loc": {
"start": {
"line": 70,
"column": 57
},
"end": {
"line": 70,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 2232,
"end": 2242,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2242,
"end": 2243,
"loc": {
"start": {
"line": 71,
"column": 22
},
"end": {
"line": 71,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2243,
"end": 2250,
"loc": {
"start": {
"line": 71,
"column": 23
},
"end": {
"line": 71,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2250,
"end": 2251,
"loc": {
"start": {
"line": 71,
"column": 30
},
"end": {
"line": 71,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillText",
"start": 2251,
"end": 2259,
"loc": {
"start": {
"line": 71,
"column": 31
},
"end": {
"line": 71,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2259,
"end": 2260,
"loc": {
"start": {
"line": 71,
"column": 39
},
"end": {
"line": 71,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 2278,
"end": 2284,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2284,
"end": 2285,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 2285,
"end": 2290,
"loc": {
"start": {
"line": 72,
"column": 23
},
"end": {
"line": 72,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2290,
"end": 2291,
"loc": {
"start": {
"line": 72,
"column": 28
},
"end": {
"line": 72,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 2309,
"end": 2315,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2315,
"end": 2316,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 2316,
"end": 2320,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2320,
"end": 2321,
"loc": {
"start": {
"line": 73,
"column": 27
},
"end": {
"line": 73,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "x",
"start": 2321,
"end": 2322,
"loc": {
"start": {
"line": 73,
"column": 28
},
"end": {
"line": 73,
"column": 29
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 2323,
"end": 2324,
"loc": {
"start": {
"line": 73,
"column": 30
},
"end": {
"line": 73,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 2325,
"end": 2337,
"loc": {
"start": {
"line": 73,
"column": 32
},
"end": {
"line": 73,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2337,
"end": 2338,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 2338,
"end": 2346,
"loc": {
"start": {
"line": 73,
"column": 45
},
"end": {
"line": 73,
"column": 53
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2347,
"end": 2348,
"loc": {
"start": {
"line": 73,
"column": 54
},
"end": {
"line": 73,
"column": 55
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 2,
"start": 2349,
"end": 2350,
"loc": {
"start": {
"line": 73,
"column": 56
},
"end": {
"line": 73,
"column": 57
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2350,
"end": 2351,
"loc": {
"start": {
"line": 73,
"column": 57
},
"end": {
"line": 73,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "change",
"start": 2369,
"end": 2375,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2375,
"end": 2376,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "area",
"start": 2376,
"end": 2380,
"loc": {
"start": {
"line": 74,
"column": 23
},
"end": {
"line": 74,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2380,
"end": 2381,
"loc": {
"start": {
"line": 74,
"column": 27
},
"end": {
"line": 74,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 2381,
"end": 2382,
"loc": {
"start": {
"line": 74,
"column": 28
},
"end": {
"line": 74,
"column": 29
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 2383,
"end": 2384,
"loc": {
"start": {
"line": 74,
"column": 30
},
"end": {
"line": 74,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 2385,
"end": 2397,
"loc": {
"start": {
"line": 74,
"column": 32
},
"end": {
"line": 74,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2397,
"end": 2398,
"loc": {
"start": {
"line": 74,
"column": 44
},
"end": {
"line": 74,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 2398,
"end": 2406,
"loc": {
"start": {
"line": 74,
"column": 45
},
"end": {
"line": 74,
"column": 53
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2407,
"end": 2408,
"loc": {
"start": {
"line": 74,
"column": 54
},
"end": {
"line": 74,
"column": 55
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 12,
"start": 2409,
"end": 2411,
"loc": {
"start": {
"line": 74,
"column": 56
},
"end": {
"line": 74,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2425,
"end": 2426,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2426,
"end": 2427,
"loc": {
"start": {
"line": 75,
"column": 13
},
"end": {
"line": 75,
"column": 14
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2437,
"end": 2438,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2444,
"end": 2445,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 77,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2447,
"end": 2448,
"loc": {
"start": {
"line": 78,
"column": 0
},
"end": {
"line": 78,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2450,
"end": 2450,
"loc": {
"start": {
"line": 79,
"column": 0
},
"end": {
"line": 79,
"column": 0
}
}
}
]
}