{ "type": "File", "start": 0, "end": 1217, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 43, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 1217, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 43, "column": 0 } }, "sourceType": "module", "body": [ { "type": "ImportDeclaration", "start": 0, "end": 62, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 62 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 9, "end": 25, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 25 } }, "imported": { "type": "Identifier", "start": 9, "end": 25, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 25 }, "identifierName": "TextualGameState" }, "name": "TextualGameState" }, "local": { "type": "Identifier", "start": 9, "end": 25, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 25 }, "identifierName": "TextualGameState" }, "name": "TextualGameState" } } ], "source": { "type": "StringLiteral", "start": 33, "end": 61, "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 61 } }, "extra": { "rawValue": "../core/textual_game_state", "raw": "\"../core/textual_game_state\"" }, "value": "../core/textual_game_state" } }, { "type": "ImportDeclaration", "start": 64, "end": 100, "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 36 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 73, "end": 74, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 } }, "imported": { "type": "Identifier", "start": 73, "end": 74, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 }, "identifierName": "T" }, "name": "T" }, "local": { "type": "Identifier", "start": 73, "end": 74, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 }, "identifierName": "T" }, "name": "T" } } ], "source": { "type": "StringLiteral", "start": 82, "end": 99, "loc": { "start": { "line": 2, "column": 18 }, "end": { "line": 2, "column": 35 } }, "extra": { "rawValue": "../translations", "raw": "\"../translations\"" }, "value": "../translations" } }, { "type": "ImportDeclaration", "start": 102, "end": 151, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 49 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 111, "end": 126, "loc": { "start": { "line": 3, "column": 9 }, "end": { "line": 3, "column": 24 } }, "imported": { "type": "Identifier", "start": 111, "end": 126, "loc": { "start": { "line": 3, "column": 9 }, "end": { "line": 3, "column": 24 }, "identifierName": "THIRDPARTY_URLS" }, "name": "THIRDPARTY_URLS" }, "local": { "type": "Identifier", "start": 111, "end": 126, "loc": { "start": { "line": 3, "column": 9 }, "end": { "line": 3, "column": 24 }, "identifierName": "THIRDPARTY_URLS" }, "name": "THIRDPARTY_URLS" } } ], "source": { "type": "StringLiteral", "start": 134, "end": 150, "loc": { "start": { "line": 3, "column": 32 }, "end": { "line": 3, "column": 48 } }, "extra": { "rawValue": "../core/config", "raw": "\"../core/config\"" }, "value": "../core/config" } }, { "type": "ImportDeclaration", "start": 153, "end": 199, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 46 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 162, "end": 171, "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 18 } }, "imported": { "type": "Identifier", "start": 162, "end": 171, "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 18 }, "identifierName": "cachebust" }, "name": "cachebust" }, "local": { "type": "Identifier", "start": 162, "end": 171, "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 18 }, "identifierName": "cachebust" }, "name": "cachebust" } } ], "source": { "type": "StringLiteral", "start": 179, "end": 198, "loc": { "start": { "line": 4, "column": 26 }, "end": { "line": 4, "column": 45 } }, "extra": { "rawValue": "../core/cachebust", "raw": "\"../core/cachebust\"" }, "value": "../core/cachebust" } }, { "type": "ExportNamedDeclaration", "start": 203, "end": 1215, "loc": { "start": { "line": 6, "column": 0 }, "end": { "line": 42, "column": 1 } }, "specifiers": [], "source": null, "declaration": { "type": "ClassDeclaration", "start": 210, "end": 1215, "loc": { "start": { "line": 6, "column": 7 }, "end": { "line": 42, "column": 1 } }, "id": { "type": "Identifier", "start": 216, "end": 226, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 23 }, "identifierName": "AboutState" }, "name": "AboutState" }, "superClass": { "type": "Identifier", "start": 235, "end": 251, "loc": { "start": { "line": 6, "column": 32 }, "end": { "line": 6, "column": 48 }, "identifierName": "TextualGameState" }, "name": "TextualGameState" }, "body": { "type": "ClassBody", "start": 252, "end": 1215, "loc": { "start": { "line": 6, "column": 49 }, "end": { "line": 42, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 259, "end": 311, "loc": { "start": { "line": 7, "column": 4 }, "end": { "line": 9, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 259, "end": 270, "loc": { "start": { "line": 7, "column": 4 }, "end": { "line": 7, "column": 15 }, "identifierName": "constructor" }, "name": "constructor" }, "kind": "constructor", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 273, "end": 311, "loc": { "start": { "line": 7, "column": 18 }, "end": { "line": 9, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 284, "end": 304, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 28 } }, "expression": { "type": "CallExpression", "start": 284, "end": 303, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 27 } }, "callee": { "type": "Super", "start": 284, "end": 289, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 13 } } }, "arguments": [ { "type": "StringLiteral", "start": 290, "end": 302, "loc": { "start": { "line": 8, "column": 14 }, "end": { "line": 8, "column": 26 } }, "extra": { "rawValue": "AboutState", "raw": "\"AboutState\"" }, "value": "AboutState" } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 319, "end": 380, "loc": { "start": { "line": 11, "column": 4 }, "end": { "line": 13, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 319, "end": 338, "loc": { "start": { "line": 11, "column": 4 }, "end": { "line": 11, "column": 23 }, "identifierName": "getStateHeaderTitle" }, "name": "getStateHeaderTitle" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 341, "end": 380, "loc": { "start": { "line": 11, "column": 26 }, "end": { "line": 13, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 352, "end": 373, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 29 } }, "argument": { "type": "MemberExpression", "start": 359, "end": 372, "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 12, "column": 28 } }, "object": { "type": "MemberExpression", "start": 359, "end": 366, "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 12, "column": 22 } }, "object": { "type": "Identifier", "start": 359, "end": 360, "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 12, "column": 16 }, "identifierName": "T" }, "name": "T" }, "property": { "type": "Identifier", "start": 361, "end": 366, "loc": { "start": { "line": 12, "column": 17 }, "end": { "line": 12, "column": 22 }, "identifierName": "about" }, "name": "about" }, "computed": false }, "property": { "type": "Identifier", "start": 367, "end": 372, "loc": { "start": { "line": 12, "column": 23 }, "end": { "line": 12, "column": 28 }, "identifierName": "title" }, "name": "title" }, "computed": false } } ], "directives": [] } }, { "type": "ClassMethod", "start": 388, "end": 793, "loc": { "start": { "line": 15, "column": 4 }, "end": { "line": 26, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 388, "end": 406, "loc": { "start": { "line": 15, "column": 4 }, "end": { "line": 15, "column": 22 }, "identifierName": "getMainContentHTML" }, "name": "getMainContentHTML" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 409, "end": 793, "loc": { "start": { "line": 15, "column": 25 }, "end": { "line": 26, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 420, "end": 786, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 25, "column": 10 } }, "argument": { "type": "TemplateLiteral", "start": 427, "end": 785, "loc": { "start": { "line": 16, "column": 15 }, "end": { "line": 25, "column": 9 } }, "expressions": [ { "type": "CallExpression", "start": 490, "end": 515, "loc": { "start": { "line": 18, "column": 28 }, "end": { "line": 18, "column": 53 } }, "callee": { "type": "Identifier", "start": 490, "end": 499, "loc": { "start": { "line": 18, "column": 28 }, "end": { "line": 18, "column": 37 }, "identifierName": "cachebust" }, "name": "cachebust" }, "arguments": [ { "type": "StringLiteral", "start": 500, "end": 514, "loc": { "start": { "line": 18, "column": 38 }, "end": { "line": 18, "column": 52 } }, "extra": { "rawValue": "res/logo.png", "raw": "\"res/logo.png\"" }, "value": "res/logo.png" } ] }, { "type": "CallExpression", "start": 607, "end": 753, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 23, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 607, "end": 711, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 23, "column": 24 } }, "object": { "type": "CallExpression", "start": 607, "end": 685, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 22, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 607, "end": 645, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 22, "column": 24 } }, "object": { "type": "MemberExpression", "start": 607, "end": 619, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 21, "column": 26 } }, "object": { "type": "MemberExpression", "start": 607, "end": 614, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 21, "column": 21 } }, "object": { "type": "Identifier", "start": 607, "end": 608, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 21, "column": 15 }, "identifierName": "T" }, "name": "T" }, "property": { "type": "Identifier", "start": 609, "end": 614, "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 21 }, "identifierName": "about" }, "name": "about" }, "computed": false }, "property": { "type": "Identifier", "start": 615, "end": 619, "loc": { "start": { "line": 21, "column": 22 }, "end": { "line": 21, "column": 26 }, "identifierName": "body" }, "name": "body" }, "computed": false }, "property": { "type": "Identifier", "start": 638, "end": 645, "loc": { "start": { "line": 22, "column": 17 }, "end": { "line": 22, "column": 24 }, "identifierName": "replace" }, "name": "replace" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 646, "end": 660, "loc": { "start": { "line": 22, "column": 25 }, "end": { "line": 22, "column": 39 } }, "extra": { "rawValue": "", "raw": "\"\"" }, "value": "" }, { "type": "MemberExpression", "start": 662, "end": 684, "loc": { "start": { "line": 22, "column": 41 }, "end": { "line": 22, "column": 63 } }, "object": { "type": "Identifier", "start": 662, "end": 677, "loc": { "start": { "line": 22, "column": 41 }, "end": { "line": 22, "column": 56 }, "identifierName": "THIRDPARTY_URLS" }, "name": "THIRDPARTY_URLS" }, "property": { "type": "Identifier", "start": 678, "end": 684, "loc": { "start": { "line": 22, "column": 57 }, "end": { "line": 22, "column": 63 }, "identifierName": "github" }, "name": "github" }, "computed": false } ] }, "property": { "type": "Identifier", "start": 704, "end": 711, "loc": { "start": { "line": 23, "column": 17 }, "end": { "line": 23, "column": 24 }, "identifierName": "replace" }, "name": "replace" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 712, "end": 727, "loc": { "start": { "line": 23, "column": 25 }, "end": { "line": 23, "column": 40 } }, "extra": { "rawValue": "", "raw": "\"\"" }, "value": "" }, { "type": "MemberExpression", "start": 729, "end": 752, "loc": { "start": { "line": 23, "column": 42 }, "end": { "line": 23, "column": 65 } }, "object": { "type": "Identifier", "start": 729, "end": 744, "loc": { "start": { "line": 23, "column": 42 }, "end": { "line": 23, "column": 57 }, "identifierName": "THIRDPARTY_URLS" }, "name": "THIRDPARTY_URLS" }, "property": { "type": "Identifier", "start": 745, "end": 752, "loc": { "start": { "line": 23, "column": 58 }, "end": { "line": 23, "column": 65 }, "identifierName": "discord" }, "name": "discord" }, "computed": false } ] } ], "quasis": [ { "type": "TemplateElement", "start": 428, "end": 488, "loc": { "start": { "line": 16, "column": 16 }, "end": { "line": 18, "column": 26 } }, "value": { "raw": "\n
\n \n \"shapez.io\n
\n
\n ", "cooked": "\" alt=\"shapez.io Logo\">\n
\n
\n " }, "tail": false }, { "type": "TemplateElement", "start": 754, "end": 784, "loc": { "start": { "line": 23, "column": 67 }, "end": { "line": 25, "column": 8 } }, "value": { "raw": "\n
\n ", "cooked": "\n \n " }, "tail": true } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 801, "end": 1137, "loc": { "start": { "line": 28, "column": 4 }, "end": { "line": 37, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 801, "end": 808, "loc": { "start": { "line": 28, "column": 4 }, "end": { "line": 28, "column": 11 }, "identifierName": "onEnter" }, "name": "onEnter" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 811, "end": 1137, "loc": { "start": { "line": 28, "column": 14 }, "end": { "line": 37, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 822, "end": 881, "loc": { "start": { "line": 29, "column": 8 }, "end": { "line": 29, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 828, "end": 880, "loc": { "start": { "line": 29, "column": 14 }, "end": { "line": 29, "column": 66 } }, "id": { "type": "Identifier", "start": 828, "end": 833, "loc": { "start": { "line": 29, "column": 14 }, "end": { "line": 29, "column": 19 }, "identifierName": "links" }, "name": "links" }, "init": { "type": "CallExpression", "start": 836, "end": 880, "loc": { "start": { "line": 29, "column": 22 }, "end": { "line": 29, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 836, "end": 869, "loc": { "start": { "line": 29, "column": 22 }, "end": { "line": 29, "column": 55 } }, "object": { "type": "MemberExpression", "start": 836, "end": 852, "loc": { "start": { "line": 29, "column": 22 }, "end": { "line": 29, "column": 38 } }, "object": { "type": "ThisExpression", "start": 836, "end": 840, "loc": { "start": { "line": 29, "column": 22 }, "end": { "line": 29, "column": 26 } } }, "property": { "type": "Identifier", "start": 841, "end": 852, "loc": { "start": { "line": 29, "column": 27 }, "end": { "line": 29, "column": 38 }, "identifierName": "htmlElement" }, "name": "htmlElement" }, "computed": false }, "property": { "type": "Identifier", "start": 853, "end": 869, "loc": { "start": { "line": 29, "column": 39 }, "end": { "line": 29, "column": 55 }, "identifierName": "querySelectorAll" }, "name": "querySelectorAll" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 870, "end": 879, "loc": { "start": { "line": 29, "column": 56 }, "end": { "line": 29, "column": 65 } }, "extra": { "rawValue": "a[href]", "raw": "\"a[href]\"" }, "value": "a[href]" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 891, "end": 1130, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 36, "column": 11 } }, "expression": { "type": "CallExpression", "start": 891, "end": 1129, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 36, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 891, "end": 904, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 21 } }, "object": { "type": "Identifier", "start": 891, "end": 896, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 13 }, "identifierName": "links" }, "name": "links" }, "property": { "type": "Identifier", "start": 897, "end": 904, "loc": { "start": { "line": 30, "column": 14 }, "end": { "line": 30, "column": 21 }, "identifierName": "forEach" }, "name": "forEach" }, "computed": false }, "arguments": [ { "type": "ArrowFunctionExpression", "start": 905, "end": 1128, "loc": { "start": { "line": 30, "column": 22 }, "end": { "line": 36, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 905, "end": 909, "loc": { "start": { "line": 30, "column": 22 }, "end": { "line": 30, "column": 26 }, "identifierName": "link" }, "name": "link" } ], "body": { "type": "BlockStatement", "start": 913, "end": 1128, "loc": { "start": { "line": 30, "column": 30 }, "end": { "line": 36, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 928, "end": 1117, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 35, "column": 14 } }, "expression": { "type": "CallExpression", "start": 928, "end": 1116, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 35, "column": 13 } }, "callee": { "type": "MemberExpression", "start": 928, "end": 944, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 28 } }, "object": { "type": "ThisExpression", "start": 928, "end": 932, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 16 } } }, "property": { "type": "Identifier", "start": 933, "end": 944, "loc": { "start": { "line": 31, "column": 17 }, "end": { "line": 31, "column": 28 }, "identifierName": "trackClicks" }, "name": "trackClicks" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 963, "end": 967, "loc": { "start": { "line": 32, "column": 16 }, "end": { "line": 32, "column": 20 }, "identifierName": "link" }, "name": "link" }, { "type": "ArrowFunctionExpression", "start": 986, "end": 1060, "loc": { "start": { "line": 33, "column": 16 }, "end": { "line": 33, "column": 90 } }, "id": null, "generator": false, "expression": true, "async": false, "params": [], "body": { "type": "CallExpression", "start": 992, "end": 1060, "loc": { "start": { "line": 33, "column": 22 }, "end": { "line": 33, "column": 90 } }, "callee": { "type": "MemberExpression", "start": 992, "end": 1033, "loc": { "start": { "line": 33, "column": 22 }, "end": { "line": 33, "column": 63 } }, "object": { "type": "MemberExpression", "start": 992, "end": 1016, "loc": { "start": { "line": 33, "column": 22 }, "end": { "line": 33, "column": 46 } }, "object": { "type": "MemberExpression", "start": 992, "end": 1000, "loc": { "start": { "line": 33, "column": 22 }, "end": { "line": 33, "column": 30 } }, "object": { "type": "ThisExpression", "start": 992, "end": 996, "loc": { "start": { "line": 33, "column": 22 }, "end": { "line": 33, "column": 26 } } }, "property": { "type": "Identifier", "start": 997, "end": 1000, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 30 }, "identifierName": "app" }, "name": "app" }, "computed": false }, "property": { "type": "Identifier", "start": 1001, "end": 1016, "loc": { "start": { "line": 33, "column": 31 }, "end": { "line": 33, "column": 46 }, "identifierName": "platformWrapper" }, "name": "platformWrapper" }, "computed": false }, "property": { "type": "Identifier", "start": 1017, "end": 1033, "loc": { "start": { "line": 33, "column": 47 }, "end": { "line": 33, "column": 63 }, "identifierName": "openExternalLink" }, "name": "openExternalLink" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 1034, "end": 1059, "loc": { "start": { "line": 33, "column": 64 }, "end": { "line": 33, "column": 89 } }, "callee": { "type": "MemberExpression", "start": 1034, "end": 1051, "loc": { "start": { "line": 33, "column": 64 }, "end": { "line": 33, "column": 81 } }, "object": { "type": "Identifier", "start": 1034, "end": 1038, "loc": { "start": { "line": 33, "column": 64 }, "end": { "line": 33, "column": 68 }, "identifierName": "link" }, "name": "link" }, "property": { "type": "Identifier", "start": 1039, "end": 1051, "loc": { "start": { "line": 33, "column": 69 }, "end": { "line": 33, "column": 81 }, "identifierName": "getAttribute" }, "name": "getAttribute" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1052, "end": 1058, "loc": { "start": { "line": 33, "column": 82 }, "end": { "line": 33, "column": 88 } }, "extra": { "rawValue": "href", "raw": "\"href\"" }, "value": "href" } ] } ] } }, { "type": "ObjectExpression", "start": 1079, "end": 1101, "loc": { "start": { "line": 34, "column": 16 }, "end": { "line": 34, "column": 38 } }, "properties": [ { "type": "ObjectProperty", "start": 1081, "end": 1099, "loc": { "start": { "line": 34, "column": 18 }, "end": { "line": 34, "column": 36 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1081, "end": 1093, "loc": { "start": { "line": 34, "column": 18 }, "end": { "line": 34, "column": 30 }, "identifierName": "preventClick" }, "name": "preventClick" }, "value": { "type": "BooleanLiteral", "start": 1095, "end": 1099, "loc": { "start": { "line": 34, "column": 32 }, "end": { "line": 34, "column": 36 } }, "value": true } } ] } ] } } ], "directives": [] } } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1145, "end": 1212, "loc": { "start": { "line": 39, "column": 4 }, "end": { "line": 41, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1145, "end": 1168, "loc": { "start": { "line": 39, "column": 4 }, "end": { "line": 39, "column": 27 }, "identifierName": "getDefaultPreviousState" }, "name": "getDefaultPreviousState" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1171, "end": 1212, "loc": { "start": { "line": 39, "column": 30 }, "end": { "line": 41, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 1182, "end": 1205, "loc": { "start": { "line": 40, "column": 8 }, "end": { "line": 40, "column": 31 } }, "argument": { "type": "StringLiteral", "start": 1189, "end": 1204, "loc": { "start": { "line": 40, "column": 15 }, "end": { "line": 40, "column": 30 } }, "extra": { "rawValue": "SettingsState", "raw": "\"SettingsState\"" }, "value": "SettingsState" } } ], "directives": [] } } ] }, "leadingComments": [], "trailingComments": [] } } ], "directives": [] }, "comments": [], "tokens": [ { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "import", "start": 0, "end": 6, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7, "end": 8, "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "TextualGameState", "start": 9, "end": 25, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 25 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 26, "end": 27, "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 28, "end": 32, "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 32 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../core/textual_game_state", "start": 33, "end": 61, "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 61 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 61, "end": 62, "loc": { "start": { "line": 1, "column": 61 }, "end": { "line": 1, "column": 62 } } }, { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "import", "start": 64, "end": 70, "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 71, "end": 72, "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "T", "start": 73, "end": 74, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 75, "end": 76, "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 2, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 77, "end": 81, "loc": { "start": { "line": 2, "column": 13 }, "end": { "line": 2, "column": 17 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../translations", "start": 82, "end": 99, "loc": { "start": { "line": 2, "column": 18 }, "end": { "line": 2, "column": 35 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 99, "end": 100, "loc": { "start": { "line": 2, "column": 35 }, "end": { "line": 2, "column": 36 } } }, { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "import", "start": 102, "end": 108, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 109, "end": 110, "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "THIRDPARTY_URLS", "start": 111, "end": 126, "loc": { "start": { "line": 3, "column": 9 }, "end": { "line": 3, "column": 24 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 127, "end": 128, "loc": { "start": { "line": 3, "column": 25 }, "end": { "line": 3, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 129, "end": 133, "loc": { "start": { "line": 3, "column": 27 }, "end": { "line": 3, "column": 31 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../core/config", "start": 134, "end": 150, "loc": { "start": { "line": 3, "column": 32 }, "end": { "line": 3, "column": 48 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 150, "end": 151, "loc": { "start": { "line": 3, "column": 48 }, "end": { "line": 3, "column": 49 } } }, { "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": 153, "end": 159, "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": 160, "end": 161, "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": "cachebust", "start": 162, "end": 171, "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 18 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 172, "end": 173, "loc": { "start": { "line": 4, "column": 19 }, "end": { "line": 4, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 174, "end": 178, "loc": { "start": { "line": 4, "column": 21 }, "end": { "line": 4, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../core/cachebust", "start": 179, "end": 198, "loc": { "start": { "line": 4, "column": 26 }, "end": { "line": 4, "column": 45 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 198, "end": 199, "loc": { "start": { "line": 4, "column": 45 }, "end": { "line": 4, "column": 46 } } }, { "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": 203, "end": 209, "loc": { "start": { "line": 6, "column": 0 }, "end": { "line": 6, "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": 210, "end": 215, "loc": { "start": { "line": 6, "column": 7 }, "end": { "line": 6, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "AboutState", "start": 216, "end": 226, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 23 } } }, { "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": 227, "end": 234, "loc": { "start": { "line": 6, "column": 24 }, "end": { "line": 6, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "TextualGameState", "start": 235, "end": 251, "loc": { "start": { "line": 6, "column": 32 }, "end": { "line": 6, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 252, "end": 253, "loc": { "start": { "line": 6, "column": 49 }, "end": { "line": 6, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "constructor", "start": 259, "end": 270, "loc": { "start": { "line": 7, "column": 4 }, "end": { "line": 7, "column": 15 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 270, "end": 271, "loc": { "start": { "line": 7, "column": 15 }, "end": { "line": 7, "column": 16 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 271, "end": 272, "loc": { "start": { "line": 7, "column": 16 }, "end": { "line": 7, "column": 17 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 273, "end": 274, "loc": { "start": { "line": 7, "column": 18 }, "end": { "line": 7, "column": 19 } } }, { "type": { "label": "super", "keyword": "super", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "super", "start": 284, "end": 289, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 289, "end": 290, "loc": { "start": { "line": 8, "column": 13 }, "end": { "line": 8, "column": 14 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "AboutState", "start": 290, "end": 302, "loc": { "start": { "line": 8, "column": 14 }, "end": { "line": 8, "column": 26 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 302, "end": 303, "loc": { "start": { "line": 8, "column": 26 }, "end": { "line": 8, "column": 27 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 303, "end": 304, "loc": { "start": { "line": 8, "column": 27 }, "end": { "line": 8, "column": 28 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 310, "end": 311, "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 9, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getStateHeaderTitle", "start": 319, "end": 338, "loc": { "start": { "line": 11, "column": 4 }, "end": { "line": 11, "column": 23 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 338, "end": 339, "loc": { "start": { "line": 11, "column": 23 }, "end": { "line": 11, "column": 24 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 339, "end": 340, "loc": { "start": { "line": 11, "column": 24 }, "end": { "line": 11, "column": 25 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 341, "end": 342, "loc": { "start": { "line": 11, "column": 26 }, "end": { "line": 11, "column": 27 } } }, { "type": { "label": "return", "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "return", "start": 352, "end": 358, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "T", "start": 359, "end": 360, "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 12, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 360, "end": 361, "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "about", "start": 361, "end": 366, "loc": { "start": { "line": 12, "column": 17 }, "end": { "line": 12, "column": 22 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 366, "end": 367, "loc": { "start": { "line": 12, "column": 22 }, "end": { "line": 12, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "title", "start": 367, "end": 372, "loc": { "start": { "line": 12, "column": 23 }, "end": { "line": 12, "column": 28 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 372, "end": 373, "loc": { "start": { "line": 12, "column": 28 }, "end": { "line": 12, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 379, "end": 380, "loc": { "start": { "line": 13, "column": 4 }, "end": { "line": 13, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getMainContentHTML", "start": 388, "end": 406, "loc": { "start": { "line": 15, "column": 4 }, "end": { "line": 15, "column": 22 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 406, "end": 407, "loc": { "start": { "line": 15, "column": 22 }, "end": { "line": 15, "column": 23 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 407, "end": 408, "loc": { "start": { "line": 15, "column": 23 }, "end": { "line": 15, "column": 24 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 409, "end": 410, "loc": { "start": { "line": 15, "column": 25 }, "end": { "line": 15, "column": 26 } } }, { "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": 420, "end": 426, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 14 } } }, { "type": { "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 427, "end": 428, "loc": { "start": { "line": 16, "column": 15 }, "end": { "line": 16, "column": 16 } } }, { "type": { "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "\n
\n \"shapez.io\n
\n
\n ", "start": 516, "end": 605, "loc": { "start": { "line": 18, "column": 54 }, "end": { "line": 21, "column": 12 } } }, { "type": { "label": "${", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 605, "end": 607, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "T", "start": 607, "end": 608, "loc": { "start": { "line": 21, "column": 14 }, "end": { "line": 21, "column": 15 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 608, "end": 609, "loc": { "start": { "line": 21, "column": 15 }, "end": { "line": 21, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "about", "start": 609, "end": 614, "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 21 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 614, "end": 615, "loc": { "start": { "line": 21, "column": 21 }, "end": { "line": 21, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "body", "start": 615, "end": 619, "loc": { "start": { "line": 21, "column": 22 }, "end": { "line": 21, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 637, "end": 638, "loc": { "start": { "line": 22, "column": 16 }, "end": { "line": 22, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "replace", "start": 638, "end": 645, "loc": { "start": { "line": 22, "column": 17 }, "end": { "line": 22, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 645, "end": 646, "loc": { "start": { "line": 22, "column": 24 }, "end": { "line": 22, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "", "start": 646, "end": 660, "loc": { "start": { "line": 22, "column": 25 }, "end": { "line": 22, "column": 39 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 660, "end": 661, "loc": { "start": { "line": 22, "column": 39 }, "end": { "line": 22, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "THIRDPARTY_URLS", "start": 662, "end": 677, "loc": { "start": { "line": 22, "column": 41 }, "end": { "line": 22, "column": 56 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 677, "end": 678, "loc": { "start": { "line": 22, "column": 56 }, "end": { "line": 22, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "github", "start": 678, "end": 684, "loc": { "start": { "line": 22, "column": 57 }, "end": { "line": 22, "column": 63 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 684, "end": 685, "loc": { "start": { "line": 22, "column": 63 }, "end": { "line": 22, "column": 64 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 703, "end": 704, "loc": { "start": { "line": 23, "column": 16 }, "end": { "line": 23, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "replace", "start": 704, "end": 711, "loc": { "start": { "line": 23, "column": 17 }, "end": { "line": 23, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 711, "end": 712, "loc": { "start": { "line": 23, "column": 24 }, "end": { "line": 23, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "", "start": 712, "end": 727, "loc": { "start": { "line": 23, "column": 25 }, "end": { "line": 23, "column": 40 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 727, "end": 728, "loc": { "start": { "line": 23, "column": 40 }, "end": { "line": 23, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "THIRDPARTY_URLS", "start": 729, "end": 744, "loc": { "start": { "line": 23, "column": 42 }, "end": { "line": 23, "column": 57 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 744, "end": 745, "loc": { "start": { "line": 23, "column": 57 }, "end": { "line": 23, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "discord", "start": 745, "end": 752, "loc": { "start": { "line": 23, "column": 58 }, "end": { "line": 23, "column": 65 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 752, "end": 753, "loc": { "start": { "line": 23, "column": 65 }, "end": { "line": 23, "column": 66 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 753, "end": 754, "loc": { "start": { "line": 23, "column": 66 }, "end": { "line": 23, "column": 67 } } }, { "type": { "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "\n
\n ", "start": 754, "end": 784, "loc": { "start": { "line": 23, "column": 67 }, "end": { "line": 25, "column": 8 } } }, { "type": { "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 784, "end": 785, "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 9 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 785, "end": 786, "loc": { "start": { "line": 25, "column": 9 }, "end": { "line": 25, "column": 10 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 792, "end": 793, "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": "onEnter", "start": 801, "end": 808, "loc": { "start": { "line": 28, "column": 4 }, "end": { "line": 28, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 808, "end": 809, "loc": { "start": { "line": 28, "column": 11 }, "end": { "line": 28, "column": 12 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 809, "end": 810, "loc": { "start": { "line": 28, "column": 12 }, "end": { "line": 28, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 811, "end": 812, "loc": { "start": { "line": 28, "column": 14 }, "end": { "line": 28, "column": 15 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 822, "end": 827, "loc": { "start": { "line": 29, "column": 8 }, "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": "links", "start": 828, "end": 833, "loc": { "start": { "line": 29, "column": 14 }, "end": { "line": 29, "column": 19 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 834, "end": 835, "loc": { "start": { "line": 29, "column": 20 }, "end": { "line": 29, "column": 21 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 836, "end": 840, "loc": { "start": { "line": 29, "column": 22 }, "end": { "line": 29, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 840, "end": 841, "loc": { "start": { "line": 29, "column": 26 }, "end": { "line": 29, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "htmlElement", "start": 841, "end": 852, "loc": { "start": { "line": 29, "column": 27 }, "end": { "line": 29, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 852, "end": 853, "loc": { "start": { "line": 29, "column": 38 }, "end": { "line": 29, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "querySelectorAll", "start": 853, "end": 869, "loc": { "start": { "line": 29, "column": 39 }, "end": { "line": 29, "column": 55 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 869, "end": 870, "loc": { "start": { "line": 29, "column": 55 }, "end": { "line": 29, "column": 56 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "a[href]", "start": 870, "end": 879, "loc": { "start": { "line": 29, "column": 56 }, "end": { "line": 29, "column": 65 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 879, "end": 880, "loc": { "start": { "line": 29, "column": 65 }, "end": { "line": 29, "column": 66 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 880, "end": 881, "loc": { "start": { "line": 29, "column": 66 }, "end": { "line": 29, "column": 67 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "links", "start": 891, "end": 896, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 13 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 896, "end": 897, "loc": { "start": { "line": 30, "column": 13 }, "end": { "line": 30, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "forEach", "start": 897, "end": 904, "loc": { "start": { "line": 30, "column": 14 }, "end": { "line": 30, "column": 21 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 904, "end": 905, "loc": { "start": { "line": 30, "column": 21 }, "end": { "line": 30, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "link", "start": 905, "end": 909, "loc": { "start": { "line": 30, "column": 22 }, "end": { "line": 30, "column": 26 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 910, "end": 912, "loc": { "start": { "line": 30, "column": 27 }, "end": { "line": 30, "column": 29 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 913, "end": 914, "loc": { "start": { "line": 30, "column": 30 }, "end": { "line": 30, "column": 31 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 928, "end": 932, "loc": { "start": { "line": 31, "column": 12 }, "end": { "line": 31, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 932, "end": 933, "loc": { "start": { "line": 31, "column": 16 }, "end": { "line": 31, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "trackClicks", "start": 933, "end": 944, "loc": { "start": { "line": 31, "column": 17 }, "end": { "line": 31, "column": 28 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 944, "end": 945, "loc": { "start": { "line": 31, "column": 28 }, "end": { "line": 31, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "link", "start": 963, "end": 967, "loc": { "start": { "line": 32, "column": 16 }, "end": { "line": 32, "column": 20 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 967, "end": 968, "loc": { "start": { "line": 32, "column": 20 }, "end": { "line": 32, "column": 21 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 986, "end": 987, "loc": { "start": { "line": 33, "column": 16 }, "end": { "line": 33, "column": 17 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 987, "end": 988, "loc": { "start": { "line": 33, "column": 17 }, "end": { "line": 33, "column": 18 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 989, "end": 991, "loc": { "start": { "line": 33, "column": 19 }, "end": { "line": 33, "column": 21 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 992, "end": 996, "loc": { "start": { "line": 33, "column": 22 }, "end": { "line": 33, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 996, "end": 997, "loc": { "start": { "line": 33, "column": 26 }, "end": { "line": 33, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "app", "start": 997, "end": 1000, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 30 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1000, "end": 1001, "loc": { "start": { "line": 33, "column": 30 }, "end": { "line": 33, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "platformWrapper", "start": 1001, "end": 1016, "loc": { "start": { "line": 33, "column": 31 }, "end": { "line": 33, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1016, "end": 1017, "loc": { "start": { "line": 33, "column": 46 }, "end": { "line": 33, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "openExternalLink", "start": 1017, "end": 1033, "loc": { "start": { "line": 33, "column": 47 }, "end": { "line": 33, "column": 63 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1033, "end": 1034, "loc": { "start": { "line": 33, "column": 63 }, "end": { "line": 33, "column": 64 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "link", "start": 1034, "end": 1038, "loc": { "start": { "line": 33, "column": 64 }, "end": { "line": 33, "column": 68 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1038, "end": 1039, "loc": { "start": { "line": 33, "column": 68 }, "end": { "line": 33, "column": 69 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAttribute", "start": 1039, "end": 1051, "loc": { "start": { "line": 33, "column": 69 }, "end": { "line": 33, "column": 81 } } }, { "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": 33, "column": 81 }, "end": { "line": 33, "column": 82 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "href", "start": 1052, "end": 1058, "loc": { "start": { "line": 33, "column": 82 }, "end": { "line": 33, "column": 88 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1058, "end": 1059, "loc": { "start": { "line": 33, "column": 88 }, "end": { "line": 33, "column": 89 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1059, "end": 1060, "loc": { "start": { "line": 33, "column": 89 }, "end": { "line": 33, "column": 90 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1060, "end": 1061, "loc": { "start": { "line": 33, "column": 90 }, "end": { "line": 33, "column": 91 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1079, "end": 1080, "loc": { "start": { "line": 34, "column": 16 }, "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": "preventClick", "start": 1081, "end": 1093, "loc": { "start": { "line": 34, "column": 18 }, "end": { "line": 34, "column": 30 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1093, "end": 1094, "loc": { "start": { "line": 34, "column": 30 }, "end": { "line": 34, "column": 31 } } }, { "type": { "label": "true", "keyword": "true", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "true", "start": 1095, "end": 1099, "loc": { "start": { "line": 34, "column": 32 }, "end": { "line": 34, "column": 36 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1100, "end": 1101, "loc": { "start": { "line": 34, "column": 37 }, "end": { "line": 34, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1115, "end": 1116, "loc": { "start": { "line": 35, "column": 12 }, "end": { "line": 35, "column": 13 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1116, "end": 1117, "loc": { "start": { "line": 35, "column": 13 }, "end": { "line": 35, "column": 14 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1127, "end": 1128, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 9 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1128, "end": 1129, "loc": { "start": { "line": 36, "column": 9 }, "end": { "line": 36, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1129, "end": 1130, "loc": { "start": { "line": 36, "column": 10 }, "end": { "line": 36, "column": 11 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1136, "end": 1137, "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getDefaultPreviousState", "start": 1145, "end": 1168, "loc": { "start": { "line": 39, "column": 4 }, "end": { "line": 39, "column": 27 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1168, "end": 1169, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 28 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1169, "end": 1170, "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 39, "column": 29 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1171, "end": 1172, "loc": { "start": { "line": 39, "column": 30 }, "end": { "line": 39, "column": 31 } } }, { "type": { "label": "return", "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "return", "start": 1182, "end": 1188, "loc": { "start": { "line": 40, "column": 8 }, "end": { "line": 40, "column": 14 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "SettingsState", "start": 1189, "end": 1204, "loc": { "start": { "line": 40, "column": 15 }, "end": { "line": 40, "column": 30 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1204, "end": 1205, "loc": { "start": { "line": 40, "column": 30 }, "end": { "line": 40, "column": 31 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1211, "end": 1212, "loc": { "start": { "line": 41, "column": 4 }, "end": { "line": 41, "column": 5 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1214, "end": 1215, "loc": { "start": { "line": 42, "column": 0 }, "end": { "line": 42, "column": 1 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1217, "end": 1217, "loc": { "start": { "line": 43, "column": 0 }, "end": { "line": 43, "column": 0 } } } ] }