1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/docs/ast/source/game/systems/storage.js.json
2021-02-26 15:20:37 +01:00

23423 lines
641 KiB
JSON

{
"type": "File",
"start": 0,
"end": 3916,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 105,
"column": 1
}
},
"program": {
"type": "Program",
"start": 0,
"end": 3916,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 105,
"column": 1
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 66,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 66
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 29
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "GameSystemWithFilter"
},
"name": "GameSystemWithFilter"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "GameSystemWithFilter"
},
"name": "GameSystemWithFilter"
}
}
],
"source": {
"type": "StringLiteral",
"start": 37,
"end": 65,
"loc": {
"start": {
"line": 1,
"column": 37
},
"end": {
"line": 1,
"column": 65
}
},
"extra": {
"rawValue": "../game_system_with_filter",
"raw": "\"../game_system_with_filter\""
},
"value": "../game_system_with_filter"
}
},
{
"type": "ImportDeclaration",
"start": 68,
"end": 125,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 57
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 77,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 77,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 25
},
"identifierName": "StorageComponent"
},
"name": "StorageComponent"
},
"local": {
"type": "Identifier",
"start": 77,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 25
},
"identifierName": "StorageComponent"
},
"name": "StorageComponent"
}
}
],
"source": {
"type": "StringLiteral",
"start": 101,
"end": 124,
"loc": {
"start": {
"line": 2,
"column": 33
},
"end": {
"line": 2,
"column": 56
}
},
"extra": {
"rawValue": "../components/storage",
"raw": "\"../components/storage\""
},
"value": "../components/storage"
}
},
{
"type": "ImportDeclaration",
"start": 127,
"end": 187,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 60
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 136,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 23
}
},
"imported": {
"type": "Identifier",
"start": 136,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 23
},
"identifierName": "DrawParameters"
},
"name": "DrawParameters"
},
"local": {
"type": "Identifier",
"start": 136,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 23
},
"identifierName": "DrawParameters"
},
"name": "DrawParameters"
}
}
],
"source": {
"type": "StringLiteral",
"start": 158,
"end": 186,
"loc": {
"start": {
"line": 3,
"column": 31
},
"end": {
"line": 3,
"column": 59
}
},
"extra": {
"rawValue": "../../core/draw_parameters",
"raw": "\"../../core/draw_parameters\""
},
"value": "../../core/draw_parameters"
}
},
{
"type": "ImportDeclaration",
"start": 189,
"end": 246,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 57
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 198,
"end": 213,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 24
}
},
"imported": {
"type": "Identifier",
"start": 198,
"end": 213,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 24
},
"identifierName": "formatBigNumber"
},
"name": "formatBigNumber"
},
"local": {
"type": "Identifier",
"start": 198,
"end": 213,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 24
},
"identifierName": "formatBigNumber"
},
"name": "formatBigNumber"
}
},
{
"type": "ImportSpecifier",
"start": 215,
"end": 219,
"loc": {
"start": {
"line": 4,
"column": 26
},
"end": {
"line": 4,
"column": 30
}
},
"imported": {
"type": "Identifier",
"start": 215,
"end": 219,
"loc": {
"start": {
"line": 4,
"column": 26
},
"end": {
"line": 4,
"column": 30
},
"identifierName": "lerp"
},
"name": "lerp"
},
"local": {
"type": "Identifier",
"start": 215,
"end": 219,
"loc": {
"start": {
"line": 4,
"column": 26
},
"end": {
"line": 4,
"column": 30
},
"identifierName": "lerp"
},
"name": "lerp"
}
}
],
"source": {
"type": "StringLiteral",
"start": 227,
"end": 245,
"loc": {
"start": {
"line": 4,
"column": 38
},
"end": {
"line": 4,
"column": 56
}
},
"extra": {
"rawValue": "../../core/utils",
"raw": "\"../../core/utils\""
},
"value": "../../core/utils"
}
},
{
"type": "ImportDeclaration",
"start": 248,
"end": 291,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 43
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 257,
"end": 263,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 257,
"end": 263,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
},
"identifierName": "Loader"
},
"name": "Loader"
},
"local": {
"type": "Identifier",
"start": 257,
"end": 263,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
},
"identifierName": "Loader"
},
"name": "Loader"
}
}
],
"source": {
"type": "StringLiteral",
"start": 271,
"end": 290,
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 5,
"column": 42
}
},
"extra": {
"rawValue": "../../core/loader",
"raw": "\"../../core/loader\""
},
"value": "../../core/loader"
}
},
{
"type": "ImportDeclaration",
"start": 293,
"end": 375,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 82
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 302,
"end": 321,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 28
}
},
"imported": {
"type": "Identifier",
"start": 302,
"end": 321,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 28
},
"identifierName": "BOOL_TRUE_SINGLETON"
},
"name": "BOOL_TRUE_SINGLETON"
},
"local": {
"type": "Identifier",
"start": 302,
"end": 321,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 28
},
"identifierName": "BOOL_TRUE_SINGLETON"
},
"name": "BOOL_TRUE_SINGLETON"
}
},
{
"type": "ImportSpecifier",
"start": 323,
"end": 343,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 50
}
},
"imported": {
"type": "Identifier",
"start": 323,
"end": 343,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 50
},
"identifierName": "BOOL_FALSE_SINGLETON"
},
"name": "BOOL_FALSE_SINGLETON"
},
"local": {
"type": "Identifier",
"start": 323,
"end": 343,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 50
},
"identifierName": "BOOL_FALSE_SINGLETON"
},
"name": "BOOL_FALSE_SINGLETON"
}
}
],
"source": {
"type": "StringLiteral",
"start": 351,
"end": 374,
"loc": {
"start": {
"line": 6,
"column": 58
},
"end": {
"line": 6,
"column": 81
}
},
"extra": {
"rawValue": "../items/boolean_item",
"raw": "\"../items/boolean_item\""
},
"value": "../items/boolean_item"
}
},
{
"type": "ImportDeclaration",
"start": 377,
"end": 426,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 49
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 386,
"end": 398,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 386,
"end": 398,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 21
},
"identifierName": "MapChunkView"
},
"name": "MapChunkView"
},
"local": {
"type": "Identifier",
"start": 386,
"end": 398,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 21
},
"identifierName": "MapChunkView"
},
"name": "MapChunkView"
}
}
],
"source": {
"type": "StringLiteral",
"start": 406,
"end": 425,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 7,
"column": 48
}
},
"extra": {
"rawValue": "../map_chunk_view",
"raw": "\"../map_chunk_view\""
},
"value": "../map_chunk_view"
}
},
{
"type": "ExportNamedDeclaration",
"start": 430,
"end": 3916,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 105,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 437,
"end": 3916,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 105,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 443,
"end": 456,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 26
},
"identifierName": "StorageSystem"
},
"name": "StorageSystem"
},
"superClass": {
"type": "Identifier",
"start": 465,
"end": 485,
"loc": {
"start": {
"line": 9,
"column": 35
},
"end": {
"line": 9,
"column": 55
},
"identifierName": "GameSystemWithFilter"
},
"name": "GameSystemWithFilter"
},
"body": {
"type": "ClassBody",
"start": 486,
"end": 3916,
"loc": {
"start": {
"line": 9,
"column": 56
},
"end": {
"line": 105,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 493,
"end": 910,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 22,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 493,
"end": 504,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 505,
"end": 509,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 20
},
"identifierName": "root"
},
"name": "root"
}
],
"body": {
"type": "BlockStatement",
"start": 511,
"end": 910,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 22,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 522,
"end": 554,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 522,
"end": 553,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 39
}
},
"callee": {
"type": "Super",
"start": 522,
"end": 527,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 528,
"end": 532,
"loc": {
"start": {
"line": 11,
"column": 14
},
"end": {
"line": 11,
"column": 18
},
"identifierName": "root"
},
"name": "root"
},
{
"type": "ArrayExpression",
"start": 534,
"end": 552,
"loc": {
"start": {
"line": 11,
"column": 20
},
"end": {
"line": 11,
"column": 38
}
},
"elements": [
{
"type": "Identifier",
"start": 535,
"end": 551,
"loc": {
"start": {
"line": 11,
"column": 21
},
"end": {
"line": 11,
"column": 37
},
"identifierName": "StorageComponent"
},
"name": "StorageComponent"
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 566,
"end": 647,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 89
}
},
"expression": {
"type": "AssignmentExpression",
"start": 566,
"end": 646,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 88
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 566,
"end": 591,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 566,
"end": 570,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 571,
"end": 591,
"loc": {
"start": {
"line": 13,
"column": 13
},
"end": {
"line": 13,
"column": 33
},
"identifierName": "storageOverlaySprite"
},
"name": "storageOverlaySprite"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 594,
"end": 646,
"loc": {
"start": {
"line": 13,
"column": 36
},
"end": {
"line": 13,
"column": 88
}
},
"callee": {
"type": "MemberExpression",
"start": 594,
"end": 610,
"loc": {
"start": {
"line": 13,
"column": 36
},
"end": {
"line": 13,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 594,
"end": 600,
"loc": {
"start": {
"line": 13,
"column": 36
},
"end": {
"line": 13,
"column": 42
},
"identifierName": "Loader"
},
"name": "Loader"
},
"property": {
"type": "Identifier",
"start": 601,
"end": 610,
"loc": {
"start": {
"line": 13,
"column": 43
},
"end": {
"line": 13,
"column": 52
},
"identifierName": "getSprite"
},
"name": "getSprite"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 611,
"end": 645,
"loc": {
"start": {
"line": 13,
"column": 53
},
"end": {
"line": 13,
"column": 87
}
},
"extra": {
"rawValue": "sprites/misc/storage_overlay.png",
"raw": "\"sprites/misc/storage_overlay.png\""
},
"value": "sprites/misc/storage_overlay.png"
}
]
}
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Stores which uids were already drawn to avoid drawing entities twice\r\n * @type {Set<number>}\r\n ",
"start": 659,
"end": 788,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 18,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 798,
"end": 825,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 798,
"end": 824,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 798,
"end": 812,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 798,
"end": 802,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 803,
"end": 812,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 22
},
"identifierName": "drawnUids"
},
"name": "drawnUids"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "NewExpression",
"start": 815,
"end": 824,
"loc": {
"start": {
"line": 19,
"column": 25
},
"end": {
"line": 19,
"column": 34
}
},
"callee": {
"type": "Identifier",
"start": 819,
"end": 822,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 32
},
"identifierName": "Set"
},
"name": "Set"
},
"arguments": []
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Stores which uids were already drawn to avoid drawing entities twice\r\n * @type {Set<number>}\r\n ",
"start": 659,
"end": 788,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 18,
"column": 11
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 837,
"end": 903,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 74
}
},
"expression": {
"type": "CallExpression",
"start": 837,
"end": 902,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 73
}
},
"callee": {
"type": "MemberExpression",
"start": 837,
"end": 875,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 837,
"end": 871,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 837,
"end": 854,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 837,
"end": 846,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 837,
"end": 841,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 842,
"end": 846,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 17
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 847,
"end": 854,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 25
},
"identifierName": "signals"
},
"name": "signals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 855,
"end": 871,
"loc": {
"start": {
"line": 21,
"column": 26
},
"end": {
"line": 21,
"column": 42
},
"identifierName": "gameFrameStarted"
},
"name": "gameFrameStarted"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 872,
"end": 875,
"loc": {
"start": {
"line": 21,
"column": 43
},
"end": {
"line": 21,
"column": 46
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 876,
"end": 895,
"loc": {
"start": {
"line": 21,
"column": 47
},
"end": {
"line": 21,
"column": 66
}
},
"object": {
"type": "ThisExpression",
"start": 876,
"end": 880,
"loc": {
"start": {
"line": 21,
"column": 47
},
"end": {
"line": 21,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"start": 881,
"end": 895,
"loc": {
"start": {
"line": 21,
"column": 52
},
"end": {
"line": 21,
"column": 66
},
"identifierName": "clearDrawnUids"
},
"name": "clearDrawnUids"
},
"computed": false
},
{
"type": "ThisExpression",
"start": 897,
"end": 901,
"loc": {
"start": {
"line": 21,
"column": 68
},
"end": {
"line": 21,
"column": 72
}
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 918,
"end": 968,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 26,
"column": 5
}
},
"static": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 925,
"end": 930,
"loc": {
"start": {
"line": 24,
"column": 11
},
"end": {
"line": 24,
"column": 16
},
"identifierName": "getId"
},
"name": "getId"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 933,
"end": 968,
"loc": {
"start": {
"line": 24,
"column": 19
},
"end": {
"line": 26,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 944,
"end": 961,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 25
}
},
"argument": {
"type": "StringLiteral",
"start": 951,
"end": 960,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 24
}
},
"extra": {
"rawValue": "storage",
"raw": "\"storage\""
},
"value": "storage"
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 976,
"end": 1034,
"loc": {
"start": {
"line": 28,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 976,
"end": 990,
"loc": {
"start": {
"line": 28,
"column": 4
},
"end": {
"line": 28,
"column": 18
},
"identifierName": "clearDrawnUids"
},
"name": "clearDrawnUids"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 993,
"end": 1034,
"loc": {
"start": {
"line": 28,
"column": 21
},
"end": {
"line": 30,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1004,
"end": 1027,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 31
}
},
"expression": {
"type": "CallExpression",
"start": 1004,
"end": 1026,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
"start": 1004,
"end": 1024,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 1004,
"end": 1018,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1004,
"end": 1008,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1009,
"end": 1018,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 22
},
"identifierName": "drawnUids"
},
"name": "drawnUids"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1019,
"end": 1024,
"loc": {
"start": {
"line": 29,
"column": 23
},
"end": {
"line": 29,
"column": 28
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1042,
"end": 2270,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 60,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1042,
"end": 1048,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 10
},
"identifierName": "update"
},
"name": "update"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1051,
"end": 2270,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 60,
"column": 5
}
},
"body": [
{
"type": "ForStatement",
"start": 1062,
"end": 2263,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 59,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 1067,
"end": 1076,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1071,
"end": 1076,
"loc": {
"start": {
"line": 33,
"column": 17
},
"end": {
"line": 33,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 1071,
"end": 1072,
"loc": {
"start": {
"line": 33,
"column": 17
},
"end": {
"line": 33,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 1075,
"end": 1076,
"loc": {
"start": {
"line": 33,
"column": 21
},
"end": {
"line": 33,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 1078,
"end": 1105,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 1078,
"end": 1079,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 1082,
"end": 1105,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 1082,
"end": 1098,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 1082,
"end": 1086,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 1087,
"end": 1098,
"loc": {
"start": {
"line": 33,
"column": 33
},
"end": {
"line": 33,
"column": 44
},
"identifierName": "allEntities"
},
"name": "allEntities"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1099,
"end": 1105,
"loc": {
"start": {
"line": 33,
"column": 45
},
"end": {
"line": 33,
"column": 51
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 1107,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 53
},
"end": {
"line": 33,
"column": 56
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1109,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 55
},
"end": {
"line": 33,
"column": 56
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 1112,
"end": 2263,
"loc": {
"start": {
"line": 33,
"column": 58
},
"end": {
"line": 59,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1127,
"end": 1162,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1133,
"end": 1161,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 1133,
"end": 1139,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"column": 24
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 1142,
"end": 1161,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1142,
"end": 1158,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 1142,
"end": 1146,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1147,
"end": 1158,
"loc": {
"start": {
"line": 34,
"column": 32
},
"end": {
"line": 34,
"column": 43
},
"identifierName": "allEntities"
},
"name": "allEntities"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1159,
"end": 1160,
"loc": {
"start": {
"line": 34,
"column": 44
},
"end": {
"line": 34,
"column": 45
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1176,
"end": 1222,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 58
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1182,
"end": 1221,
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 57
}
},
"id": {
"type": "Identifier",
"start": 1182,
"end": 1193,
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 29
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"init": {
"type": "MemberExpression",
"start": 1196,
"end": 1221,
"loc": {
"start": {
"line": 35,
"column": 32
},
"end": {
"line": 35,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 1196,
"end": 1213,
"loc": {
"start": {
"line": 35,
"column": 32
},
"end": {
"line": 35,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1196,
"end": 1202,
"loc": {
"start": {
"line": 35,
"column": 32
},
"end": {
"line": 35,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 1203,
"end": 1213,
"loc": {
"start": {
"line": 35,
"column": 39
},
"end": {
"line": 35,
"column": 49
},
"identifierName": "components"
},
"name": "components"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1214,
"end": 1221,
"loc": {
"start": {
"line": 35,
"column": 50
},
"end": {
"line": 35,
"column": 57
},
"identifierName": "Storage"
},
"name": "Storage"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1236,
"end": 1281,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 57
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1242,
"end": 1280,
"loc": {
"start": {
"line": 36,
"column": 18
},
"end": {
"line": 36,
"column": 56
}
},
"id": {
"type": "Identifier",
"start": 1242,
"end": 1250,
"loc": {
"start": {
"line": 36,
"column": 18
},
"end": {
"line": 36,
"column": 26
},
"identifierName": "pinsComp"
},
"name": "pinsComp"
},
"init": {
"type": "MemberExpression",
"start": 1253,
"end": 1280,
"loc": {
"start": {
"line": 36,
"column": 29
},
"end": {
"line": 36,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1253,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 29
},
"end": {
"line": 36,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 1253,
"end": 1259,
"loc": {
"start": {
"line": 36,
"column": 29
},
"end": {
"line": 36,
"column": 35
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 1260,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 36
},
"end": {
"line": 36,
"column": 46
},
"identifierName": "components"
},
"name": "components"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1271,
"end": 1280,
"loc": {
"start": {
"line": 36,
"column": 47
},
"end": {
"line": 36,
"column": 56
},
"identifierName": "WiredPins"
},
"name": "WiredPins"
},
"computed": false
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentLine",
"value": " Eject from storage",
"start": 1297,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 33
}
}
}
]
},
{
"type": "IfStatement",
"start": 1332,
"end": 1913,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 52,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
"start": 1336,
"end": 1389,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 69
}
},
"left": {
"type": "MemberExpression",
"start": 1336,
"end": 1358,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1336,
"end": 1347,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 27
},
"identifierName": "storageComp"
},
"name": "storageComp",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1348,
"end": 1358,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 38
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"computed": false,
"leadingComments": null
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 1362,
"end": 1389,
"loc": {
"start": {
"line": 39,
"column": 42
},
"end": {
"line": 39,
"column": 69
}
},
"left": {
"type": "MemberExpression",
"start": 1362,
"end": 1385,
"loc": {
"start": {
"line": 39,
"column": 42
},
"end": {
"line": 39,
"column": 65
}
},
"object": {
"type": "Identifier",
"start": 1362,
"end": 1373,
"loc": {
"start": {
"line": 39,
"column": 42
},
"end": {
"line": 39,
"column": 53
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 1374,
"end": 1385,
"loc": {
"start": {
"line": 39,
"column": 54
},
"end": {
"line": 39,
"column": 65
},
"identifierName": "storedCount"
},
"name": "storedCount"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 1388,
"end": 1389,
"loc": {
"start": {
"line": 39,
"column": 68
},
"end": {
"line": 39,
"column": 69
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 1391,
"end": 1913,
"loc": {
"start": {
"line": 39,
"column": 71
},
"end": {
"line": 52,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1410,
"end": 1460,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 40,
"column": 66
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1416,
"end": 1459,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 65
}
},
"id": {
"type": "Identifier",
"start": 1416,
"end": 1427,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 33
},
"identifierName": "ejectorComp"
},
"name": "ejectorComp"
},
"init": {
"type": "MemberExpression",
"start": 1430,
"end": 1459,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 1430,
"end": 1447,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 1430,
"end": 1436,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 42
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 1437,
"end": 1447,
"loc": {
"start": {
"line": 40,
"column": 43
},
"end": {
"line": 40,
"column": 53
},
"identifierName": "components"
},
"name": "components"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1448,
"end": 1459,
"loc": {
"start": {
"line": 40,
"column": 54
},
"end": {
"line": 40,
"column": 65
},
"identifierName": "ItemEjector"
},
"name": "ItemEjector"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1480,
"end": 1528,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 64
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1486,
"end": 1527,
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 63
}
},
"id": {
"type": "Identifier",
"start": 1486,
"end": 1494,
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 30
},
"identifierName": "nextSlot"
},
"name": "nextSlot"
},
"init": {
"type": "CallExpression",
"start": 1497,
"end": 1527,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 63
}
},
"callee": {
"type": "MemberExpression",
"start": 1497,
"end": 1525,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 1497,
"end": 1508,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 44
},
"identifierName": "ejectorComp"
},
"name": "ejectorComp"
},
"property": {
"type": "Identifier",
"start": 1509,
"end": 1525,
"loc": {
"start": {
"line": 42,
"column": 45
},
"end": {
"line": 42,
"column": 61
},
"identifierName": "getFirstFreeSlot"
},
"name": "getFirstFreeSlot"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 1546,
"end": 1898,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 51,
"column": 17
}
},
"test": {
"type": "BinaryExpression",
"start": 1550,
"end": 1567,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 37
}
},
"left": {
"type": "Identifier",
"start": 1550,
"end": 1558,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 28
},
"identifierName": "nextSlot"
},
"name": "nextSlot"
},
"operator": "!==",
"right": {
"type": "NullLiteral",
"start": 1563,
"end": 1567,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 37
}
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 1569,
"end": 1898,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 51,
"column": 17
}
},
"body": [
{
"type": "IfStatement",
"start": 1592,
"end": 1879,
"loc": {
"start": {
"line": 44,
"column": 20
},
"end": {
"line": 50,
"column": 21
}
},
"test": {
"type": "CallExpression",
"start": 1596,
"end": 1650,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 78
}
},
"callee": {
"type": "MemberExpression",
"start": 1596,
"end": 1616,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 1596,
"end": 1607,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 35
},
"identifierName": "ejectorComp"
},
"name": "ejectorComp"
},
"property": {
"type": "Identifier",
"start": 1608,
"end": 1616,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 44
},
"identifierName": "tryEject"
},
"name": "tryEject"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1617,
"end": 1625,
"loc": {
"start": {
"line": 44,
"column": 45
},
"end": {
"line": 44,
"column": 53
},
"identifierName": "nextSlot"
},
"name": "nextSlot"
},
{
"type": "MemberExpression",
"start": 1627,
"end": 1649,
"loc": {
"start": {
"line": 44,
"column": 55
},
"end": {
"line": 44,
"column": 77
}
},
"object": {
"type": "Identifier",
"start": 1627,
"end": 1638,
"loc": {
"start": {
"line": 44,
"column": 55
},
"end": {
"line": 44,
"column": 66
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 1639,
"end": 1649,
"loc": {
"start": {
"line": 44,
"column": 67
},
"end": {
"line": 44,
"column": 77
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"computed": false
}
]
},
"consequent": {
"type": "BlockStatement",
"start": 1652,
"end": 1879,
"loc": {
"start": {
"line": 44,
"column": 80
},
"end": {
"line": 50,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1679,
"end": 1705,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 50
}
},
"expression": {
"type": "UpdateExpression",
"start": 1679,
"end": 1704,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 49
}
},
"operator": "--",
"prefix": false,
"argument": {
"type": "MemberExpression",
"start": 1679,
"end": 1702,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 1679,
"end": 1690,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 35
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 1691,
"end": 1702,
"loc": {
"start": {
"line": 45,
"column": 36
},
"end": {
"line": 45,
"column": 47
},
"identifierName": "storedCount"
},
"name": "storedCount"
},
"computed": false
}
}
},
{
"type": "IfStatement",
"start": 1733,
"end": 1856,
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 49,
"column": 25
}
},
"test": {
"type": "BinaryExpression",
"start": 1737,
"end": 1766,
"loc": {
"start": {
"line": 47,
"column": 28
},
"end": {
"line": 47,
"column": 57
}
},
"left": {
"type": "MemberExpression",
"start": 1737,
"end": 1760,
"loc": {
"start": {
"line": 47,
"column": 28
},
"end": {
"line": 47,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 1737,
"end": 1748,
"loc": {
"start": {
"line": 47,
"column": 28
},
"end": {
"line": 47,
"column": 39
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 1749,
"end": 1760,
"loc": {
"start": {
"line": 47,
"column": 40
},
"end": {
"line": 47,
"column": 51
},
"identifierName": "storedCount"
},
"name": "storedCount"
},
"computed": false
},
"operator": "===",
"right": {
"type": "NumericLiteral",
"start": 1765,
"end": 1766,
"loc": {
"start": {
"line": 47,
"column": 56
},
"end": {
"line": 47,
"column": 57
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 1768,
"end": 1856,
"loc": {
"start": {
"line": 47,
"column": 59
},
"end": {
"line": 49,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1799,
"end": 1829,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 58
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1799,
"end": 1828,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 57
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1799,
"end": 1821,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 1799,
"end": 1810,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 39
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 1811,
"end": 1821,
"loc": {
"start": {
"line": 48,
"column": 40
},
"end": {
"line": 48,
"column": 50
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 1824,
"end": 1828,
"loc": {
"start": {
"line": 48,
"column": 53
},
"end": {
"line": 48,
"column": 57
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " Eject from storage",
"start": 1297,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 33
}
}
}
]
},
{
"type": "VariableDeclaration",
"start": 1929,
"end": 1983,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 66
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1933,
"end": 1982,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 65
}
},
"id": {
"type": "Identifier",
"start": 1933,
"end": 1944,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 27
},
"identifierName": "targetAlpha"
},
"name": "targetAlpha"
},
"init": {
"type": "ConditionalExpression",
"start": 1947,
"end": 1982,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 65
}
},
"test": {
"type": "BinaryExpression",
"start": 1947,
"end": 1974,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 57
}
},
"left": {
"type": "MemberExpression",
"start": 1947,
"end": 1970,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 1947,
"end": 1958,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 41
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 1959,
"end": 1970,
"loc": {
"start": {
"line": 54,
"column": 42
},
"end": {
"line": 54,
"column": 53
},
"identifierName": "storedCount"
},
"name": "storedCount"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 1973,
"end": 1974,
"loc": {
"start": {
"line": 54,
"column": 56
},
"end": {
"line": 54,
"column": 57
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "NumericLiteral",
"start": 1977,
"end": 1978,
"loc": {
"start": {
"line": 54,
"column": 60
},
"end": {
"line": 54,
"column": 61
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"alternate": {
"type": "NumericLiteral",
"start": 1981,
"end": 1982,
"loc": {
"start": {
"line": 54,
"column": 64
},
"end": {
"line": 54,
"column": 65
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 1997,
"end": 2078,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 93
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1997,
"end": 2077,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 92
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1997,
"end": 2023,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1997,
"end": 2008,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 23
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 2009,
"end": 2023,
"loc": {
"start": {
"line": 55,
"column": 24
},
"end": {
"line": 55,
"column": 38
},
"identifierName": "overlayOpacity"
},
"name": "overlayOpacity"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2026,
"end": 2077,
"loc": {
"start": {
"line": 55,
"column": 41
},
"end": {
"line": 55,
"column": 92
}
},
"callee": {
"type": "Identifier",
"start": 2026,
"end": 2030,
"loc": {
"start": {
"line": 55,
"column": 41
},
"end": {
"line": 55,
"column": 45
},
"identifierName": "lerp"
},
"name": "lerp"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2031,
"end": 2057,
"loc": {
"start": {
"line": 55,
"column": 46
},
"end": {
"line": 55,
"column": 72
}
},
"object": {
"type": "Identifier",
"start": 2031,
"end": 2042,
"loc": {
"start": {
"line": 55,
"column": 46
},
"end": {
"line": 55,
"column": 57
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 2043,
"end": 2057,
"loc": {
"start": {
"line": 55,
"column": 58
},
"end": {
"line": 55,
"column": 72
},
"identifierName": "overlayOpacity"
},
"name": "overlayOpacity"
},
"computed": false
},
{
"type": "Identifier",
"start": 2059,
"end": 2070,
"loc": {
"start": {
"line": 55,
"column": 74
},
"end": {
"line": 55,
"column": 85
},
"identifierName": "targetAlpha"
},
"name": "targetAlpha"
},
{
"type": "NumericLiteral",
"start": 2072,
"end": 2076,
"loc": {
"start": {
"line": 55,
"column": 87
},
"end": {
"line": 55,
"column": 91
}
},
"extra": {
"rawValue": 0.05,
"raw": "0.05"
},
"value": 0.05
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 2094,
"end": 2143,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 61
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2094,
"end": 2142,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 60
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2094,
"end": 2117,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 2094,
"end": 2111,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2094,
"end": 2108,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 2094,
"end": 2102,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 20
},
"identifierName": "pinsComp"
},
"name": "pinsComp"
},
"property": {
"type": "Identifier",
"start": 2103,
"end": 2108,
"loc": {
"start": {
"line": 57,
"column": 21
},
"end": {
"line": 57,
"column": 26
},
"identifierName": "slots"
},
"name": "slots"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2109,
"end": 2110,
"loc": {
"start": {
"line": 57,
"column": 27
},
"end": {
"line": 57,
"column": 28
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 2112,
"end": 2117,
"loc": {
"start": {
"line": 57,
"column": 30
},
"end": {
"line": 57,
"column": 35
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 2120,
"end": 2142,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 60
}
},
"object": {
"type": "Identifier",
"start": 2120,
"end": 2131,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 49
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 2132,
"end": 2142,
"loc": {
"start": {
"line": 57,
"column": 50
},
"end": {
"line": 57,
"column": 60
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 2157,
"end": 2252,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 107
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2157,
"end": 2251,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 106
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2157,
"end": 2180,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 2157,
"end": 2174,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2157,
"end": 2171,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 2157,
"end": 2165,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 20
},
"identifierName": "pinsComp"
},
"name": "pinsComp"
},
"property": {
"type": "Identifier",
"start": 2166,
"end": 2171,
"loc": {
"start": {
"line": 58,
"column": 21
},
"end": {
"line": 58,
"column": 26
},
"identifierName": "slots"
},
"name": "slots"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2172,
"end": 2173,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 28
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 2175,
"end": 2180,
"loc": {
"start": {
"line": 58,
"column": 30
},
"end": {
"line": 58,
"column": 35
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
},
"right": {
"type": "ConditionalExpression",
"start": 2183,
"end": 2251,
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 106
}
},
"test": {
"type": "CallExpression",
"start": 2183,
"end": 2206,
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 61
}
},
"callee": {
"type": "MemberExpression",
"start": 2183,
"end": 2204,
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 2183,
"end": 2194,
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 49
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 2195,
"end": 2204,
"loc": {
"start": {
"line": 58,
"column": 50
},
"end": {
"line": 58,
"column": 59
},
"identifierName": "getIsFull"
},
"name": "getIsFull"
},
"computed": false
},
"arguments": []
},
"consequent": {
"type": "Identifier",
"start": 2209,
"end": 2228,
"loc": {
"start": {
"line": 58,
"column": 64
},
"end": {
"line": 58,
"column": 83
},
"identifierName": "BOOL_TRUE_SINGLETON"
},
"name": "BOOL_TRUE_SINGLETON"
},
"alternate": {
"type": "Identifier",
"start": 2231,
"end": 2251,
"loc": {
"start": {
"line": 58,
"column": 86
},
"end": {
"line": 58,
"column": 106
},
"identifierName": "BOOL_FALSE_SINGLETON"
},
"name": "BOOL_FALSE_SINGLETON"
}
}
}
}
],
"directives": []
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {DrawParameters} parameters\r\n * @param {MapChunkView} chunk\r\n ",
"start": 2278,
"end": 2369,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 65,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 2375,
"end": 3913,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 104,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2375,
"end": 2406,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 35
},
"identifierName": "drawChunk_ForegroundStaticLayer"
},
"name": "drawChunk_ForegroundStaticLayer",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2407,
"end": 2417,
"loc": {
"start": {
"line": 66,
"column": 36
},
"end": {
"line": 66,
"column": 46
},
"identifierName": "parameters"
},
"name": "parameters"
},
{
"type": "Identifier",
"start": 2419,
"end": 2424,
"loc": {
"start": {
"line": 66,
"column": 48
},
"end": {
"line": 66,
"column": 53
},
"identifierName": "chunk"
},
"name": "chunk"
}
],
"body": {
"type": "BlockStatement",
"start": 2426,
"end": 3913,
"loc": {
"start": {
"line": 66,
"column": 55
},
"end": {
"line": 104,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2437,
"end": 2493,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 64
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2443,
"end": 2492,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 63
}
},
"id": {
"type": "Identifier",
"start": 2443,
"end": 2451,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 22
},
"identifierName": "contents"
},
"name": "contents"
},
"init": {
"type": "MemberExpression",
"start": 2454,
"end": 2492,
"loc": {
"start": {
"line": 67,
"column": 25
},
"end": {
"line": 67,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 2454,
"end": 2484,
"loc": {
"start": {
"line": 67,
"column": 25
},
"end": {
"line": 67,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 2454,
"end": 2459,
"loc": {
"start": {
"line": 67,
"column": 25
},
"end": {
"line": 67,
"column": 30
},
"identifierName": "chunk"
},
"name": "chunk"
},
"property": {
"type": "Identifier",
"start": 2460,
"end": 2484,
"loc": {
"start": {
"line": 67,
"column": 31
},
"end": {
"line": 67,
"column": 55
},
"identifierName": "containedEntitiesByLayer"
},
"name": "containedEntitiesByLayer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2485,
"end": 2492,
"loc": {
"start": {
"line": 67,
"column": 56
},
"end": {
"line": 67,
"column": 63
},
"identifierName": "regular"
},
"name": "regular"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ForStatement",
"start": 2503,
"end": 3906,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 103,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 2508,
"end": 2517,
"loc": {
"start": {
"line": 68,
"column": 13
},
"end": {
"line": 68,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2512,
"end": 2517,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 2512,
"end": 2513,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 2516,
"end": 2517,
"loc": {
"start": {
"line": 68,
"column": 21
},
"end": {
"line": 68,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 2519,
"end": 2538,
"loc": {
"start": {
"line": 68,
"column": 24
},
"end": {
"line": 68,
"column": 43
}
},
"left": {
"type": "Identifier",
"start": 2519,
"end": 2520,
"loc": {
"start": {
"line": 68,
"column": 24
},
"end": {
"line": 68,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 2523,
"end": 2538,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 43
}
},
"object": {
"type": "Identifier",
"start": 2523,
"end": 2531,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 36
},
"identifierName": "contents"
},
"name": "contents"
},
"property": {
"type": "Identifier",
"start": 2532,
"end": 2538,
"loc": {
"start": {
"line": 68,
"column": 37
},
"end": {
"line": 68,
"column": 43
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 2540,
"end": 2543,
"loc": {
"start": {
"line": 68,
"column": 45
},
"end": {
"line": 68,
"column": 48
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2542,
"end": 2543,
"loc": {
"start": {
"line": 68,
"column": 47
},
"end": {
"line": 68,
"column": 48
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 2545,
"end": 3906,
"loc": {
"start": {
"line": 68,
"column": 50
},
"end": {
"line": 103,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2560,
"end": 2587,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2566,
"end": 2586,
"loc": {
"start": {
"line": 69,
"column": 18
},
"end": {
"line": 69,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 2566,
"end": 2572,
"loc": {
"start": {
"line": 69,
"column": 18
},
"end": {
"line": 69,
"column": 24
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 2575,
"end": 2586,
"loc": {
"start": {
"line": 69,
"column": 27
},
"end": {
"line": 69,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 2575,
"end": 2583,
"loc": {
"start": {
"line": 69,
"column": 27
},
"end": {
"line": 69,
"column": 35
},
"identifierName": "contents"
},
"name": "contents"
},
"property": {
"type": "Identifier",
"start": 2584,
"end": 2585,
"loc": {
"start": {
"line": 69,
"column": 36
},
"end": {
"line": 69,
"column": 37
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2601,
"end": 2647,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 58
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2607,
"end": 2646,
"loc": {
"start": {
"line": 70,
"column": 18
},
"end": {
"line": 70,
"column": 57
}
},
"id": {
"type": "Identifier",
"start": 2607,
"end": 2618,
"loc": {
"start": {
"line": 70,
"column": 18
},
"end": {
"line": 70,
"column": 29
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"init": {
"type": "MemberExpression",
"start": 2621,
"end": 2646,
"loc": {
"start": {
"line": 70,
"column": 32
},
"end": {
"line": 70,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 2621,
"end": 2638,
"loc": {
"start": {
"line": 70,
"column": 32
},
"end": {
"line": 70,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 2621,
"end": 2627,
"loc": {
"start": {
"line": 70,
"column": 32
},
"end": {
"line": 70,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 2628,
"end": 2638,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 49
},
"identifierName": "components"
},
"name": "components"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2639,
"end": 2646,
"loc": {
"start": {
"line": 70,
"column": 50
},
"end": {
"line": 70,
"column": 57
},
"identifierName": "Storage"
},
"name": "Storage"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2661,
"end": 2722,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 73,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 2665,
"end": 2677,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 28
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2666,
"end": 2677,
"loc": {
"start": {
"line": 71,
"column": 17
},
"end": {
"line": 71,
"column": 28
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 2679,
"end": 2722,
"loc": {
"start": {
"line": 71,
"column": 30
},
"end": {
"line": 73,
"column": 13
}
},
"body": [
{
"type": "ContinueStatement",
"start": 2698,
"end": 2707,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 25
}
},
"label": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 2738,
"end": 2780,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2744,
"end": 2779,
"loc": {
"start": {
"line": 75,
"column": 18
},
"end": {
"line": 75,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 2744,
"end": 2754,
"loc": {
"start": {
"line": 75,
"column": 18
},
"end": {
"line": 75,
"column": 28
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"init": {
"type": "MemberExpression",
"start": 2757,
"end": 2779,
"loc": {
"start": {
"line": 75,
"column": 31
},
"end": {
"line": 75,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 2757,
"end": 2768,
"loc": {
"start": {
"line": 75,
"column": 31
},
"end": {
"line": 75,
"column": 42
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 2769,
"end": 2779,
"loc": {
"start": {
"line": 75,
"column": 43
},
"end": {
"line": 75,
"column": 53
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2794,
"end": 2854,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 78,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 2798,
"end": 2809,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 27
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2799,
"end": 2809,
"loc": {
"start": {
"line": 76,
"column": 17
},
"end": {
"line": 76,
"column": 27
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 2811,
"end": 2854,
"loc": {
"start": {
"line": 76,
"column": 29
},
"end": {
"line": 78,
"column": 13
}
},
"body": [
{
"type": "ContinueStatement",
"start": 2830,
"end": 2839,
"loc": {
"start": {
"line": 77,
"column": 16
},
"end": {
"line": 77,
"column": 25
}
},
"label": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 2870,
"end": 2949,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 82,
"column": 13
}
},
"test": {
"type": "CallExpression",
"start": 2874,
"end": 2904,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 2874,
"end": 2892,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 2874,
"end": 2888,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 2874,
"end": 2878,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 2879,
"end": 2888,
"loc": {
"start": {
"line": 80,
"column": 21
},
"end": {
"line": 80,
"column": 30
},
"identifierName": "drawnUids"
},
"name": "drawnUids"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2889,
"end": 2892,
"loc": {
"start": {
"line": 80,
"column": 31
},
"end": {
"line": 80,
"column": 34
},
"identifierName": "has"
},
"name": "has"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2893,
"end": 2903,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 2893,
"end": 2899,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 41
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 2900,
"end": 2903,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 80,
"column": 45
},
"identifierName": "uid"
},
"name": "uid"
},
"computed": false
}
]
},
"consequent": {
"type": "BlockStatement",
"start": 2906,
"end": 2949,
"loc": {
"start": {
"line": 80,
"column": 48
},
"end": {
"line": 82,
"column": 13
}
},
"body": [
{
"type": "ContinueStatement",
"start": 2925,
"end": 2934,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 25
}
},
"label": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 2965,
"end": 2996,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 2965,
"end": 2995,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 42
}
},
"callee": {
"type": "MemberExpression",
"start": 2965,
"end": 2983,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 2965,
"end": 2979,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 2965,
"end": 2969,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2970,
"end": 2979,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 26
},
"identifierName": "drawnUids"
},
"name": "drawnUids"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2980,
"end": 2983,
"loc": {
"start": {
"line": 84,
"column": 27
},
"end": {
"line": 84,
"column": 30
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2984,
"end": 2994,
"loc": {
"start": {
"line": 84,
"column": 31
},
"end": {
"line": 84,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 2984,
"end": 2990,
"loc": {
"start": {
"line": 84,
"column": 31
},
"end": {
"line": 84,
"column": 37
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 2991,
"end": 2994,
"loc": {
"start": {
"line": 84,
"column": 38
},
"end": {
"line": 84,
"column": 41
},
"identifierName": "uid"
},
"name": "uid"
},
"computed": false
}
]
}
},
{
"type": "VariableDeclaration",
"start": 3012,
"end": 3065,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 65
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3018,
"end": 3064,
"loc": {
"start": {
"line": 86,
"column": 18
},
"end": {
"line": 86,
"column": 64
}
},
"id": {
"type": "Identifier",
"start": 3018,
"end": 3028,
"loc": {
"start": {
"line": 86,
"column": 18
},
"end": {
"line": 86,
"column": 28
},
"identifierName": "staticComp"
},
"name": "staticComp"
},
"init": {
"type": "MemberExpression",
"start": 3031,
"end": 3064,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 64
}
},
"object": {
"type": "MemberExpression",
"start": 3031,
"end": 3048,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 3031,
"end": 3037,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 37
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 3038,
"end": 3048,
"loc": {
"start": {
"line": 86,
"column": 38
},
"end": {
"line": 86,
"column": 48
},
"identifierName": "components"
},
"name": "components"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3049,
"end": 3064,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 86,
"column": 64
},
"identifierName": "StaticMapEntity"
},
"name": "StaticMapEntity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3081,
"end": 3116,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3087,
"end": 3115,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 3087,
"end": 3094,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 25
},
"identifierName": "context"
},
"name": "context"
},
"init": {
"type": "MemberExpression",
"start": 3097,
"end": 3115,
"loc": {
"start": {
"line": 88,
"column": 28
},
"end": {
"line": 88,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 3097,
"end": 3107,
"loc": {
"start": {
"line": 88,
"column": 28
},
"end": {
"line": 88,
"column": 38
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 3108,
"end": 3115,
"loc": {
"start": {
"line": 88,
"column": 39
},
"end": {
"line": 88,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3130,
"end": 3179,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 61
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3130,
"end": 3178,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 60
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3130,
"end": 3149,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 3130,
"end": 3137,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 19
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3138,
"end": 3149,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 31
},
"identifierName": "globalAlpha"
},
"name": "globalAlpha"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 3152,
"end": 3178,
"loc": {
"start": {
"line": 89,
"column": 34
},
"end": {
"line": 89,
"column": 60
}
},
"object": {
"type": "Identifier",
"start": 3152,
"end": 3163,
"loc": {
"start": {
"line": 89,
"column": 34
},
"end": {
"line": 89,
"column": 45
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 3164,
"end": 3178,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 89,
"column": 60
},
"identifierName": "overlayOpacity"
},
"name": "overlayOpacity"
},
"computed": false
}
}
},
{
"type": "VariableDeclaration",
"start": 3193,
"end": 3267,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 86
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3199,
"end": 3266,
"loc": {
"start": {
"line": 90,
"column": 18
},
"end": {
"line": 90,
"column": 85
}
},
"id": {
"type": "Identifier",
"start": 3199,
"end": 3205,
"loc": {
"start": {
"line": 90,
"column": 18
},
"end": {
"line": 90,
"column": 24
},
"identifierName": "center"
},
"name": "center"
},
"init": {
"type": "CallExpression",
"start": 3208,
"end": 3266,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 85
}
},
"callee": {
"type": "MemberExpression",
"start": 3208,
"end": 3264,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 83
}
},
"object": {
"type": "CallExpression",
"start": 3208,
"end": 3251,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 3208,
"end": 3249,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 68
}
},
"object": {
"type": "CallExpression",
"start": 3208,
"end": 3239,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 3208,
"end": 3237,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 3208,
"end": 3218,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 37
},
"identifierName": "staticComp"
},
"name": "staticComp"
},
"property": {
"type": "Identifier",
"start": 3219,
"end": 3237,
"loc": {
"start": {
"line": 90,
"column": 38
},
"end": {
"line": 90,
"column": 56
},
"identifierName": "getTileSpaceBounds"
},
"name": "getTileSpaceBounds"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 3240,
"end": 3249,
"loc": {
"start": {
"line": 90,
"column": 59
},
"end": {
"line": 90,
"column": 68
},
"identifierName": "getCenter"
},
"name": "getCenter"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 3252,
"end": 3264,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 83
},
"identifierName": "toWorldSpace"
},
"name": "toWorldSpace"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3281,
"end": 3352,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 83
}
},
"expression": {
"type": "CallExpression",
"start": 3281,
"end": 3351,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 82
}
},
"callee": {
"type": "MemberExpression",
"start": 3281,
"end": 3315,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 3281,
"end": 3291,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 22
},
"identifierName": "storedItem"
},
"name": "storedItem"
},
"property": {
"type": "Identifier",
"start": 3292,
"end": 3315,
"loc": {
"start": {
"line": 91,
"column": 23
},
"end": {
"line": 91,
"column": 46
},
"identifierName": "drawItemCenteredClipped"
},
"name": "drawItemCenteredClipped"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3316,
"end": 3324,
"loc": {
"start": {
"line": 91,
"column": 47
},
"end": {
"line": 91,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 3316,
"end": 3322,
"loc": {
"start": {
"line": 91,
"column": 47
},
"end": {
"line": 91,
"column": 53
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3323,
"end": 3324,
"loc": {
"start": {
"line": 91,
"column": 54
},
"end": {
"line": 91,
"column": 55
},
"identifierName": "x"
},
"name": "x"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 3326,
"end": 3334,
"loc": {
"start": {
"line": 91,
"column": 57
},
"end": {
"line": 91,
"column": 65
}
},
"object": {
"type": "Identifier",
"start": 3326,
"end": 3332,
"loc": {
"start": {
"line": 91,
"column": 57
},
"end": {
"line": 91,
"column": 63
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3333,
"end": 3334,
"loc": {
"start": {
"line": 91,
"column": 64
},
"end": {
"line": 91,
"column": 65
},
"identifierName": "y"
},
"name": "y"
},
"computed": false
},
{
"type": "Identifier",
"start": 3336,
"end": 3346,
"loc": {
"start": {
"line": 91,
"column": 67
},
"end": {
"line": 91,
"column": 77
},
"identifierName": "parameters"
},
"name": "parameters"
},
{
"type": "NumericLiteral",
"start": 3348,
"end": 3350,
"loc": {
"start": {
"line": 91,
"column": 79
},
"end": {
"line": 91,
"column": 81
}
},
"extra": {
"rawValue": 30,
"raw": "30"
},
"value": 30
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3368,
"end": 3455,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 99
}
},
"expression": {
"type": "CallExpression",
"start": 3368,
"end": 3454,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 3368,
"end": 3404,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 3368,
"end": 3393,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 3368,
"end": 3372,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3373,
"end": 3393,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 37
},
"identifierName": "storageOverlaySprite"
},
"name": "storageOverlaySprite"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3394,
"end": 3404,
"loc": {
"start": {
"line": 93,
"column": 38
},
"end": {
"line": 93,
"column": 48
},
"identifierName": "drawCached"
},
"name": "drawCached"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3405,
"end": 3415,
"loc": {
"start": {
"line": 93,
"column": 49
},
"end": {
"line": 93,
"column": 59
},
"identifierName": "parameters"
},
"name": "parameters"
},
{
"type": "BinaryExpression",
"start": 3417,
"end": 3430,
"loc": {
"start": {
"line": 93,
"column": 61
},
"end": {
"line": 93,
"column": 74
}
},
"left": {
"type": "MemberExpression",
"start": 3417,
"end": 3425,
"loc": {
"start": {
"line": 93,
"column": 61
},
"end": {
"line": 93,
"column": 69
}
},
"object": {
"type": "Identifier",
"start": 3417,
"end": 3423,
"loc": {
"start": {
"line": 93,
"column": 61
},
"end": {
"line": 93,
"column": 67
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3424,
"end": 3425,
"loc": {
"start": {
"line": 93,
"column": 68
},
"end": {
"line": 93,
"column": 69
},
"identifierName": "x"
},
"name": "x"
},
"computed": false
},
"operator": "-",
"right": {
"type": "NumericLiteral",
"start": 3428,
"end": 3430,
"loc": {
"start": {
"line": 93,
"column": 72
},
"end": {
"line": 93,
"column": 74
}
},
"extra": {
"rawValue": 15,
"raw": "15"
},
"value": 15
}
},
{
"type": "BinaryExpression",
"start": 3432,
"end": 3445,
"loc": {
"start": {
"line": 93,
"column": 76
},
"end": {
"line": 93,
"column": 89
}
},
"left": {
"type": "MemberExpression",
"start": 3432,
"end": 3440,
"loc": {
"start": {
"line": 93,
"column": 76
},
"end": {
"line": 93,
"column": 84
}
},
"object": {
"type": "Identifier",
"start": 3432,
"end": 3438,
"loc": {
"start": {
"line": 93,
"column": 76
},
"end": {
"line": 93,
"column": 82
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3439,
"end": 3440,
"loc": {
"start": {
"line": 93,
"column": 83
},
"end": {
"line": 93,
"column": 84
},
"identifierName": "y"
},
"name": "y"
},
"computed": false
},
"operator": "+",
"right": {
"type": "NumericLiteral",
"start": 3443,
"end": 3445,
"loc": {
"start": {
"line": 93,
"column": 87
},
"end": {
"line": 93,
"column": 89
}
},
"extra": {
"rawValue": 15,
"raw": "15"
},
"value": 15
}
},
{
"type": "NumericLiteral",
"start": 3447,
"end": 3449,
"loc": {
"start": {
"line": 93,
"column": 91
},
"end": {
"line": 93,
"column": 93
}
},
"extra": {
"rawValue": 30,
"raw": "30"
},
"value": 30
},
{
"type": "NumericLiteral",
"start": 3451,
"end": 3453,
"loc": {
"start": {
"line": 93,
"column": 95
},
"end": {
"line": 93,
"column": 97
}
},
"extra": {
"rawValue": 15,
"raw": "15"
},
"value": 15
}
]
}
},
{
"type": "IfStatement",
"start": 3471,
"end": 3857,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
},
"test": {
"type": "CallExpression",
"start": 3475,
"end": 3541,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 82
}
},
"callee": {
"type": "MemberExpression",
"start": 3475,
"end": 3512,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 3475,
"end": 3497,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 3475,
"end": 3485,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 26
},
"identifierName": "parameters"
},
"name": "parameters"
},
"property": {
"type": "Identifier",
"start": 3486,
"end": 3497,
"loc": {
"start": {
"line": 95,
"column": 27
},
"end": {
"line": 95,
"column": 38
},
"identifierName": "visibleRect"
},
"name": "visibleRect"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3498,
"end": 3512,
"loc": {
"start": {
"line": 95,
"column": 39
},
"end": {
"line": 95,
"column": 53
},
"identifierName": "containsCircle"
},
"name": "containsCircle"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3513,
"end": 3521,
"loc": {
"start": {
"line": 95,
"column": 54
},
"end": {
"line": 95,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 3513,
"end": 3519,
"loc": {
"start": {
"line": 95,
"column": 54
},
"end": {
"line": 95,
"column": 60
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3520,
"end": 3521,
"loc": {
"start": {
"line": 95,
"column": 61
},
"end": {
"line": 95,
"column": 62
},
"identifierName": "x"
},
"name": "x"
},
"computed": false
},
{
"type": "BinaryExpression",
"start": 3523,
"end": 3536,
"loc": {
"start": {
"line": 95,
"column": 64
},
"end": {
"line": 95,
"column": 77
}
},
"left": {
"type": "MemberExpression",
"start": 3523,
"end": 3531,
"loc": {
"start": {
"line": 95,
"column": 64
},
"end": {
"line": 95,
"column": 72
}
},
"object": {
"type": "Identifier",
"start": 3523,
"end": 3529,
"loc": {
"start": {
"line": 95,
"column": 64
},
"end": {
"line": 95,
"column": 70
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3530,
"end": 3531,
"loc": {
"start": {
"line": 95,
"column": 71
},
"end": {
"line": 95,
"column": 72
},
"identifierName": "y"
},
"name": "y"
},
"computed": false
},
"operator": "+",
"right": {
"type": "NumericLiteral",
"start": 3534,
"end": 3536,
"loc": {
"start": {
"line": 95,
"column": 75
},
"end": {
"line": 95,
"column": 77
}
},
"extra": {
"rawValue": 25,
"raw": "25"
},
"value": 25
}
},
{
"type": "NumericLiteral",
"start": 3538,
"end": 3540,
"loc": {
"start": {
"line": 95,
"column": 79
},
"end": {
"line": 95,
"column": 81
}
},
"extra": {
"rawValue": 20,
"raw": "20"
},
"value": 20
}
]
},
"consequent": {
"type": "BlockStatement",
"start": 3543,
"end": 3857,
"loc": {
"start": {
"line": 95,
"column": 84
},
"end": {
"line": 101,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3562,
"end": 3598,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3562,
"end": 3597,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3562,
"end": 3574,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3562,
"end": 3569,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3570,
"end": 3574,
"loc": {
"start": {
"line": 96,
"column": 24
},
"end": {
"line": 96,
"column": 28
},
"identifierName": "font"
},
"name": "font"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 3577,
"end": 3597,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 51
}
},
"extra": {
"rawValue": "bold 10px GameFont",
"raw": "\"bold 10px GameFont\""
},
"value": "bold 10px GameFont"
}
}
},
{
"type": "ExpressionStatement",
"start": 3616,
"end": 3645,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3616,
"end": 3644,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3616,
"end": 3633,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 3616,
"end": 3623,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3624,
"end": 3633,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 33
},
"identifierName": "textAlign"
},
"name": "textAlign"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 3636,
"end": 3644,
"loc": {
"start": {
"line": 97,
"column": 36
},
"end": {
"line": 97,
"column": 44
}
},
"extra": {
"rawValue": "center",
"raw": "\"center\""
},
"value": "center"
}
}
},
{
"type": "ExpressionStatement",
"start": 3663,
"end": 3693,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 46
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3663,
"end": 3692,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 45
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3663,
"end": 3680,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 3663,
"end": 3670,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3671,
"end": 3680,
"loc": {
"start": {
"line": 98,
"column": 24
},
"end": {
"line": 98,
"column": 33
},
"identifierName": "fillStyle"
},
"name": "fillStyle"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 3683,
"end": 3692,
"loc": {
"start": {
"line": 98,
"column": 36
},
"end": {
"line": 98,
"column": 45
}
},
"extra": {
"rawValue": "#64666e",
"raw": "\"#64666e\""
},
"value": "#64666e"
}
}
},
{
"type": "ExpressionStatement",
"start": 3711,
"end": 3797,
"loc": {
"start": {
"line": 99,
"column": 16
},
"end": {
"line": 99,
"column": 102
}
},
"expression": {
"type": "CallExpression",
"start": 3711,
"end": 3796,
"loc": {
"start": {
"line": 99,
"column": 16
},
"end": {
"line": 99,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 3711,
"end": 3727,
"loc": {
"start": {
"line": 99,
"column": 16
},
"end": {
"line": 99,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 3711,
"end": 3718,
"loc": {
"start": {
"line": 99,
"column": 16
},
"end": {
"line": 99,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3719,
"end": 3727,
"loc": {
"start": {
"line": 99,
"column": 24
},
"end": {
"line": 99,
"column": 32
},
"identifierName": "fillText"
},
"name": "fillText"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3728,
"end": 3768,
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 99,
"column": 73
}
},
"callee": {
"type": "Identifier",
"start": 3728,
"end": 3743,
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 99,
"column": 48
},
"identifierName": "formatBigNumber"
},
"name": "formatBigNumber"
},
"arguments": [
{
"type": "MemberExpression",
"start": 3744,
"end": 3767,
"loc": {
"start": {
"line": 99,
"column": 49
},
"end": {
"line": 99,
"column": 72
}
},
"object": {
"type": "Identifier",
"start": 3744,
"end": 3755,
"loc": {
"start": {
"line": 99,
"column": 49
},
"end": {
"line": 99,
"column": 60
},
"identifierName": "storageComp"
},
"name": "storageComp"
},
"property": {
"type": "Identifier",
"start": 3756,
"end": 3767,
"loc": {
"start": {
"line": 99,
"column": 61
},
"end": {
"line": 99,
"column": 72
},
"identifierName": "storedCount"
},
"name": "storedCount"
},
"computed": false
}
]
},
{
"type": "MemberExpression",
"start": 3770,
"end": 3778,
"loc": {
"start": {
"line": 99,
"column": 75
},
"end": {
"line": 99,
"column": 83
}
},
"object": {
"type": "Identifier",
"start": 3770,
"end": 3776,
"loc": {
"start": {
"line": 99,
"column": 75
},
"end": {
"line": 99,
"column": 81
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3777,
"end": 3778,
"loc": {
"start": {
"line": 99,
"column": 82
},
"end": {
"line": 99,
"column": 83
},
"identifierName": "x"
},
"name": "x"
},
"computed": false
},
{
"type": "BinaryExpression",
"start": 3780,
"end": 3795,
"loc": {
"start": {
"line": 99,
"column": 85
},
"end": {
"line": 99,
"column": 100
}
},
"left": {
"type": "MemberExpression",
"start": 3780,
"end": 3788,
"loc": {
"start": {
"line": 99,
"column": 85
},
"end": {
"line": 99,
"column": 93
}
},
"object": {
"type": "Identifier",
"start": 3780,
"end": 3786,
"loc": {
"start": {
"line": 99,
"column": 85
},
"end": {
"line": 99,
"column": 91
},
"identifierName": "center"
},
"name": "center"
},
"property": {
"type": "Identifier",
"start": 3787,
"end": 3788,
"loc": {
"start": {
"line": 99,
"column": 92
},
"end": {
"line": 99,
"column": 93
},
"identifierName": "y"
},
"name": "y"
},
"computed": false
},
"operator": "+",
"right": {
"type": "NumericLiteral",
"start": 3791,
"end": 3795,
"loc": {
"start": {
"line": 99,
"column": 96
},
"end": {
"line": 99,
"column": 100
}
},
"extra": {
"rawValue": 25.5,
"raw": "25.5"
},
"value": 25.5
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3815,
"end": 3842,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3815,
"end": 3841,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3815,
"end": 3832,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 3815,
"end": 3822,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3823,
"end": 3832,
"loc": {
"start": {
"line": 100,
"column": 24
},
"end": {
"line": 100,
"column": 33
},
"identifierName": "textAlign"
},
"name": "textAlign"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 3835,
"end": 3841,
"loc": {
"start": {
"line": 100,
"column": 36
},
"end": {
"line": 100,
"column": 42
}
},
"extra": {
"rawValue": "left",
"raw": "\"left\""
},
"value": "left"
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3871,
"end": 3895,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 36
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3871,
"end": 3894,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 35
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3871,
"end": 3890,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 3871,
"end": 3878,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 19
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3879,
"end": 3890,
"loc": {
"start": {
"line": 102,
"column": 20
},
"end": {
"line": 102,
"column": 31
},
"identifierName": "globalAlpha"
},
"name": "globalAlpha"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 3893,
"end": 3894,
"loc": {
"start": {
"line": 102,
"column": 34
},
"end": {
"line": 102,
"column": 35
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
}
],
"directives": []
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {DrawParameters} parameters\r\n * @param {MapChunkView} chunk\r\n ",
"start": 2278,
"end": 2369,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 65,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\r\n * Stores which uids were already drawn to avoid drawing entities twice\r\n * @type {Set<number>}\r\n ",
"start": 659,
"end": 788,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 18,
"column": 11
}
}
},
{
"type": "CommentLine",
"value": " Eject from storage",
"start": 1297,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 33
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {DrawParameters} parameters\r\n * @param {MapChunkView} chunk\r\n ",
"start": 2278,
"end": 2369,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 65,
"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": "GameSystemWithFilter",
"start": 9,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 30,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 32,
"end": 36,
"loc": {
"start": {
"line": 1,
"column": 32
},
"end": {
"line": 1,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../game_system_with_filter",
"start": 37,
"end": 65,
"loc": {
"start": {
"line": 1,
"column": 37
},
"end": {
"line": 1,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 65,
"end": 66,
"loc": {
"start": {
"line": 1,
"column": 65
},
"end": {
"line": 1,
"column": 66
}
}
},
{
"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": 68,
"end": 74,
"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": 75,
"end": 76,
"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": "StorageComponent",
"start": 77,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 94,
"end": 95,
"loc": {
"start": {
"line": 2,
"column": 26
},
"end": {
"line": 2,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 96,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../components/storage",
"start": 101,
"end": 124,
"loc": {
"start": {
"line": 2,
"column": 33
},
"end": {
"line": 2,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 124,
"end": 125,
"loc": {
"start": {
"line": 2,
"column": 56
},
"end": {
"line": 2,
"column": 57
}
}
},
{
"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": 127,
"end": 133,
"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": 134,
"end": 135,
"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": "DrawParameters",
"start": 136,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 151,
"end": 152,
"loc": {
"start": {
"line": 3,
"column": 24
},
"end": {
"line": 3,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 153,
"end": 157,
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"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": 158,
"end": 186,
"loc": {
"start": {
"line": 3,
"column": 31
},
"end": {
"line": 3,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 186,
"end": 187,
"loc": {
"start": {
"line": 3,
"column": 59
},
"end": {
"line": 3,
"column": 60
}
}
},
{
"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": 189,
"end": 195,
"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": 196,
"end": 197,
"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": "formatBigNumber",
"start": 198,
"end": 213,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 213,
"end": 214,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lerp",
"start": 215,
"end": 219,
"loc": {
"start": {
"line": 4,
"column": 26
},
"end": {
"line": 4,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 220,
"end": 221,
"loc": {
"start": {
"line": 4,
"column": 31
},
"end": {
"line": 4,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 222,
"end": 226,
"loc": {
"start": {
"line": 4,
"column": 33
},
"end": {
"line": 4,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../core/utils",
"start": 227,
"end": 245,
"loc": {
"start": {
"line": 4,
"column": 38
},
"end": {
"line": 4,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 245,
"end": 246,
"loc": {
"start": {
"line": 4,
"column": 56
},
"end": {
"line": 4,
"column": 57
}
}
},
{
"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": 248,
"end": 254,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 255,
"end": 256,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 5,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Loader",
"start": 257,
"end": 263,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 264,
"end": 265,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 266,
"end": 270,
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../core/loader",
"start": 271,
"end": 290,
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 5,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 290,
"end": 291,
"loc": {
"start": {
"line": 5,
"column": 42
},
"end": {
"line": 5,
"column": 43
}
}
},
{
"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": 293,
"end": 299,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 300,
"end": 301,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BOOL_TRUE_SINGLETON",
"start": 302,
"end": 321,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 321,
"end": 322,
"loc": {
"start": {
"line": 6,
"column": 28
},
"end": {
"line": 6,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BOOL_FALSE_SINGLETON",
"start": 323,
"end": 343,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 50
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 344,
"end": 345,
"loc": {
"start": {
"line": 6,
"column": 51
},
"end": {
"line": 6,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 346,
"end": 350,
"loc": {
"start": {
"line": 6,
"column": 53
},
"end": {
"line": 6,
"column": 57
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../items/boolean_item",
"start": 351,
"end": 374,
"loc": {
"start": {
"line": 6,
"column": 58
},
"end": {
"line": 6,
"column": 81
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 374,
"end": 375,
"loc": {
"start": {
"line": 6,
"column": 81
},
"end": {
"line": 6,
"column": 82
}
}
},
{
"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": 377,
"end": 383,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 384,
"end": 385,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "MapChunkView",
"start": 386,
"end": 398,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 399,
"end": 400,
"loc": {
"start": {
"line": 7,
"column": 22
},
"end": {
"line": 7,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 401,
"end": 405,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../map_chunk_view",
"start": 406,
"end": 425,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 7,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 425,
"end": 426,
"loc": {
"start": {
"line": 7,
"column": 48
},
"end": {
"line": 7,
"column": 49
}
}
},
{
"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": 430,
"end": 436,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 6
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 437,
"end": 442,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 9,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "StorageSystem",
"start": 443,
"end": 456,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 26
}
}
},
{
"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": 457,
"end": 464,
"loc": {
"start": {
"line": 9,
"column": 27
},
"end": {
"line": 9,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "GameSystemWithFilter",
"start": 465,
"end": 485,
"loc": {
"start": {
"line": 9,
"column": 35
},
"end": {
"line": 9,
"column": 55
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 486,
"end": 487,
"loc": {
"start": {
"line": 9,
"column": 56
},
"end": {
"line": 9,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 493,
"end": 504,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 504,
"end": 505,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 505,
"end": 509,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 509,
"end": 510,
"loc": {
"start": {
"line": 10,
"column": 20
},
"end": {
"line": 10,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 511,
"end": 512,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 23
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 522,
"end": 527,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 527,
"end": 528,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 528,
"end": 532,
"loc": {
"start": {
"line": 11,
"column": 14
},
"end": {
"line": 11,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 532,
"end": 533,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 19
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 534,
"end": 535,
"loc": {
"start": {
"line": 11,
"column": 20
},
"end": {
"line": 11,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "StorageComponent",
"start": 535,
"end": 551,
"loc": {
"start": {
"line": 11,
"column": 21
},
"end": {
"line": 11,
"column": 37
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 551,
"end": 552,
"loc": {
"start": {
"line": 11,
"column": 37
},
"end": {
"line": 11,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 552,
"end": 553,
"loc": {
"start": {
"line": 11,
"column": 38
},
"end": {
"line": 11,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 553,
"end": 554,
"loc": {
"start": {
"line": 11,
"column": 39
},
"end": {
"line": 11,
"column": 40
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 566,
"end": 570,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 570,
"end": 571,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageOverlaySprite",
"start": 571,
"end": 591,
"loc": {
"start": {
"line": 13,
"column": 13
},
"end": {
"line": 13,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 592,
"end": 593,
"loc": {
"start": {
"line": 13,
"column": 34
},
"end": {
"line": 13,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Loader",
"start": 594,
"end": 600,
"loc": {
"start": {
"line": 13,
"column": 36
},
"end": {
"line": 13,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 600,
"end": 601,
"loc": {
"start": {
"line": 13,
"column": 42
},
"end": {
"line": 13,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getSprite",
"start": 601,
"end": 610,
"loc": {
"start": {
"line": 13,
"column": 43
},
"end": {
"line": 13,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 610,
"end": 611,
"loc": {
"start": {
"line": 13,
"column": 52
},
"end": {
"line": 13,
"column": 53
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "sprites/misc/storage_overlay.png",
"start": 611,
"end": 645,
"loc": {
"start": {
"line": 13,
"column": 53
},
"end": {
"line": 13,
"column": 87
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 645,
"end": 646,
"loc": {
"start": {
"line": 13,
"column": 87
},
"end": {
"line": 13,
"column": 88
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 646,
"end": 647,
"loc": {
"start": {
"line": 13,
"column": 88
},
"end": {
"line": 13,
"column": 89
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Stores which uids were already drawn to avoid drawing entities twice\r\n * @type {Set<number>}\r\n ",
"start": 659,
"end": 788,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 18,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 798,
"end": 802,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 802,
"end": 803,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawnUids",
"start": 803,
"end": 812,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 813,
"end": 814,
"loc": {
"start": {
"line": 19,
"column": 23
},
"end": {
"line": 19,
"column": 24
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 815,
"end": 818,
"loc": {
"start": {
"line": 19,
"column": 25
},
"end": {
"line": 19,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Set",
"start": 819,
"end": 822,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 822,
"end": 823,
"loc": {
"start": {
"line": 19,
"column": 32
},
"end": {
"line": 19,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 823,
"end": 824,
"loc": {
"start": {
"line": 19,
"column": 33
},
"end": {
"line": 19,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 824,
"end": 825,
"loc": {
"start": {
"line": 19,
"column": 34
},
"end": {
"line": 19,
"column": 35
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 837,
"end": 841,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 841,
"end": 842,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 842,
"end": 846,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 846,
"end": 847,
"loc": {
"start": {
"line": 21,
"column": 17
},
"end": {
"line": 21,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "signals",
"start": 847,
"end": 854,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 854,
"end": 855,
"loc": {
"start": {
"line": 21,
"column": 25
},
"end": {
"line": 21,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gameFrameStarted",
"start": 855,
"end": 871,
"loc": {
"start": {
"line": 21,
"column": 26
},
"end": {
"line": 21,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 871,
"end": 872,
"loc": {
"start": {
"line": 21,
"column": 42
},
"end": {
"line": 21,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 872,
"end": 875,
"loc": {
"start": {
"line": 21,
"column": 43
},
"end": {
"line": 21,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 875,
"end": 876,
"loc": {
"start": {
"line": 21,
"column": 46
},
"end": {
"line": 21,
"column": 47
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 876,
"end": 880,
"loc": {
"start": {
"line": 21,
"column": 47
},
"end": {
"line": 21,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 880,
"end": 881,
"loc": {
"start": {
"line": 21,
"column": 51
},
"end": {
"line": 21,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearDrawnUids",
"start": 881,
"end": 895,
"loc": {
"start": {
"line": 21,
"column": 52
},
"end": {
"line": 21,
"column": 66
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 895,
"end": 896,
"loc": {
"start": {
"line": 21,
"column": 66
},
"end": {
"line": 21,
"column": 67
}
}
},
{
"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": 897,
"end": 901,
"loc": {
"start": {
"line": 21,
"column": 68
},
"end": {
"line": 21,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 901,
"end": 902,
"loc": {
"start": {
"line": 21,
"column": 72
},
"end": {
"line": 21,
"column": 73
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 902,
"end": 903,
"loc": {
"start": {
"line": 21,
"column": 73
},
"end": {
"line": 21,
"column": 74
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 909,
"end": 910,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "static",
"start": 918,
"end": 924,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getId",
"start": 925,
"end": 930,
"loc": {
"start": {
"line": 24,
"column": 11
},
"end": {
"line": 24,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 930,
"end": 931,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 931,
"end": 932,
"loc": {
"start": {
"line": 24,
"column": 17
},
"end": {
"line": 24,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 933,
"end": 934,
"loc": {
"start": {
"line": 24,
"column": 19
},
"end": {
"line": 24,
"column": 20
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 944,
"end": 950,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 14
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "storage",
"start": 951,
"end": 960,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 960,
"end": 961,
"loc": {
"start": {
"line": 25,
"column": 24
},
"end": {
"line": 25,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 967,
"end": 968,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearDrawnUids",
"start": 976,
"end": 990,
"loc": {
"start": {
"line": 28,
"column": 4
},
"end": {
"line": 28,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 990,
"end": 991,
"loc": {
"start": {
"line": 28,
"column": 18
},
"end": {
"line": 28,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 991,
"end": 992,
"loc": {
"start": {
"line": 28,
"column": 19
},
"end": {
"line": 28,
"column": 20
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 993,
"end": 994,
"loc": {
"start": {
"line": 28,
"column": 21
},
"end": {
"line": 28,
"column": 22
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1004,
"end": 1008,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1008,
"end": 1009,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawnUids",
"start": 1009,
"end": 1018,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1018,
"end": 1019,
"loc": {
"start": {
"line": 29,
"column": 22
},
"end": {
"line": 29,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 1019,
"end": 1024,
"loc": {
"start": {
"line": 29,
"column": 23
},
"end": {
"line": 29,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1024,
"end": 1025,
"loc": {
"start": {
"line": 29,
"column": 28
},
"end": {
"line": 29,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1025,
"end": 1026,
"loc": {
"start": {
"line": 29,
"column": 29
},
"end": {
"line": 29,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1026,
"end": 1027,
"loc": {
"start": {
"line": 29,
"column": 30
},
"end": {
"line": 29,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1033,
"end": 1034,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 1042,
"end": 1048,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 10
}
}
},
{
"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": 32,
"column": 10
},
"end": {
"line": 32,
"column": 11
}
}
},
{
"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": 32,
"column": 11
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1051,
"end": 1052,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"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": 1062,
"end": 1065,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1066,
"end": 1067,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"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": 1067,
"end": 1070,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1071,
"end": 1072,
"loc": {
"start": {
"line": 33,
"column": 17
},
"end": {
"line": 33,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1073,
"end": 1074,
"loc": {
"start": {
"line": 33,
"column": 19
},
"end": {
"line": 33,
"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": 1075,
"end": 1076,
"loc": {
"start": {
"line": 33,
"column": 21
},
"end": {
"line": 33,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1076,
"end": 1077,
"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": "i",
"start": 1078,
"end": 1079,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 1080,
"end": 1081,
"loc": {
"start": {
"line": 33,
"column": 26
},
"end": {
"line": 33,
"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": 1082,
"end": 1086,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1086,
"end": 1087,
"loc": {
"start": {
"line": 33,
"column": 32
},
"end": {
"line": 33,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "allEntities",
"start": 1087,
"end": 1098,
"loc": {
"start": {
"line": 33,
"column": 33
},
"end": {
"line": 33,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1098,
"end": 1099,
"loc": {
"start": {
"line": 33,
"column": 44
},
"end": {
"line": 33,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1099,
"end": 1105,
"loc": {
"start": {
"line": 33,
"column": 45
},
"end": {
"line": 33,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1105,
"end": 1106,
"loc": {
"start": {
"line": 33,
"column": 51
},
"end": {
"line": 33,
"column": 52
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 1107,
"end": 1109,
"loc": {
"start": {
"line": 33,
"column": 53
},
"end": {
"line": 33,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1109,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 55
},
"end": {
"line": 33,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1110,
"end": 1111,
"loc": {
"start": {
"line": 33,
"column": 56
},
"end": {
"line": 33,
"column": 57
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1112,
"end": 1113,
"loc": {
"start": {
"line": 33,
"column": 58
},
"end": {
"line": 33,
"column": 59
}
}
},
{
"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": 1127,
"end": 1132,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1133,
"end": 1139,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1140,
"end": 1141,
"loc": {
"start": {
"line": 34,
"column": 25
},
"end": {
"line": 34,
"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": 1142,
"end": 1146,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1146,
"end": 1147,
"loc": {
"start": {
"line": 34,
"column": 31
},
"end": {
"line": 34,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "allEntities",
"start": 1147,
"end": 1158,
"loc": {
"start": {
"line": 34,
"column": 32
},
"end": {
"line": 34,
"column": 43
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1158,
"end": 1159,
"loc": {
"start": {
"line": 34,
"column": 43
},
"end": {
"line": 34,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1159,
"end": 1160,
"loc": {
"start": {
"line": 34,
"column": 44
},
"end": {
"line": 34,
"column": 45
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1160,
"end": 1161,
"loc": {
"start": {
"line": 34,
"column": 45
},
"end": {
"line": 34,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1161,
"end": 1162,
"loc": {
"start": {
"line": 34,
"column": 46
},
"end": {
"line": 34,
"column": 47
}
}
},
{
"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": 1176,
"end": 1181,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1182,
"end": 1193,
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1194,
"end": 1195,
"loc": {
"start": {
"line": 35,
"column": 30
},
"end": {
"line": 35,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1196,
"end": 1202,
"loc": {
"start": {
"line": 35,
"column": 32
},
"end": {
"line": 35,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1202,
"end": 1203,
"loc": {
"start": {
"line": 35,
"column": 38
},
"end": {
"line": 35,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "components",
"start": 1203,
"end": 1213,
"loc": {
"start": {
"line": 35,
"column": 39
},
"end": {
"line": 35,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1213,
"end": 1214,
"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": "Storage",
"start": 1214,
"end": 1221,
"loc": {
"start": {
"line": 35,
"column": 50
},
"end": {
"line": 35,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1221,
"end": 1222,
"loc": {
"start": {
"line": 35,
"column": 57
},
"end": {
"line": 35,
"column": 58
}
}
},
{
"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": 1236,
"end": 1241,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pinsComp",
"start": 1242,
"end": 1250,
"loc": {
"start": {
"line": 36,
"column": 18
},
"end": {
"line": 36,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1251,
"end": 1252,
"loc": {
"start": {
"line": 36,
"column": 27
},
"end": {
"line": 36,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1253,
"end": 1259,
"loc": {
"start": {
"line": 36,
"column": 29
},
"end": {
"line": 36,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1259,
"end": 1260,
"loc": {
"start": {
"line": 36,
"column": 35
},
"end": {
"line": 36,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "components",
"start": 1260,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 36
},
"end": {
"line": 36,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1270,
"end": 1271,
"loc": {
"start": {
"line": 36,
"column": 46
},
"end": {
"line": 36,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "WiredPins",
"start": 1271,
"end": 1280,
"loc": {
"start": {
"line": 36,
"column": 47
},
"end": {
"line": 36,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1280,
"end": 1281,
"loc": {
"start": {
"line": 36,
"column": 56
},
"end": {
"line": 36,
"column": 57
}
}
},
{
"type": "CommentLine",
"value": " Eject from storage",
"start": 1297,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 33
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1332,
"end": 1334,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1335,
"end": 1336,
"loc": {
"start": {
"line": 39,
"column": 15
},
"end": {
"line": 39,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1336,
"end": 1347,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1347,
"end": 1348,
"loc": {
"start": {
"line": 39,
"column": 27
},
"end": {
"line": 39,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 1348,
"end": 1358,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 38
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 1359,
"end": 1361,
"loc": {
"start": {
"line": 39,
"column": 39
},
"end": {
"line": 39,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1362,
"end": 1373,
"loc": {
"start": {
"line": 39,
"column": 42
},
"end": {
"line": 39,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1373,
"end": 1374,
"loc": {
"start": {
"line": 39,
"column": 53
},
"end": {
"line": 39,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedCount",
"start": 1374,
"end": 1385,
"loc": {
"start": {
"line": 39,
"column": 54
},
"end": {
"line": 39,
"column": 65
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 1386,
"end": 1387,
"loc": {
"start": {
"line": 39,
"column": 66
},
"end": {
"line": 39,
"column": 67
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1388,
"end": 1389,
"loc": {
"start": {
"line": 39,
"column": 68
},
"end": {
"line": 39,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1389,
"end": 1390,
"loc": {
"start": {
"line": 39,
"column": 69
},
"end": {
"line": 39,
"column": 70
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1391,
"end": 1392,
"loc": {
"start": {
"line": 39,
"column": 71
},
"end": {
"line": 39,
"column": 72
}
}
},
{
"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": 1410,
"end": 1415,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 40,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ejectorComp",
"start": 1416,
"end": 1427,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1428,
"end": 1429,
"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": "entity",
"start": 1430,
"end": 1436,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1436,
"end": 1437,
"loc": {
"start": {
"line": 40,
"column": 42
},
"end": {
"line": 40,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "components",
"start": 1437,
"end": 1447,
"loc": {
"start": {
"line": 40,
"column": 43
},
"end": {
"line": 40,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1447,
"end": 1448,
"loc": {
"start": {
"line": 40,
"column": 53
},
"end": {
"line": 40,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ItemEjector",
"start": 1448,
"end": 1459,
"loc": {
"start": {
"line": 40,
"column": 54
},
"end": {
"line": 40,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1459,
"end": 1460,
"loc": {
"start": {
"line": 40,
"column": 65
},
"end": {
"line": 40,
"column": 66
}
}
},
{
"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": 1480,
"end": 1485,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "nextSlot",
"start": 1486,
"end": 1494,
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1495,
"end": 1496,
"loc": {
"start": {
"line": 42,
"column": 31
},
"end": {
"line": 42,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ejectorComp",
"start": 1497,
"end": 1508,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1508,
"end": 1509,
"loc": {
"start": {
"line": 42,
"column": 44
},
"end": {
"line": 42,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getFirstFreeSlot",
"start": 1509,
"end": 1525,
"loc": {
"start": {
"line": 42,
"column": 45
},
"end": {
"line": 42,
"column": 61
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1525,
"end": 1526,
"loc": {
"start": {
"line": 42,
"column": 61
},
"end": {
"line": 42,
"column": 62
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1526,
"end": 1527,
"loc": {
"start": {
"line": 42,
"column": 62
},
"end": {
"line": 42,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1527,
"end": 1528,
"loc": {
"start": {
"line": 42,
"column": 63
},
"end": {
"line": 42,
"column": 64
}
}
},
{
"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": 1546,
"end": 1548,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1549,
"end": 1550,
"loc": {
"start": {
"line": 43,
"column": 19
},
"end": {
"line": 43,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "nextSlot",
"start": 1550,
"end": 1558,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 28
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 1559,
"end": 1562,
"loc": {
"start": {
"line": 43,
"column": 29
},
"end": {
"line": 43,
"column": 32
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 1563,
"end": 1567,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1567,
"end": 1568,
"loc": {
"start": {
"line": 43,
"column": 37
},
"end": {
"line": 43,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1569,
"end": 1570,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 40
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1592,
"end": 1594,
"loc": {
"start": {
"line": 44,
"column": 20
},
"end": {
"line": 44,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1595,
"end": 1596,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ejectorComp",
"start": 1596,
"end": 1607,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1607,
"end": 1608,
"loc": {
"start": {
"line": 44,
"column": 35
},
"end": {
"line": 44,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tryEject",
"start": 1608,
"end": 1616,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1616,
"end": 1617,
"loc": {
"start": {
"line": 44,
"column": 44
},
"end": {
"line": 44,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "nextSlot",
"start": 1617,
"end": 1625,
"loc": {
"start": {
"line": 44,
"column": 45
},
"end": {
"line": 44,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1625,
"end": 1626,
"loc": {
"start": {
"line": 44,
"column": 53
},
"end": {
"line": 44,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1627,
"end": 1638,
"loc": {
"start": {
"line": 44,
"column": 55
},
"end": {
"line": 44,
"column": 66
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1638,
"end": 1639,
"loc": {
"start": {
"line": 44,
"column": 66
},
"end": {
"line": 44,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 1639,
"end": 1649,
"loc": {
"start": {
"line": 44,
"column": 67
},
"end": {
"line": 44,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1649,
"end": 1650,
"loc": {
"start": {
"line": 44,
"column": 77
},
"end": {
"line": 44,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1650,
"end": 1651,
"loc": {
"start": {
"line": 44,
"column": 78
},
"end": {
"line": 44,
"column": 79
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1652,
"end": 1653,
"loc": {
"start": {
"line": 44,
"column": 80
},
"end": {
"line": 44,
"column": 81
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1679,
"end": 1690,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1690,
"end": 1691,
"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": "storedCount",
"start": 1691,
"end": 1702,
"loc": {
"start": {
"line": 45,
"column": 36
},
"end": {
"line": 45,
"column": 47
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "--",
"start": 1702,
"end": 1704,
"loc": {
"start": {
"line": 45,
"column": 47
},
"end": {
"line": 45,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1704,
"end": 1705,
"loc": {
"start": {
"line": 45,
"column": 49
},
"end": {
"line": 45,
"column": 50
}
}
},
{
"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": 1733,
"end": 1735,
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 47,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1736,
"end": 1737,
"loc": {
"start": {
"line": 47,
"column": 27
},
"end": {
"line": 47,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1737,
"end": 1748,
"loc": {
"start": {
"line": 47,
"column": 28
},
"end": {
"line": 47,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1748,
"end": 1749,
"loc": {
"start": {
"line": 47,
"column": 39
},
"end": {
"line": 47,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedCount",
"start": 1749,
"end": 1760,
"loc": {
"start": {
"line": 47,
"column": 40
},
"end": {
"line": 47,
"column": 51
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 1761,
"end": 1764,
"loc": {
"start": {
"line": 47,
"column": 52
},
"end": {
"line": 47,
"column": 55
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1765,
"end": 1766,
"loc": {
"start": {
"line": 47,
"column": 56
},
"end": {
"line": 47,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1766,
"end": 1767,
"loc": {
"start": {
"line": 47,
"column": 57
},
"end": {
"line": 47,
"column": 58
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1768,
"end": 1769,
"loc": {
"start": {
"line": 47,
"column": 59
},
"end": {
"line": 47,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1799,
"end": 1810,
"loc": {
"start": {
"line": 48,
"column": 28
},
"end": {
"line": 48,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1810,
"end": 1811,
"loc": {
"start": {
"line": 48,
"column": 39
},
"end": {
"line": 48,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 1811,
"end": 1821,
"loc": {
"start": {
"line": 48,
"column": 40
},
"end": {
"line": 48,
"column": 50
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1822,
"end": 1823,
"loc": {
"start": {
"line": 48,
"column": 51
},
"end": {
"line": 48,
"column": 52
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 1824,
"end": 1828,
"loc": {
"start": {
"line": 48,
"column": 53
},
"end": {
"line": 48,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1828,
"end": 1829,
"loc": {
"start": {
"line": 48,
"column": 57
},
"end": {
"line": 48,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1855,
"end": 1856,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1878,
"end": 1879,
"loc": {
"start": {
"line": 50,
"column": 20
},
"end": {
"line": 50,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1897,
"end": 1898,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1912,
"end": 1913,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"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": 1929,
"end": 1932,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetAlpha",
"start": 1933,
"end": 1944,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1945,
"end": 1946,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1947,
"end": 1958,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1958,
"end": 1959,
"loc": {
"start": {
"line": 54,
"column": 41
},
"end": {
"line": 54,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedCount",
"start": 1959,
"end": 1970,
"loc": {
"start": {
"line": 54,
"column": 42
},
"end": {
"line": 54,
"column": 53
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 1971,
"end": 1972,
"loc": {
"start": {
"line": 54,
"column": 54
},
"end": {
"line": 54,
"column": 55
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1973,
"end": 1974,
"loc": {
"start": {
"line": 54,
"column": 56
},
"end": {
"line": 54,
"column": 57
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1975,
"end": 1976,
"loc": {
"start": {
"line": 54,
"column": 58
},
"end": {
"line": 54,
"column": 59
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1977,
"end": 1978,
"loc": {
"start": {
"line": 54,
"column": 60
},
"end": {
"line": 54,
"column": 61
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1979,
"end": 1980,
"loc": {
"start": {
"line": 54,
"column": 62
},
"end": {
"line": 54,
"column": 63
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1981,
"end": 1982,
"loc": {
"start": {
"line": 54,
"column": 64
},
"end": {
"line": 54,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1982,
"end": 1983,
"loc": {
"start": {
"line": 54,
"column": 65
},
"end": {
"line": 54,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 1997,
"end": 2008,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 23
}
}
},
{
"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": 55,
"column": 23
},
"end": {
"line": 55,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "overlayOpacity",
"start": 2009,
"end": 2023,
"loc": {
"start": {
"line": 55,
"column": 24
},
"end": {
"line": 55,
"column": 38
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2024,
"end": 2025,
"loc": {
"start": {
"line": 55,
"column": 39
},
"end": {
"line": 55,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lerp",
"start": 2026,
"end": 2030,
"loc": {
"start": {
"line": 55,
"column": 41
},
"end": {
"line": 55,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2030,
"end": 2031,
"loc": {
"start": {
"line": 55,
"column": 45
},
"end": {
"line": 55,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 2031,
"end": 2042,
"loc": {
"start": {
"line": 55,
"column": 46
},
"end": {
"line": 55,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2042,
"end": 2043,
"loc": {
"start": {
"line": 55,
"column": 57
},
"end": {
"line": 55,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "overlayOpacity",
"start": 2043,
"end": 2057,
"loc": {
"start": {
"line": 55,
"column": 58
},
"end": {
"line": 55,
"column": 72
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2057,
"end": 2058,
"loc": {
"start": {
"line": 55,
"column": 72
},
"end": {
"line": 55,
"column": 73
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "targetAlpha",
"start": 2059,
"end": 2070,
"loc": {
"start": {
"line": 55,
"column": 74
},
"end": {
"line": 55,
"column": 85
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2070,
"end": 2071,
"loc": {
"start": {
"line": 55,
"column": 85
},
"end": {
"line": 55,
"column": 86
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.05,
"start": 2072,
"end": 2076,
"loc": {
"start": {
"line": 55,
"column": 87
},
"end": {
"line": 55,
"column": 91
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2076,
"end": 2077,
"loc": {
"start": {
"line": 55,
"column": 91
},
"end": {
"line": 55,
"column": 92
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2077,
"end": 2078,
"loc": {
"start": {
"line": 55,
"column": 92
},
"end": {
"line": 55,
"column": 93
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pinsComp",
"start": 2094,
"end": 2102,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2102,
"end": 2103,
"loc": {
"start": {
"line": 57,
"column": 20
},
"end": {
"line": 57,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "slots",
"start": 2103,
"end": 2108,
"loc": {
"start": {
"line": 57,
"column": 21
},
"end": {
"line": 57,
"column": 26
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2108,
"end": 2109,
"loc": {
"start": {
"line": 57,
"column": 26
},
"end": {
"line": 57,
"column": 27
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 2109,
"end": 2110,
"loc": {
"start": {
"line": 57,
"column": 27
},
"end": {
"line": 57,
"column": 28
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2110,
"end": 2111,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2111,
"end": 2112,
"loc": {
"start": {
"line": 57,
"column": 29
},
"end": {
"line": 57,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2112,
"end": 2117,
"loc": {
"start": {
"line": 57,
"column": 30
},
"end": {
"line": 57,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2118,
"end": 2119,
"loc": {
"start": {
"line": 57,
"column": 36
},
"end": {
"line": 57,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 2120,
"end": 2131,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2131,
"end": 2132,
"loc": {
"start": {
"line": 57,
"column": 49
},
"end": {
"line": 57,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 2132,
"end": 2142,
"loc": {
"start": {
"line": 57,
"column": 50
},
"end": {
"line": 57,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2142,
"end": 2143,
"loc": {
"start": {
"line": 57,
"column": 60
},
"end": {
"line": 57,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pinsComp",
"start": 2157,
"end": 2165,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2165,
"end": 2166,
"loc": {
"start": {
"line": 58,
"column": 20
},
"end": {
"line": 58,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "slots",
"start": 2166,
"end": 2171,
"loc": {
"start": {
"line": 58,
"column": 21
},
"end": {
"line": 58,
"column": 26
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2171,
"end": 2172,
"loc": {
"start": {
"line": 58,
"column": 26
},
"end": {
"line": 58,
"column": 27
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2172,
"end": 2173,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 28
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2173,
"end": 2174,
"loc": {
"start": {
"line": 58,
"column": 28
},
"end": {
"line": 58,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2174,
"end": 2175,
"loc": {
"start": {
"line": 58,
"column": 29
},
"end": {
"line": 58,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2175,
"end": 2180,
"loc": {
"start": {
"line": 58,
"column": 30
},
"end": {
"line": 58,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2181,
"end": 2182,
"loc": {
"start": {
"line": 58,
"column": 36
},
"end": {
"line": 58,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 2183,
"end": 2194,
"loc": {
"start": {
"line": 58,
"column": 38
},
"end": {
"line": 58,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2194,
"end": 2195,
"loc": {
"start": {
"line": 58,
"column": 49
},
"end": {
"line": 58,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIsFull",
"start": 2195,
"end": 2204,
"loc": {
"start": {
"line": 58,
"column": 50
},
"end": {
"line": 58,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2204,
"end": 2205,
"loc": {
"start": {
"line": 58,
"column": 59
},
"end": {
"line": 58,
"column": 60
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2205,
"end": 2206,
"loc": {
"start": {
"line": 58,
"column": 60
},
"end": {
"line": 58,
"column": 61
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2207,
"end": 2208,
"loc": {
"start": {
"line": 58,
"column": 62
},
"end": {
"line": 58,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BOOL_TRUE_SINGLETON",
"start": 2209,
"end": 2228,
"loc": {
"start": {
"line": 58,
"column": 64
},
"end": {
"line": 58,
"column": 83
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2229,
"end": 2230,
"loc": {
"start": {
"line": 58,
"column": 84
},
"end": {
"line": 58,
"column": 85
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BOOL_FALSE_SINGLETON",
"start": 2231,
"end": 2251,
"loc": {
"start": {
"line": 58,
"column": 86
},
"end": {
"line": 58,
"column": 106
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2251,
"end": 2252,
"loc": {
"start": {
"line": 58,
"column": 106
},
"end": {
"line": 58,
"column": 107
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2262,
"end": 2263,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2269,
"end": 2270,
"loc": {
"start": {
"line": 60,
"column": 4
},
"end": {
"line": 60,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {DrawParameters} parameters\r\n * @param {MapChunkView} chunk\r\n ",
"start": 2278,
"end": 2369,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 65,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawChunk_ForegroundStaticLayer",
"start": 2375,
"end": 2406,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2406,
"end": 2407,
"loc": {
"start": {
"line": 66,
"column": 35
},
"end": {
"line": 66,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 2407,
"end": 2417,
"loc": {
"start": {
"line": 66,
"column": 36
},
"end": {
"line": 66,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2417,
"end": 2418,
"loc": {
"start": {
"line": 66,
"column": 46
},
"end": {
"line": 66,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "chunk",
"start": 2419,
"end": 2424,
"loc": {
"start": {
"line": 66,
"column": 48
},
"end": {
"line": 66,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2424,
"end": 2425,
"loc": {
"start": {
"line": 66,
"column": 53
},
"end": {
"line": 66,
"column": 54
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2426,
"end": 2427,
"loc": {
"start": {
"line": 66,
"column": 55
},
"end": {
"line": 66,
"column": 56
}
}
},
{
"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": 2437,
"end": 2442,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 2443,
"end": 2451,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2452,
"end": 2453,
"loc": {
"start": {
"line": 67,
"column": 23
},
"end": {
"line": 67,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "chunk",
"start": 2454,
"end": 2459,
"loc": {
"start": {
"line": 67,
"column": 25
},
"end": {
"line": 67,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2459,
"end": 2460,
"loc": {
"start": {
"line": 67,
"column": 30
},
"end": {
"line": 67,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containedEntitiesByLayer",
"start": 2460,
"end": 2484,
"loc": {
"start": {
"line": 67,
"column": 31
},
"end": {
"line": 67,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2484,
"end": 2485,
"loc": {
"start": {
"line": 67,
"column": 55
},
"end": {
"line": 67,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "regular",
"start": 2485,
"end": 2492,
"loc": {
"start": {
"line": 67,
"column": 56
},
"end": {
"line": 67,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2492,
"end": 2493,
"loc": {
"start": {
"line": 67,
"column": 63
},
"end": {
"line": 67,
"column": 64
}
}
},
{
"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": 2503,
"end": 2506,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2507,
"end": 2508,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"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": 2508,
"end": 2511,
"loc": {
"start": {
"line": 68,
"column": 13
},
"end": {
"line": 68,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 2512,
"end": 2513,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2514,
"end": 2515,
"loc": {
"start": {
"line": 68,
"column": 19
},
"end": {
"line": 68,
"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": 2516,
"end": 2517,
"loc": {
"start": {
"line": 68,
"column": 21
},
"end": {
"line": 68,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2517,
"end": 2518,
"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": "i",
"start": 2519,
"end": 2520,
"loc": {
"start": {
"line": 68,
"column": 24
},
"end": {
"line": 68,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 2521,
"end": 2522,
"loc": {
"start": {
"line": 68,
"column": 26
},
"end": {
"line": 68,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 2523,
"end": 2531,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2531,
"end": 2532,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 68,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 2532,
"end": 2538,
"loc": {
"start": {
"line": 68,
"column": 37
},
"end": {
"line": 68,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2538,
"end": 2539,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 44
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 2540,
"end": 2542,
"loc": {
"start": {
"line": 68,
"column": 45
},
"end": {
"line": 68,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 2542,
"end": 2543,
"loc": {
"start": {
"line": 68,
"column": 47
},
"end": {
"line": 68,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2543,
"end": 2544,
"loc": {
"start": {
"line": 68,
"column": 48
},
"end": {
"line": 68,
"column": 49
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2545,
"end": 2546,
"loc": {
"start": {
"line": 68,
"column": 50
},
"end": {
"line": 68,
"column": 51
}
}
},
{
"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": 2560,
"end": 2565,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 2566,
"end": 2572,
"loc": {
"start": {
"line": 69,
"column": 18
},
"end": {
"line": 69,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2573,
"end": 2574,
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 69,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 2575,
"end": 2583,
"loc": {
"start": {
"line": 69,
"column": 27
},
"end": {
"line": 69,
"column": 35
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2583,
"end": 2584,
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 2584,
"end": 2585,
"loc": {
"start": {
"line": 69,
"column": 36
},
"end": {
"line": 69,
"column": 37
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2585,
"end": 2586,
"loc": {
"start": {
"line": 69,
"column": 37
},
"end": {
"line": 69,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2586,
"end": 2587,
"loc": {
"start": {
"line": 69,
"column": 38
},
"end": {
"line": 69,
"column": 39
}
}
},
{
"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": 2601,
"end": 2606,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 2607,
"end": 2618,
"loc": {
"start": {
"line": 70,
"column": 18
},
"end": {
"line": 70,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2619,
"end": 2620,
"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": "entity",
"start": 2621,
"end": 2627,
"loc": {
"start": {
"line": 70,
"column": 32
},
"end": {
"line": 70,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2627,
"end": 2628,
"loc": {
"start": {
"line": 70,
"column": 38
},
"end": {
"line": 70,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "components",
"start": 2628,
"end": 2638,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2638,
"end": 2639,
"loc": {
"start": {
"line": 70,
"column": 49
},
"end": {
"line": 70,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Storage",
"start": 2639,
"end": 2646,
"loc": {
"start": {
"line": 70,
"column": 50
},
"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": 2646,
"end": 2647,
"loc": {
"start": {
"line": 70,
"column": 57
},
"end": {
"line": 70,
"column": 58
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 2661,
"end": 2663,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2664,
"end": 2665,
"loc": {
"start": {
"line": 71,
"column": 15
},
"end": {
"line": 71,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2665,
"end": 2666,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 2666,
"end": 2677,
"loc": {
"start": {
"line": 71,
"column": 17
},
"end": {
"line": 71,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2677,
"end": 2678,
"loc": {
"start": {
"line": 71,
"column": 28
},
"end": {
"line": 71,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2679,
"end": 2680,
"loc": {
"start": {
"line": 71,
"column": 30
},
"end": {
"line": 71,
"column": 31
}
}
},
{
"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": 2698,
"end": 2706,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2706,
"end": 2707,
"loc": {
"start": {
"line": 72,
"column": 24
},
"end": {
"line": 72,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2721,
"end": 2722,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 13
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2738,
"end": 2743,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 2744,
"end": 2754,
"loc": {
"start": {
"line": 75,
"column": 18
},
"end": {
"line": 75,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2755,
"end": 2756,
"loc": {
"start": {
"line": 75,
"column": 29
},
"end": {
"line": 75,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 2757,
"end": 2768,
"loc": {
"start": {
"line": 75,
"column": 31
},
"end": {
"line": 75,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2768,
"end": 2769,
"loc": {
"start": {
"line": 75,
"column": 42
},
"end": {
"line": 75,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 2769,
"end": 2779,
"loc": {
"start": {
"line": 75,
"column": 43
},
"end": {
"line": 75,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2779,
"end": 2780,
"loc": {
"start": {
"line": 75,
"column": 53
},
"end": {
"line": 75,
"column": 54
}
}
},
{
"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": 2794,
"end": 2796,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2797,
"end": 2798,
"loc": {
"start": {
"line": 76,
"column": 15
},
"end": {
"line": 76,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2798,
"end": 2799,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 2799,
"end": 2809,
"loc": {
"start": {
"line": 76,
"column": 17
},
"end": {
"line": 76,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2809,
"end": 2810,
"loc": {
"start": {
"line": 76,
"column": 27
},
"end": {
"line": 76,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2811,
"end": 2812,
"loc": {
"start": {
"line": 76,
"column": 29
},
"end": {
"line": 76,
"column": 30
}
}
},
{
"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": 2830,
"end": 2838,
"loc": {
"start": {
"line": 77,
"column": 16
},
"end": {
"line": 77,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2838,
"end": 2839,
"loc": {
"start": {
"line": 77,
"column": 24
},
"end": {
"line": 77,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2853,
"end": 2854,
"loc": {
"start": {
"line": 78,
"column": 12
},
"end": {
"line": 78,
"column": 13
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 2870,
"end": 2872,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2873,
"end": 2874,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2874,
"end": 2878,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2878,
"end": 2879,
"loc": {
"start": {
"line": 80,
"column": 20
},
"end": {
"line": 80,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawnUids",
"start": 2879,
"end": 2888,
"loc": {
"start": {
"line": 80,
"column": 21
},
"end": {
"line": 80,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2888,
"end": 2889,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "has",
"start": 2889,
"end": 2892,
"loc": {
"start": {
"line": 80,
"column": 31
},
"end": {
"line": 80,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2892,
"end": 2893,
"loc": {
"start": {
"line": 80,
"column": 34
},
"end": {
"line": 80,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 2893,
"end": 2899,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2899,
"end": 2900,
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 80,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "uid",
"start": 2900,
"end": 2903,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 80,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2903,
"end": 2904,
"loc": {
"start": {
"line": 80,
"column": 45
},
"end": {
"line": 80,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2904,
"end": 2905,
"loc": {
"start": {
"line": 80,
"column": 46
},
"end": {
"line": 80,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2906,
"end": 2907,
"loc": {
"start": {
"line": 80,
"column": 48
},
"end": {
"line": 80,
"column": 49
}
}
},
{
"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": 2925,
"end": 2933,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2933,
"end": 2934,
"loc": {
"start": {
"line": 81,
"column": 24
},
"end": {
"line": 81,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2948,
"end": 2949,
"loc": {
"start": {
"line": 82,
"column": 12
},
"end": {
"line": 82,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2965,
"end": 2969,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2969,
"end": 2970,
"loc": {
"start": {
"line": 84,
"column": 16
},
"end": {
"line": 84,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawnUids",
"start": 2970,
"end": 2979,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2979,
"end": 2980,
"loc": {
"start": {
"line": 84,
"column": 26
},
"end": {
"line": 84,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 2980,
"end": 2983,
"loc": {
"start": {
"line": 84,
"column": 27
},
"end": {
"line": 84,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2983,
"end": 2984,
"loc": {
"start": {
"line": 84,
"column": 30
},
"end": {
"line": 84,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 2984,
"end": 2990,
"loc": {
"start": {
"line": 84,
"column": 31
},
"end": {
"line": 84,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2990,
"end": 2991,
"loc": {
"start": {
"line": 84,
"column": 37
},
"end": {
"line": 84,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "uid",
"start": 2991,
"end": 2994,
"loc": {
"start": {
"line": 84,
"column": 38
},
"end": {
"line": 84,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2994,
"end": 2995,
"loc": {
"start": {
"line": 84,
"column": 41
},
"end": {
"line": 84,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2995,
"end": 2996,
"loc": {
"start": {
"line": 84,
"column": 42
},
"end": {
"line": 84,
"column": 43
}
}
},
{
"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": 3012,
"end": 3017,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "staticComp",
"start": 3018,
"end": 3028,
"loc": {
"start": {
"line": 86,
"column": 18
},
"end": {
"line": 86,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3029,
"end": 3030,
"loc": {
"start": {
"line": 86,
"column": 29
},
"end": {
"line": 86,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 3031,
"end": 3037,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3037,
"end": 3038,
"loc": {
"start": {
"line": 86,
"column": 37
},
"end": {
"line": 86,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "components",
"start": 3038,
"end": 3048,
"loc": {
"start": {
"line": 86,
"column": 38
},
"end": {
"line": 86,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3048,
"end": 3049,
"loc": {
"start": {
"line": 86,
"column": 48
},
"end": {
"line": 86,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "StaticMapEntity",
"start": 3049,
"end": 3064,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 86,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3064,
"end": 3065,
"loc": {
"start": {
"line": 86,
"column": 64
},
"end": {
"line": 86,
"column": 65
}
}
},
{
"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": 3081,
"end": 3086,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3087,
"end": 3094,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3095,
"end": 3096,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 3097,
"end": 3107,
"loc": {
"start": {
"line": 88,
"column": 28
},
"end": {
"line": 88,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3107,
"end": 3108,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3108,
"end": 3115,
"loc": {
"start": {
"line": 88,
"column": 39
},
"end": {
"line": 88,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3115,
"end": 3116,
"loc": {
"start": {
"line": 88,
"column": 46
},
"end": {
"line": 88,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3130,
"end": 3137,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3137,
"end": 3138,
"loc": {
"start": {
"line": 89,
"column": 19
},
"end": {
"line": 89,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalAlpha",
"start": 3138,
"end": 3149,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3150,
"end": 3151,
"loc": {
"start": {
"line": 89,
"column": 32
},
"end": {
"line": 89,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 3152,
"end": 3163,
"loc": {
"start": {
"line": 89,
"column": 34
},
"end": {
"line": 89,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3163,
"end": 3164,
"loc": {
"start": {
"line": 89,
"column": 45
},
"end": {
"line": 89,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "overlayOpacity",
"start": 3164,
"end": 3178,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 89,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3178,
"end": 3179,
"loc": {
"start": {
"line": 89,
"column": 60
},
"end": {
"line": 89,
"column": 61
}
}
},
{
"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": 3193,
"end": 3198,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3199,
"end": 3205,
"loc": {
"start": {
"line": 90,
"column": 18
},
"end": {
"line": 90,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3206,
"end": 3207,
"loc": {
"start": {
"line": 90,
"column": 25
},
"end": {
"line": 90,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "staticComp",
"start": 3208,
"end": 3218,
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3218,
"end": 3219,
"loc": {
"start": {
"line": 90,
"column": 37
},
"end": {
"line": 90,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTileSpaceBounds",
"start": 3219,
"end": 3237,
"loc": {
"start": {
"line": 90,
"column": 38
},
"end": {
"line": 90,
"column": 56
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3237,
"end": 3238,
"loc": {
"start": {
"line": 90,
"column": 56
},
"end": {
"line": 90,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3238,
"end": 3239,
"loc": {
"start": {
"line": 90,
"column": 57
},
"end": {
"line": 90,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3239,
"end": 3240,
"loc": {
"start": {
"line": 90,
"column": 58
},
"end": {
"line": 90,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getCenter",
"start": 3240,
"end": 3249,
"loc": {
"start": {
"line": 90,
"column": 59
},
"end": {
"line": 90,
"column": 68
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3249,
"end": 3250,
"loc": {
"start": {
"line": 90,
"column": 68
},
"end": {
"line": 90,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3250,
"end": 3251,
"loc": {
"start": {
"line": 90,
"column": 69
},
"end": {
"line": 90,
"column": 70
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3251,
"end": 3252,
"loc": {
"start": {
"line": 90,
"column": 70
},
"end": {
"line": 90,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toWorldSpace",
"start": 3252,
"end": 3264,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 83
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3264,
"end": 3265,
"loc": {
"start": {
"line": 90,
"column": 83
},
"end": {
"line": 90,
"column": 84
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3265,
"end": 3266,
"loc": {
"start": {
"line": 90,
"column": 84
},
"end": {
"line": 90,
"column": 85
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3266,
"end": 3267,
"loc": {
"start": {
"line": 90,
"column": 85
},
"end": {
"line": 90,
"column": 86
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedItem",
"start": 3281,
"end": 3291,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3291,
"end": 3292,
"loc": {
"start": {
"line": 91,
"column": 22
},
"end": {
"line": 91,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawItemCenteredClipped",
"start": 3292,
"end": 3315,
"loc": {
"start": {
"line": 91,
"column": 23
},
"end": {
"line": 91,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3315,
"end": 3316,
"loc": {
"start": {
"line": 91,
"column": 46
},
"end": {
"line": 91,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3316,
"end": 3322,
"loc": {
"start": {
"line": 91,
"column": 47
},
"end": {
"line": 91,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3322,
"end": 3323,
"loc": {
"start": {
"line": 91,
"column": 53
},
"end": {
"line": 91,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "x",
"start": 3323,
"end": 3324,
"loc": {
"start": {
"line": 91,
"column": 54
},
"end": {
"line": 91,
"column": 55
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3324,
"end": 3325,
"loc": {
"start": {
"line": 91,
"column": 55
},
"end": {
"line": 91,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3326,
"end": 3332,
"loc": {
"start": {
"line": 91,
"column": 57
},
"end": {
"line": 91,
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3332,
"end": 3333,
"loc": {
"start": {
"line": 91,
"column": 63
},
"end": {
"line": 91,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 3333,
"end": 3334,
"loc": {
"start": {
"line": 91,
"column": 64
},
"end": {
"line": 91,
"column": 65
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3334,
"end": 3335,
"loc": {
"start": {
"line": 91,
"column": 65
},
"end": {
"line": 91,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 3336,
"end": 3346,
"loc": {
"start": {
"line": 91,
"column": 67
},
"end": {
"line": 91,
"column": 77
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3346,
"end": 3347,
"loc": {
"start": {
"line": 91,
"column": 77
},
"end": {
"line": 91,
"column": 78
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 30,
"start": 3348,
"end": 3350,
"loc": {
"start": {
"line": 91,
"column": 79
},
"end": {
"line": 91,
"column": 81
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3350,
"end": 3351,
"loc": {
"start": {
"line": 91,
"column": 81
},
"end": {
"line": 91,
"column": 82
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3351,
"end": 3352,
"loc": {
"start": {
"line": 91,
"column": 82
},
"end": {
"line": 91,
"column": 83
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3368,
"end": 3372,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3372,
"end": 3373,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageOverlaySprite",
"start": 3373,
"end": 3393,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3393,
"end": 3394,
"loc": {
"start": {
"line": 93,
"column": 37
},
"end": {
"line": 93,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "drawCached",
"start": 3394,
"end": 3404,
"loc": {
"start": {
"line": 93,
"column": 38
},
"end": {
"line": 93,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3404,
"end": 3405,
"loc": {
"start": {
"line": 93,
"column": 48
},
"end": {
"line": 93,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 3405,
"end": 3415,
"loc": {
"start": {
"line": 93,
"column": 49
},
"end": {
"line": 93,
"column": 59
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3415,
"end": 3416,
"loc": {
"start": {
"line": 93,
"column": 59
},
"end": {
"line": 93,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3417,
"end": 3423,
"loc": {
"start": {
"line": 93,
"column": 61
},
"end": {
"line": 93,
"column": 67
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3423,
"end": 3424,
"loc": {
"start": {
"line": 93,
"column": 67
},
"end": {
"line": 93,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "x",
"start": 3424,
"end": 3425,
"loc": {
"start": {
"line": 93,
"column": 68
},
"end": {
"line": 93,
"column": 69
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 3426,
"end": 3427,
"loc": {
"start": {
"line": 93,
"column": 70
},
"end": {
"line": 93,
"column": 71
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 15,
"start": 3428,
"end": 3430,
"loc": {
"start": {
"line": 93,
"column": 72
},
"end": {
"line": 93,
"column": 74
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3430,
"end": 3431,
"loc": {
"start": {
"line": 93,
"column": 74
},
"end": {
"line": 93,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3432,
"end": 3438,
"loc": {
"start": {
"line": 93,
"column": 76
},
"end": {
"line": 93,
"column": 82
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3438,
"end": 3439,
"loc": {
"start": {
"line": 93,
"column": 82
},
"end": {
"line": 93,
"column": 83
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 3439,
"end": 3440,
"loc": {
"start": {
"line": 93,
"column": 83
},
"end": {
"line": 93,
"column": 84
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3441,
"end": 3442,
"loc": {
"start": {
"line": 93,
"column": 85
},
"end": {
"line": 93,
"column": 86
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 15,
"start": 3443,
"end": 3445,
"loc": {
"start": {
"line": 93,
"column": 87
},
"end": {
"line": 93,
"column": 89
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3445,
"end": 3446,
"loc": {
"start": {
"line": 93,
"column": 89
},
"end": {
"line": 93,
"column": 90
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 30,
"start": 3447,
"end": 3449,
"loc": {
"start": {
"line": 93,
"column": 91
},
"end": {
"line": 93,
"column": 93
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3449,
"end": 3450,
"loc": {
"start": {
"line": 93,
"column": 93
},
"end": {
"line": 93,
"column": 94
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 15,
"start": 3451,
"end": 3453,
"loc": {
"start": {
"line": 93,
"column": 95
},
"end": {
"line": 93,
"column": 97
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3453,
"end": 3454,
"loc": {
"start": {
"line": 93,
"column": 97
},
"end": {
"line": 93,
"column": 98
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3454,
"end": 3455,
"loc": {
"start": {
"line": 93,
"column": 98
},
"end": {
"line": 93,
"column": 99
}
}
},
{
"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": 3471,
"end": 3473,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3474,
"end": 3475,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parameters",
"start": 3475,
"end": 3485,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3485,
"end": 3486,
"loc": {
"start": {
"line": 95,
"column": 26
},
"end": {
"line": 95,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visibleRect",
"start": 3486,
"end": 3497,
"loc": {
"start": {
"line": 95,
"column": 27
},
"end": {
"line": 95,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3497,
"end": 3498,
"loc": {
"start": {
"line": 95,
"column": 38
},
"end": {
"line": 95,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containsCircle",
"start": 3498,
"end": 3512,
"loc": {
"start": {
"line": 95,
"column": 39
},
"end": {
"line": 95,
"column": 53
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3512,
"end": 3513,
"loc": {
"start": {
"line": 95,
"column": 53
},
"end": {
"line": 95,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3513,
"end": 3519,
"loc": {
"start": {
"line": 95,
"column": 54
},
"end": {
"line": 95,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3519,
"end": 3520,
"loc": {
"start": {
"line": 95,
"column": 60
},
"end": {
"line": 95,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "x",
"start": 3520,
"end": 3521,
"loc": {
"start": {
"line": 95,
"column": 61
},
"end": {
"line": 95,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3521,
"end": 3522,
"loc": {
"start": {
"line": 95,
"column": 62
},
"end": {
"line": 95,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3523,
"end": 3529,
"loc": {
"start": {
"line": 95,
"column": 64
},
"end": {
"line": 95,
"column": 70
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3529,
"end": 3530,
"loc": {
"start": {
"line": 95,
"column": 70
},
"end": {
"line": 95,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 3530,
"end": 3531,
"loc": {
"start": {
"line": 95,
"column": 71
},
"end": {
"line": 95,
"column": 72
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3532,
"end": 3533,
"loc": {
"start": {
"line": 95,
"column": 73
},
"end": {
"line": 95,
"column": 74
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 25,
"start": 3534,
"end": 3536,
"loc": {
"start": {
"line": 95,
"column": 75
},
"end": {
"line": 95,
"column": 77
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3536,
"end": 3537,
"loc": {
"start": {
"line": 95,
"column": 77
},
"end": {
"line": 95,
"column": 78
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 20,
"start": 3538,
"end": 3540,
"loc": {
"start": {
"line": 95,
"column": 79
},
"end": {
"line": 95,
"column": 81
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3540,
"end": 3541,
"loc": {
"start": {
"line": 95,
"column": 81
},
"end": {
"line": 95,
"column": 82
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3541,
"end": 3542,
"loc": {
"start": {
"line": 95,
"column": 82
},
"end": {
"line": 95,
"column": 83
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3543,
"end": 3544,
"loc": {
"start": {
"line": 95,
"column": 84
},
"end": {
"line": 95,
"column": 85
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3562,
"end": 3569,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3569,
"end": 3570,
"loc": {
"start": {
"line": 96,
"column": 23
},
"end": {
"line": 96,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "font",
"start": 3570,
"end": 3574,
"loc": {
"start": {
"line": 96,
"column": 24
},
"end": {
"line": 96,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3575,
"end": 3576,
"loc": {
"start": {
"line": 96,
"column": 29
},
"end": {
"line": 96,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "bold 10px GameFont",
"start": 3577,
"end": 3597,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3597,
"end": 3598,
"loc": {
"start": {
"line": 96,
"column": 51
},
"end": {
"line": 96,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3616,
"end": 3623,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3623,
"end": 3624,
"loc": {
"start": {
"line": 97,
"column": 23
},
"end": {
"line": 97,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "textAlign",
"start": 3624,
"end": 3633,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3634,
"end": 3635,
"loc": {
"start": {
"line": 97,
"column": 34
},
"end": {
"line": 97,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "center",
"start": 3636,
"end": 3644,
"loc": {
"start": {
"line": 97,
"column": 36
},
"end": {
"line": 97,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3644,
"end": 3645,
"loc": {
"start": {
"line": 97,
"column": 44
},
"end": {
"line": 97,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3663,
"end": 3670,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3670,
"end": 3671,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillStyle",
"start": 3671,
"end": 3680,
"loc": {
"start": {
"line": 98,
"column": 24
},
"end": {
"line": 98,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3681,
"end": 3682,
"loc": {
"start": {
"line": 98,
"column": 34
},
"end": {
"line": 98,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "#64666e",
"start": 3683,
"end": 3692,
"loc": {
"start": {
"line": 98,
"column": 36
},
"end": {
"line": 98,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3692,
"end": 3693,
"loc": {
"start": {
"line": 98,
"column": 45
},
"end": {
"line": 98,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3711,
"end": 3718,
"loc": {
"start": {
"line": 99,
"column": 16
},
"end": {
"line": 99,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3718,
"end": 3719,
"loc": {
"start": {
"line": 99,
"column": 23
},
"end": {
"line": 99,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fillText",
"start": 3719,
"end": 3727,
"loc": {
"start": {
"line": 99,
"column": 24
},
"end": {
"line": 99,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3727,
"end": 3728,
"loc": {
"start": {
"line": 99,
"column": 32
},
"end": {
"line": 99,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "formatBigNumber",
"start": 3728,
"end": 3743,
"loc": {
"start": {
"line": 99,
"column": 33
},
"end": {
"line": 99,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3743,
"end": 3744,
"loc": {
"start": {
"line": 99,
"column": 48
},
"end": {
"line": 99,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storageComp",
"start": 3744,
"end": 3755,
"loc": {
"start": {
"line": 99,
"column": 49
},
"end": {
"line": 99,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3755,
"end": 3756,
"loc": {
"start": {
"line": 99,
"column": 60
},
"end": {
"line": 99,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storedCount",
"start": 3756,
"end": 3767,
"loc": {
"start": {
"line": 99,
"column": 61
},
"end": {
"line": 99,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3767,
"end": 3768,
"loc": {
"start": {
"line": 99,
"column": 72
},
"end": {
"line": 99,
"column": 73
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3768,
"end": 3769,
"loc": {
"start": {
"line": 99,
"column": 73
},
"end": {
"line": 99,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3770,
"end": 3776,
"loc": {
"start": {
"line": 99,
"column": 75
},
"end": {
"line": 99,
"column": 81
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3776,
"end": 3777,
"loc": {
"start": {
"line": 99,
"column": 81
},
"end": {
"line": 99,
"column": 82
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "x",
"start": 3777,
"end": 3778,
"loc": {
"start": {
"line": 99,
"column": 82
},
"end": {
"line": 99,
"column": 83
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3778,
"end": 3779,
"loc": {
"start": {
"line": 99,
"column": 83
},
"end": {
"line": 99,
"column": 84
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "center",
"start": 3780,
"end": 3786,
"loc": {
"start": {
"line": 99,
"column": 85
},
"end": {
"line": 99,
"column": 91
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3786,
"end": 3787,
"loc": {
"start": {
"line": 99,
"column": 91
},
"end": {
"line": 99,
"column": 92
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 3787,
"end": 3788,
"loc": {
"start": {
"line": 99,
"column": 92
},
"end": {
"line": 99,
"column": 93
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3789,
"end": 3790,
"loc": {
"start": {
"line": 99,
"column": 94
},
"end": {
"line": 99,
"column": 95
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 25.5,
"start": 3791,
"end": 3795,
"loc": {
"start": {
"line": 99,
"column": 96
},
"end": {
"line": 99,
"column": 100
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3795,
"end": 3796,
"loc": {
"start": {
"line": 99,
"column": 100
},
"end": {
"line": 99,
"column": 101
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3796,
"end": 3797,
"loc": {
"start": {
"line": 99,
"column": 101
},
"end": {
"line": 99,
"column": 102
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3815,
"end": 3822,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3822,
"end": 3823,
"loc": {
"start": {
"line": 100,
"column": 23
},
"end": {
"line": 100,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "textAlign",
"start": 3823,
"end": 3832,
"loc": {
"start": {
"line": 100,
"column": 24
},
"end": {
"line": 100,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3833,
"end": 3834,
"loc": {
"start": {
"line": 100,
"column": 34
},
"end": {
"line": 100,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "left",
"start": 3835,
"end": 3841,
"loc": {
"start": {
"line": 100,
"column": 36
},
"end": {
"line": 100,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3841,
"end": 3842,
"loc": {
"start": {
"line": 100,
"column": 42
},
"end": {
"line": 100,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3856,
"end": 3857,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3871,
"end": 3878,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3878,
"end": 3879,
"loc": {
"start": {
"line": 102,
"column": 19
},
"end": {
"line": 102,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalAlpha",
"start": 3879,
"end": 3890,
"loc": {
"start": {
"line": 102,
"column": 20
},
"end": {
"line": 102,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3891,
"end": 3892,
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 33
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 3893,
"end": 3894,
"loc": {
"start": {
"line": 102,
"column": 34
},
"end": {
"line": 102,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3894,
"end": 3895,
"loc": {
"start": {
"line": 102,
"column": 35
},
"end": {
"line": 102,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3905,
"end": 3906,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3912,
"end": 3913,
"loc": {
"start": {
"line": 104,
"column": 4
},
"end": {
"line": 104,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3915,
"end": 3916,
"loc": {
"start": {
"line": 105,
"column": 0
},
"end": {
"line": 105,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3916,
"end": 3916,
"loc": {
"start": {
"line": 105,
"column": 1
},
"end": {
"line": 105,
"column": 1
}
}
}
]
}