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/core/logging.js.json
2021-02-26 15:20:37 +01:00

43476 lines
1.0 MiB

{
"type": "File",
"start": 0,
"end": 6437,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 248,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 6437,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 248,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 46
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
}
}
],
"source": {
"type": "StringLiteral",
"start": 29,
"end": 45,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 45
}
},
"extra": {
"rawValue": "../core/config",
"raw": "\"../core/config\""
},
"value": "../core/config"
}
},
{
"type": "VariableDeclaration",
"start": 48,
"end": 94,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 46
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 54,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 45
}
},
"id": {
"type": "Identifier",
"start": 54,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 18
},
"identifierName": "circularJson"
},
"name": "circularJson"
},
"init": {
"type": "CallExpression",
"start": 69,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 21
},
"end": {
"line": 2,
"column": 45
}
},
"callee": {
"type": "Identifier",
"start": 69,
"end": 76,
"loc": {
"start": {
"line": 2,
"column": 21
},
"end": {
"line": 2,
"column": 28
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 77,
"end": 92,
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 2,
"column": 44
}
},
"extra": {
"rawValue": "circular-json",
"raw": "\"circular-json\""
},
"value": "circular-json"
}
]
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentBlock",
"value": "\r\nLogging functions\r\n- To be extended\r\n",
"start": 98,
"end": 141,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 2
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Base logger class\r\n ",
"start": 145,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 11,
"column": 3
}
}
}
]
},
{
"type": "ClassDeclaration",
"start": 177,
"end": 560,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 32,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 183,
"end": 189,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 12
},
"identifierName": "Logger"
},
"name": "Logger",
"leadingComments": null
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 190,
"end": 560,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 32,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 197,
"end": 259,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 15,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 197,
"end": 208,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 209,
"end": 216,
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 23
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 218,
"end": 259,
"loc": {
"start": {
"line": 13,
"column": 25
},
"end": {
"line": 15,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 229,
"end": 252,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 229,
"end": 251,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 229,
"end": 241,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 229,
"end": 233,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 234,
"end": 241,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 20
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 244,
"end": 251,
"loc": {
"start": {
"line": 14,
"column": 23
},
"end": {
"line": 14,
"column": 30
},
"identifierName": "context"
},
"name": "context"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 267,
"end": 335,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 267,
"end": 272,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 9
},
"identifierName": "debug"
},
"name": "debug"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "RestElement",
"start": 273,
"end": 280,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 17,
"column": 17
}
},
"argument": {
"type": "Identifier",
"start": 276,
"end": 280,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 17
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 282,
"end": 335,
"loc": {
"start": {
"line": 17,
"column": 19
},
"end": {
"line": 19,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 293,
"end": 328,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 293,
"end": 327,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 42
}
},
"callee": {
"type": "Identifier",
"start": 293,
"end": 304,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 19
},
"identifierName": "globalDebug"
},
"name": "globalDebug"
},
"arguments": [
{
"type": "MemberExpression",
"start": 305,
"end": 317,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 305,
"end": 309,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 310,
"end": 317,
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 18,
"column": 32
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
{
"type": "SpreadElement",
"start": 319,
"end": 326,
"loc": {
"start": {
"line": 18,
"column": 34
},
"end": {
"line": 18,
"column": 41
}
},
"argument": {
"type": "Identifier",
"start": 322,
"end": 326,
"loc": {
"start": {
"line": 18,
"column": 37
},
"end": {
"line": 18,
"column": 41
},
"identifierName": "args"
},
"name": "args"
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 343,
"end": 407,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 23,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 343,
"end": 346,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 21,
"column": 7
},
"identifierName": "log"
},
"name": "log"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "RestElement",
"start": 347,
"end": 354,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 15
}
},
"argument": {
"type": "Identifier",
"start": 350,
"end": 354,
"loc": {
"start": {
"line": 21,
"column": 11
},
"end": {
"line": 21,
"column": 15
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 356,
"end": 407,
"loc": {
"start": {
"line": 21,
"column": 17
},
"end": {
"line": 23,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 367,
"end": 400,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 367,
"end": 399,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 40
}
},
"callee": {
"type": "Identifier",
"start": 367,
"end": 376,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 17
},
"identifierName": "globalLog"
},
"name": "globalLog"
},
"arguments": [
{
"type": "MemberExpression",
"start": 377,
"end": 389,
"loc": {
"start": {
"line": 22,
"column": 18
},
"end": {
"line": 22,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 377,
"end": 381,
"loc": {
"start": {
"line": 22,
"column": 18
},
"end": {
"line": 22,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 382,
"end": 389,
"loc": {
"start": {
"line": 22,
"column": 23
},
"end": {
"line": 22,
"column": 30
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
{
"type": "SpreadElement",
"start": 391,
"end": 398,
"loc": {
"start": {
"line": 22,
"column": 32
},
"end": {
"line": 22,
"column": 39
}
},
"argument": {
"type": "Identifier",
"start": 394,
"end": 398,
"loc": {
"start": {
"line": 22,
"column": 35
},
"end": {
"line": 22,
"column": 39
},
"identifierName": "args"
},
"name": "args"
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 415,
"end": 481,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 27,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 415,
"end": 419,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 8
},
"identifierName": "warn"
},
"name": "warn"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "RestElement",
"start": 420,
"end": 427,
"loc": {
"start": {
"line": 25,
"column": 9
},
"end": {
"line": 25,
"column": 16
}
},
"argument": {
"type": "Identifier",
"start": 423,
"end": 427,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 16
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 429,
"end": 481,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 27,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 440,
"end": 474,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 440,
"end": 473,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 41
}
},
"callee": {
"type": "Identifier",
"start": 440,
"end": 450,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 18
},
"identifierName": "globalWarn"
},
"name": "globalWarn"
},
"arguments": [
{
"type": "MemberExpression",
"start": 451,
"end": 463,
"loc": {
"start": {
"line": 26,
"column": 19
},
"end": {
"line": 26,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 451,
"end": 455,
"loc": {
"start": {
"line": 26,
"column": 19
},
"end": {
"line": 26,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"start": 456,
"end": 463,
"loc": {
"start": {
"line": 26,
"column": 24
},
"end": {
"line": 26,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
{
"type": "SpreadElement",
"start": 465,
"end": 472,
"loc": {
"start": {
"line": 26,
"column": 33
},
"end": {
"line": 26,
"column": 40
}
},
"argument": {
"type": "Identifier",
"start": 468,
"end": 472,
"loc": {
"start": {
"line": 26,
"column": 36
},
"end": {
"line": 26,
"column": 40
},
"identifierName": "args"
},
"name": "args"
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 489,
"end": 557,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 31,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 489,
"end": 494,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 9
},
"identifierName": "error"
},
"name": "error"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "RestElement",
"start": 495,
"end": 502,
"loc": {
"start": {
"line": 29,
"column": 10
},
"end": {
"line": 29,
"column": 17
}
},
"argument": {
"type": "Identifier",
"start": 498,
"end": 502,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 17
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 504,
"end": 557,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 31,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 515,
"end": 550,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 43
}
},
"expression": {
"type": "CallExpression",
"start": 515,
"end": 549,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 42
}
},
"callee": {
"type": "Identifier",
"start": 515,
"end": 526,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 19
},
"identifierName": "globalError"
},
"name": "globalError"
},
"arguments": [
{
"type": "MemberExpression",
"start": 527,
"end": 539,
"loc": {
"start": {
"line": 30,
"column": 20
},
"end": {
"line": 30,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 527,
"end": 531,
"loc": {
"start": {
"line": 30,
"column": 20
},
"end": {
"line": 30,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 532,
"end": 539,
"loc": {
"start": {
"line": 30,
"column": 25
},
"end": {
"line": 30,
"column": 32
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
{
"type": "SpreadElement",
"start": 541,
"end": 548,
"loc": {
"start": {
"line": 30,
"column": 34
},
"end": {
"line": 30,
"column": 41
}
},
"argument": {
"type": "Identifier",
"start": 544,
"end": 548,
"loc": {
"start": {
"line": 30,
"column": 37
},
"end": {
"line": 30,
"column": 41
},
"identifierName": "args"
},
"name": "args"
}
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "\r\nLogging functions\r\n- To be extended\r\n",
"start": 98,
"end": 141,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 2
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Base logger class\r\n ",
"start": 145,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 11,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 564,
"end": 639,
"loc": {
"start": {
"line": 34,
"column": 0
},
"end": {
"line": 36,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 571,
"end": 639,
"loc": {
"start": {
"line": 34,
"column": 7
},
"end": {
"line": 36,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 580,
"end": 592,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 28
},
"identifierName": "createLogger"
},
"name": "createLogger"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 593,
"end": 600,
"loc": {
"start": {
"line": 34,
"column": 29
},
"end": {
"line": 34,
"column": 36
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 602,
"end": 639,
"loc": {
"start": {
"line": 34,
"column": 38
},
"end": {
"line": 36,
"column": 1
}
},
"body": [
{
"type": "ReturnStatement",
"start": 609,
"end": 636,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 31
}
},
"argument": {
"type": "NewExpression",
"start": 616,
"end": 635,
"loc": {
"start": {
"line": 35,
"column": 11
},
"end": {
"line": 35,
"column": 30
}
},
"callee": {
"type": "Identifier",
"start": 620,
"end": 626,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 21
},
"identifierName": "Logger"
},
"name": "Logger"
},
"arguments": [
{
"type": "Identifier",
"start": 627,
"end": 634,
"loc": {
"start": {
"line": 35,
"column": 22
},
"end": {
"line": 35,
"column": 29
},
"identifierName": "context"
},
"name": "context"
}
]
}
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "FunctionDeclaration",
"start": 643,
"end": 1286,
"loc": {
"start": {
"line": 38,
"column": 0
},
"end": {
"line": 62,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 652,
"end": 675,
"loc": {
"start": {
"line": 38,
"column": 9
},
"end": {
"line": 38,
"column": 32
},
"identifierName": "prepareObjectForLogging"
},
"name": "prepareObjectForLogging"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 676,
"end": 679,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 36
},
"identifierName": "obj"
},
"name": "obj"
},
{
"type": "AssignmentPattern",
"start": 681,
"end": 693,
"loc": {
"start": {
"line": 38,
"column": 38
},
"end": {
"line": 38,
"column": 50
}
},
"left": {
"type": "Identifier",
"start": 681,
"end": 689,
"loc": {
"start": {
"line": 38,
"column": 38
},
"end": {
"line": 38,
"column": 46
},
"identifierName": "maxDepth"
},
"name": "maxDepth"
},
"right": {
"type": "NumericLiteral",
"start": 692,
"end": 693,
"loc": {
"start": {
"line": 38,
"column": 49
},
"end": {
"line": 38,
"column": 50
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
],
"body": {
"type": "BlockStatement",
"start": 695,
"end": 1286,
"loc": {
"start": {
"line": 38,
"column": 52
},
"end": {
"line": 62,
"column": 1
}
},
"body": [
{
"type": "IfStatement",
"start": 702,
"end": 791,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 42,
"column": 5
}
},
"test": {
"type": "UnaryExpression",
"start": 706,
"end": 720,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 22
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 707,
"end": 720,
"loc": {
"start": {
"line": 39,
"column": 9
},
"end": {
"line": 39,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 707,
"end": 713,
"loc": {
"start": {
"line": 39,
"column": 9
},
"end": {
"line": 39,
"column": 15
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 714,
"end": 720,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 22
},
"identifierName": "Sentry"
},
"name": "Sentry"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 722,
"end": 791,
"loc": {
"start": {
"line": 39,
"column": 24
},
"end": {
"line": 42,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 773,
"end": 784,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 19
}
},
"argument": {
"type": "Identifier",
"start": 780,
"end": 783,
"loc": {
"start": {
"line": 41,
"column": 15
},
"end": {
"line": 41,
"column": 18
},
"identifierName": "obj"
},
"name": "obj",
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Not required without sentry",
"start": 733,
"end": 763,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 38
}
}
}
]
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 799,
"end": 880,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 46,
"column": 5
}
},
"test": {
"type": "LogicalExpression",
"start": 803,
"end": 849,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 54
}
},
"left": {
"type": "BinaryExpression",
"start": 803,
"end": 826,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 31
}
},
"left": {
"type": "UnaryExpression",
"start": 803,
"end": 813,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 18
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 810,
"end": 813,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 18
},
"identifierName": "obj"
},
"name": "obj"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "!==",
"right": {
"type": "StringLiteral",
"start": 818,
"end": 826,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 31
}
},
"extra": {
"rawValue": "object",
"raw": "\"object\""
},
"value": "object"
}
},
"operator": "&&",
"right": {
"type": "UnaryExpression",
"start": 830,
"end": 849,
"loc": {
"start": {
"line": 44,
"column": 35
},
"end": {
"line": 44,
"column": 54
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 831,
"end": 849,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 831,
"end": 844,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 831,
"end": 836,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 41
},
"identifierName": "Array"
},
"name": "Array"
},
"property": {
"type": "Identifier",
"start": 837,
"end": 844,
"loc": {
"start": {
"line": 44,
"column": 42
},
"end": {
"line": 44,
"column": 49
},
"identifierName": "isArray"
},
"name": "isArray"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 845,
"end": 848,
"loc": {
"start": {
"line": 44,
"column": 50
},
"end": {
"line": 44,
"column": 53
},
"identifierName": "obj"
},
"name": "obj"
}
]
},
"extra": {
"parenthesizedArgument": false
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 851,
"end": 880,
"loc": {
"start": {
"line": 44,
"column": 56
},
"end": {
"line": 46,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 862,
"end": 873,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 19
}
},
"argument": {
"type": "Identifier",
"start": 869,
"end": 872,
"loc": {
"start": {
"line": 45,
"column": 15
},
"end": {
"line": 45,
"column": 18
},
"identifierName": "obj"
},
"name": "obj"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 886,
"end": 904,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 892,
"end": 903,
"loc": {
"start": {
"line": 47,
"column": 10
},
"end": {
"line": 47,
"column": 21
}
},
"id": {
"type": "Identifier",
"start": 892,
"end": 898,
"loc": {
"start": {
"line": 47,
"column": 10
},
"end": {
"line": 47,
"column": 16
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "ObjectExpression",
"start": 901,
"end": 903,
"loc": {
"start": {
"line": 47,
"column": 19
},
"end": {
"line": 47,
"column": 21
}
},
"properties": []
}
}
],
"kind": "const"
},
{
"type": "ForInStatement",
"start": 910,
"end": 1263,
"loc": {
"start": {
"line": 48,
"column": 4
},
"end": {
"line": 60,
"column": 5
}
},
"left": {
"type": "VariableDeclaration",
"start": 915,
"end": 924,
"loc": {
"start": {
"line": 48,
"column": 9
},
"end": {
"line": 48,
"column": 18
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 921,
"end": 924,
"loc": {
"start": {
"line": 48,
"column": 15
},
"end": {
"line": 48,
"column": 18
}
},
"id": {
"type": "Identifier",
"start": 921,
"end": 924,
"loc": {
"start": {
"line": 48,
"column": 15
},
"end": {
"line": 48,
"column": 18
},
"identifierName": "key"
},
"name": "key"
},
"init": null
}
],
"kind": "const"
},
"right": {
"type": "Identifier",
"start": 928,
"end": 931,
"loc": {
"start": {
"line": 48,
"column": 22
},
"end": {
"line": 48,
"column": 25
},
"identifierName": "obj"
},
"name": "obj"
},
"body": {
"type": "BlockStatement",
"start": 933,
"end": 1263,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 60,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 944,
"end": 965,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 29
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 950,
"end": 964,
"loc": {
"start": {
"line": 49,
"column": 14
},
"end": {
"line": 49,
"column": 28
}
},
"id": {
"type": "Identifier",
"start": 950,
"end": 953,
"loc": {
"start": {
"line": 49,
"column": 14
},
"end": {
"line": 49,
"column": 17
},
"identifierName": "val"
},
"name": "val"
},
"init": {
"type": "MemberExpression",
"start": 956,
"end": 964,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 956,
"end": 959,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 23
},
"identifierName": "obj"
},
"name": "obj"
},
"property": {
"type": "Identifier",
"start": 960,
"end": 963,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 27
},
"identifierName": "key"
},
"name": "key"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 977,
"end": 1256,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 59,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 981,
"end": 1004,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 35
}
},
"left": {
"type": "UnaryExpression",
"start": 981,
"end": 991,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 22
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 988,
"end": 991,
"loc": {
"start": {
"line": 51,
"column": 19
},
"end": {
"line": 51,
"column": 22
},
"identifierName": "val"
},
"name": "val"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 996,
"end": 1004,
"loc": {
"start": {
"line": 51,
"column": 27
},
"end": {
"line": 51,
"column": 35
}
},
"extra": {
"rawValue": "object",
"raw": "\"object\""
},
"value": "object"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1006,
"end": 1206,
"loc": {
"start": {
"line": 51,
"column": 37
},
"end": {
"line": 57,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1021,
"end": 1195,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 1025,
"end": 1037,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 28
}
},
"left": {
"type": "Identifier",
"start": 1025,
"end": 1033,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 24
},
"identifierName": "maxDepth"
},
"name": "maxDepth"
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 1036,
"end": 1037,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 28
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 1039,
"end": 1130,
"loc": {
"start": {
"line": 52,
"column": 30
},
"end": {
"line": 54,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1058,
"end": 1115,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 73
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1058,
"end": 1114,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 72
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1058,
"end": 1069,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 1058,
"end": 1064,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 22
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1065,
"end": 1068,
"loc": {
"start": {
"line": 53,
"column": 23
},
"end": {
"line": 53,
"column": 26
},
"identifierName": "key"
},
"name": "key"
},
"computed": true
},
"right": {
"type": "CallExpression",
"start": 1072,
"end": 1114,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 72
}
},
"callee": {
"type": "Identifier",
"start": 1072,
"end": 1095,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 53
},
"identifierName": "prepareObjectForLogging"
},
"name": "prepareObjectForLogging"
},
"arguments": [
{
"type": "Identifier",
"start": 1096,
"end": 1099,
"loc": {
"start": {
"line": 53,
"column": 54
},
"end": {
"line": 53,
"column": 57
},
"identifierName": "val"
},
"name": "val"
},
{
"type": "BinaryExpression",
"start": 1101,
"end": 1113,
"loc": {
"start": {
"line": 53,
"column": 59
},
"end": {
"line": 53,
"column": 71
}
},
"left": {
"type": "Identifier",
"start": 1101,
"end": 1109,
"loc": {
"start": {
"line": 53,
"column": 59
},
"end": {
"line": 53,
"column": 67
},
"identifierName": "maxDepth"
},
"name": "maxDepth"
},
"operator": "-",
"right": {
"type": "NumericLiteral",
"start": 1112,
"end": 1113,
"loc": {
"start": {
"line": 53,
"column": 70
},
"end": {
"line": 53,
"column": 71
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
]
}
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1136,
"end": 1195,
"loc": {
"start": {
"line": 54,
"column": 19
},
"end": {
"line": 56,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1155,
"end": 1180,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 41
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1155,
"end": 1179,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 40
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1155,
"end": 1166,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 1155,
"end": 1161,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 22
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1162,
"end": 1165,
"loc": {
"start": {
"line": 55,
"column": 23
},
"end": {
"line": 55,
"column": 26
},
"identifierName": "key"
},
"name": "key"
},
"computed": true
},
"right": {
"type": "StringLiteral",
"start": 1169,
"end": 1179,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 40
}
},
"extra": {
"rawValue": "[object]",
"raw": "\"[object]\""
},
"value": "[object]"
}
}
}
],
"directives": []
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1212,
"end": 1256,
"loc": {
"start": {
"line": 57,
"column": 15
},
"end": {
"line": 59,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1227,
"end": 1245,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1227,
"end": 1244,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1227,
"end": 1238,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1227,
"end": 1233,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 18
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1234,
"end": 1237,
"loc": {
"start": {
"line": 58,
"column": 19
},
"end": {
"line": 58,
"column": 22
},
"identifierName": "key"
},
"name": "key"
},
"computed": true
},
"right": {
"type": "Identifier",
"start": 1241,
"end": 1244,
"loc": {
"start": {
"line": 58,
"column": 26
},
"end": {
"line": 58,
"column": 29
},
"identifierName": "val"
},
"name": "val"
}
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ReturnStatement",
"start": 1269,
"end": 1283,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 18
}
},
"argument": {
"type": "Identifier",
"start": 1276,
"end": 1282,
"loc": {
"start": {
"line": 61,
"column": 11
},
"end": {
"line": 61,
"column": 17
},
"identifierName": "result"
},
"name": "result"
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an error\r\n * @param {Error|ErrorEvent} err\r\n ",
"start": 1290,
"end": 1356,
"loc": {
"start": {
"line": 64,
"column": 0
},
"end": {
"line": 67,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 1358,
"end": 2193,
"loc": {
"start": {
"line": 68,
"column": 0
},
"end": {
"line": 98,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 1365,
"end": 2193,
"loc": {
"start": {
"line": 68,
"column": 7
},
"end": {
"line": 98,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 1374,
"end": 1388,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 30
},
"identifierName": "serializeError"
},
"name": "serializeError",
"leadingComments": null
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1389,
"end": 1392,
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 34
},
"identifierName": "err"
},
"name": "err"
}
],
"body": {
"type": "BlockStatement",
"start": 1394,
"end": 2193,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 98,
"column": 1
}
},
"body": [
{
"type": "IfStatement",
"start": 1401,
"end": 1441,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 71,
"column": 5
}
},
"test": {
"type": "UnaryExpression",
"start": 1405,
"end": 1409,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 12
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1406,
"end": 1409,
"loc": {
"start": {
"line": 69,
"column": 9
},
"end": {
"line": 69,
"column": 12
},
"identifierName": "err"
},
"name": "err"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1411,
"end": 1441,
"loc": {
"start": {
"line": 69,
"column": 14
},
"end": {
"line": 71,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1422,
"end": 1434,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 20
}
},
"argument": {
"type": "NullLiteral",
"start": 1429,
"end": 1433,
"loc": {
"start": {
"line": 70,
"column": 15
},
"end": {
"line": 70,
"column": 19
}
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 1447,
"end": 1508,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 74,
"column": 6
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1453,
"end": 1507,
"loc": {
"start": {
"line": 72,
"column": 10
},
"end": {
"line": 74,
"column": 5
}
},
"id": {
"type": "Identifier",
"start": 1453,
"end": 1459,
"loc": {
"start": {
"line": 72,
"column": 10
},
"end": {
"line": 72,
"column": 16
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "ObjectExpression",
"start": 1462,
"end": 1507,
"loc": {
"start": {
"line": 72,
"column": 19
},
"end": {
"line": 74,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1473,
"end": 1499,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 34
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1473,
"end": 1477,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "MemberExpression",
"start": 1479,
"end": 1499,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 1479,
"end": 1494,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 1479,
"end": 1482,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 17
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1483,
"end": 1494,
"loc": {
"start": {
"line": 73,
"column": 18
},
"end": {
"line": 73,
"column": 29
},
"identifierName": "constructor"
},
"name": "constructor"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1495,
"end": 1499,
"loc": {
"start": {
"line": 73,
"column": 30
},
"end": {
"line": 73,
"column": 34
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
]
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 1516,
"end": 2168,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 95,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 1520,
"end": 1540,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 28
}
},
"left": {
"type": "Identifier",
"start": 1520,
"end": 1523,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 11
},
"identifierName": "err"
},
"name": "err"
},
"operator": "instanceof",
"right": {
"type": "Identifier",
"start": 1535,
"end": 1540,
"loc": {
"start": {
"line": 76,
"column": 23
},
"end": {
"line": 76,
"column": 28
},
"identifierName": "Error"
},
"name": "Error"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1542,
"end": 1696,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 81,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1553,
"end": 1582,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 37
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1553,
"end": 1581,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 36
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1553,
"end": 1567,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 1553,
"end": 1559,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1560,
"end": 1567,
"loc": {
"start": {
"line": 77,
"column": 15
},
"end": {
"line": 77,
"column": 22
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1570,
"end": 1581,
"loc": {
"start": {
"line": 77,
"column": 25
},
"end": {
"line": 77,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 1570,
"end": 1573,
"loc": {
"start": {
"line": 77,
"column": 25
},
"end": {
"line": 77,
"column": 28
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1574,
"end": 1581,
"loc": {
"start": {
"line": 77,
"column": 29
},
"end": {
"line": 77,
"column": 36
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1592,
"end": 1615,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1592,
"end": 1614,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1592,
"end": 1603,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 1592,
"end": 1598,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1599,
"end": 1603,
"loc": {
"start": {
"line": 78,
"column": 15
},
"end": {
"line": 78,
"column": 19
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1606,
"end": 1614,
"loc": {
"start": {
"line": 78,
"column": 22
},
"end": {
"line": 78,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 1606,
"end": 1609,
"loc": {
"start": {
"line": 78,
"column": 22
},
"end": {
"line": 78,
"column": 25
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1610,
"end": 1614,
"loc": {
"start": {
"line": 78,
"column": 26
},
"end": {
"line": 78,
"column": 30
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1625,
"end": 1650,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1625,
"end": 1649,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1625,
"end": 1637,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 1625,
"end": 1631,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1632,
"end": 1637,
"loc": {
"start": {
"line": 79,
"column": 15
},
"end": {
"line": 79,
"column": 20
},
"identifierName": "stack"
},
"name": "stack"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1640,
"end": 1649,
"loc": {
"start": {
"line": 79,
"column": 23
},
"end": {
"line": 79,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1640,
"end": 1643,
"loc": {
"start": {
"line": 79,
"column": 23
},
"end": {
"line": 79,
"column": 26
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1644,
"end": 1649,
"loc": {
"start": {
"line": 79,
"column": 27
},
"end": {
"line": 79,
"column": 32
},
"identifierName": "stack"
},
"name": "stack"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1660,
"end": 1689,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 37
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1660,
"end": 1688,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 36
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1660,
"end": 1671,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 1660,
"end": 1666,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1667,
"end": 1671,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 19
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 1674,
"end": 1688,
"loc": {
"start": {
"line": 80,
"column": 22
},
"end": {
"line": 80,
"column": 36
}
},
"extra": {
"rawValue": "{type.Error}",
"raw": "\"{type.Error}\""
},
"value": "{type.Error}"
}
}
}
],
"directives": []
},
"alternate": {
"type": "IfStatement",
"start": 1702,
"end": 2168,
"loc": {
"start": {
"line": 81,
"column": 11
},
"end": {
"line": 95,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 1706,
"end": 1731,
"loc": {
"start": {
"line": 81,
"column": 15
},
"end": {
"line": 81,
"column": 40
}
},
"left": {
"type": "Identifier",
"start": 1706,
"end": 1709,
"loc": {
"start": {
"line": 81,
"column": 15
},
"end": {
"line": 81,
"column": 18
},
"identifierName": "err"
},
"name": "err"
},
"operator": "instanceof",
"right": {
"type": "Identifier",
"start": 1721,
"end": 1731,
"loc": {
"start": {
"line": 81,
"column": 30
},
"end": {
"line": 81,
"column": 40
},
"identifierName": "ErrorEvent"
},
"name": "ErrorEvent"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1733,
"end": 2095,
"loc": {
"start": {
"line": 81,
"column": 42
},
"end": {
"line": 93,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1744,
"end": 1775,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 39
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1744,
"end": 1774,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 38
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1744,
"end": 1759,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1744,
"end": 1750,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1751,
"end": 1759,
"loc": {
"start": {
"line": 82,
"column": 15
},
"end": {
"line": 82,
"column": 23
},
"identifierName": "filename"
},
"name": "filename"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1762,
"end": 1774,
"loc": {
"start": {
"line": 82,
"column": 26
},
"end": {
"line": 82,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1762,
"end": 1765,
"loc": {
"start": {
"line": 82,
"column": 26
},
"end": {
"line": 82,
"column": 29
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1766,
"end": 1774,
"loc": {
"start": {
"line": 82,
"column": 30
},
"end": {
"line": 82,
"column": 38
},
"identifierName": "filename"
},
"name": "filename"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1785,
"end": 1814,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 37
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1785,
"end": 1813,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 36
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1785,
"end": 1799,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 1785,
"end": 1791,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1792,
"end": 1799,
"loc": {
"start": {
"line": 83,
"column": 15
},
"end": {
"line": 83,
"column": 22
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1802,
"end": 1813,
"loc": {
"start": {
"line": 83,
"column": 25
},
"end": {
"line": 83,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 1802,
"end": 1805,
"loc": {
"start": {
"line": 83,
"column": 25
},
"end": {
"line": 83,
"column": 28
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1806,
"end": 1813,
"loc": {
"start": {
"line": 83,
"column": 29
},
"end": {
"line": 83,
"column": 36
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1824,
"end": 1851,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1824,
"end": 1850,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1824,
"end": 1837,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 1824,
"end": 1830,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1831,
"end": 1837,
"loc": {
"start": {
"line": 84,
"column": 15
},
"end": {
"line": 84,
"column": 21
},
"identifierName": "lineno"
},
"name": "lineno"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1840,
"end": 1850,
"loc": {
"start": {
"line": 84,
"column": 24
},
"end": {
"line": 84,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 1840,
"end": 1843,
"loc": {
"start": {
"line": 84,
"column": 24
},
"end": {
"line": 84,
"column": 27
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1844,
"end": 1850,
"loc": {
"start": {
"line": 84,
"column": 28
},
"end": {
"line": 84,
"column": 34
},
"identifierName": "lineno"
},
"name": "lineno"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1861,
"end": 1886,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1861,
"end": 1885,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1861,
"end": 1873,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 1861,
"end": 1867,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1868,
"end": 1873,
"loc": {
"start": {
"line": 85,
"column": 15
},
"end": {
"line": 85,
"column": 20
},
"identifierName": "colno"
},
"name": "colno"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1876,
"end": 1885,
"loc": {
"start": {
"line": 85,
"column": 23
},
"end": {
"line": 85,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1876,
"end": 1879,
"loc": {
"start": {
"line": 85,
"column": 23
},
"end": {
"line": 85,
"column": 26
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1880,
"end": 1885,
"loc": {
"start": {
"line": 85,
"column": 27
},
"end": {
"line": 85,
"column": 32
},
"identifierName": "colno"
},
"name": "colno"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1896,
"end": 1930,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1896,
"end": 1929,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 41
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1896,
"end": 1907,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 1896,
"end": 1902,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1903,
"end": 1907,
"loc": {
"start": {
"line": 86,
"column": 15
},
"end": {
"line": 86,
"column": 19
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 1910,
"end": 1929,
"loc": {
"start": {
"line": 86,
"column": 22
},
"end": {
"line": 86,
"column": 41
}
},
"extra": {
"rawValue": "{type.ErrorEvent}",
"raw": "\"{type.ErrorEvent}\""
},
"value": "{type.ErrorEvent}"
}
}
},
{
"type": "IfStatement",
"start": 1942,
"end": 2088,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 92,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 1946,
"end": 1955,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 1946,
"end": 1949,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 15
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 1950,
"end": 1955,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 21
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 1957,
"end": 2024,
"loc": {
"start": {
"line": 88,
"column": 23
},
"end": {
"line": 90,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1972,
"end": 2013,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 53
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1972,
"end": 2012,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 52
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1972,
"end": 1984,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 24
}
},
"object": {
"type": "Identifier",
"start": 1972,
"end": 1978,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 18
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 1979,
"end": 1984,
"loc": {
"start": {
"line": 89,
"column": 19
},
"end": {
"line": 89,
"column": 24
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1987,
"end": 2012,
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 89,
"column": 52
}
},
"callee": {
"type": "Identifier",
"start": 1987,
"end": 2001,
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 89,
"column": 41
},
"identifierName": "serializeError"
},
"name": "serializeError"
},
"arguments": [
{
"type": "MemberExpression",
"start": 2002,
"end": 2011,
"loc": {
"start": {
"line": 89,
"column": 42
},
"end": {
"line": 89,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 2002,
"end": 2005,
"loc": {
"start": {
"line": 89,
"column": 42
},
"end": {
"line": 89,
"column": 45
},
"identifierName": "err"
},
"name": "err"
},
"property": {
"type": "Identifier",
"start": 2006,
"end": 2011,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 89,
"column": 51
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
}
]
}
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2030,
"end": 2088,
"loc": {
"start": {
"line": 90,
"column": 15
},
"end": {
"line": 92,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2045,
"end": 2077,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2045,
"end": 2076,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2045,
"end": 2057,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 24
}
},
"object": {
"type": "Identifier",
"start": 2045,
"end": 2051,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 18
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 2052,
"end": 2057,
"loc": {
"start": {
"line": 91,
"column": 19
},
"end": {
"line": 91,
"column": 24
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 2060,
"end": 2076,
"loc": {
"start": {
"line": 91,
"column": 27
},
"end": {
"line": 91,
"column": 43
}
},
"extra": {
"rawValue": "{not-provided}",
"raw": "\"{not-provided}\""
},
"value": "{not-provided}"
}
}
}
],
"directives": []
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2101,
"end": 2168,
"loc": {
"start": {
"line": 93,
"column": 11
},
"end": {
"line": 95,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2112,
"end": 2161,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2112,
"end": 2160,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 56
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2112,
"end": 2123,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 2112,
"end": 2118,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 2119,
"end": 2123,
"loc": {
"start": {
"line": 94,
"column": 15
},
"end": {
"line": 94,
"column": 19
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"right": {
"type": "BinaryExpression",
"start": 2126,
"end": 2160,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 56
}
},
"left": {
"type": "BinaryExpression",
"start": 2126,
"end": 2154,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 50
}
},
"left": {
"type": "StringLiteral",
"start": 2126,
"end": 2141,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 37
}
},
"extra": {
"rawValue": "{unkown-type:",
"raw": "\"{unkown-type:\""
},
"value": "{unkown-type:"
},
"operator": "+",
"right": {
"type": "UnaryExpression",
"start": 2144,
"end": 2154,
"loc": {
"start": {
"line": 94,
"column": 40
},
"end": {
"line": 94,
"column": 50
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2151,
"end": 2154,
"loc": {
"start": {
"line": 94,
"column": 47
},
"end": {
"line": 94,
"column": 50
},
"identifierName": "err"
},
"name": "err"
},
"extra": {
"parenthesizedArgument": false
}
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 2157,
"end": 2160,
"loc": {
"start": {
"line": 94,
"column": 53
},
"end": {
"line": 94,
"column": 56
}
},
"extra": {
"rawValue": "}",
"raw": "\"}\""
},
"value": "}"
}
}
}
}
],
"directives": []
}
}
},
{
"type": "ReturnStatement",
"start": 2176,
"end": 2190,
"loc": {
"start": {
"line": 97,
"column": 4
},
"end": {
"line": 97,
"column": 18
}
},
"argument": {
"type": "Identifier",
"start": 2183,
"end": 2189,
"loc": {
"start": {
"line": 97,
"column": 11
},
"end": {
"line": 97,
"column": 17
},
"identifierName": "result"
},
"name": "result"
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an error\r\n * @param {Error|ErrorEvent} err\r\n ",
"start": 1290,
"end": 1356,
"loc": {
"start": {
"line": 64,
"column": 0
},
"end": {
"line": 67,
"column": 3
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an event\r\n * @param {Event} event\r\n ",
"start": 2197,
"end": 2254,
"loc": {
"start": {
"line": 100,
"column": 0
},
"end": {
"line": 103,
"column": 3
}
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an error\r\n * @param {Error|ErrorEvent} err\r\n ",
"start": 1290,
"end": 1356,
"loc": {
"start": {
"line": 64,
"column": 0
},
"end": {
"line": 67,
"column": 3
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an event\r\n * @param {Event} event\r\n ",
"start": 2197,
"end": 2254,
"loc": {
"start": {
"line": 100,
"column": 0
},
"end": {
"line": 103,
"column": 3
}
}
}
]
},
{
"type": "FunctionDeclaration",
"start": 2256,
"end": 2427,
"loc": {
"start": {
"line": 104,
"column": 0
},
"end": {
"line": 110,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 2265,
"end": 2279,
"loc": {
"start": {
"line": 104,
"column": 9
},
"end": {
"line": 104,
"column": 23
},
"identifierName": "serializeEvent"
},
"name": "serializeEvent",
"leadingComments": null
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2280,
"end": 2285,
"loc": {
"start": {
"line": 104,
"column": 24
},
"end": {
"line": 104,
"column": 29
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 2287,
"end": 2427,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 110,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2294,
"end": 2368,
"loc": {
"start": {
"line": 105,
"column": 4
},
"end": {
"line": 107,
"column": 6
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2298,
"end": 2367,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 107,
"column": 5
}
},
"id": {
"type": "Identifier",
"start": 2298,
"end": 2304,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "ObjectExpression",
"start": 2307,
"end": 2367,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 107,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2318,
"end": 2359,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 49
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2318,
"end": 2322,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 12
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "BinaryExpression",
"start": 2324,
"end": 2359,
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 49
}
},
"left": {
"type": "BinaryExpression",
"start": 2324,
"end": 2353,
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 43
}
},
"left": {
"type": "StringLiteral",
"start": 2324,
"end": 2338,
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 28
}
},
"extra": {
"rawValue": "{type.Event:",
"raw": "\"{type.Event:\""
},
"value": "{type.Event:"
},
"operator": "+",
"right": {
"type": "UnaryExpression",
"start": 2341,
"end": 2353,
"loc": {
"start": {
"line": 106,
"column": 31
},
"end": {
"line": 106,
"column": 43
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2348,
"end": 2353,
"loc": {
"start": {
"line": 106,
"column": 38
},
"end": {
"line": 106,
"column": 43
},
"identifierName": "event"
},
"name": "event"
},
"extra": {
"parenthesizedArgument": false
}
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 2356,
"end": 2359,
"loc": {
"start": {
"line": 106,
"column": 46
},
"end": {
"line": 106,
"column": 49
}
},
"extra": {
"rawValue": "}",
"raw": "\"}\""
},
"value": "}"
}
}
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 2374,
"end": 2404,
"loc": {
"start": {
"line": 108,
"column": 4
},
"end": {
"line": 108,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2374,
"end": 2403,
"loc": {
"start": {
"line": 108,
"column": 4
},
"end": {
"line": 108,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2374,
"end": 2390,
"loc": {
"start": {
"line": 108,
"column": 4
},
"end": {
"line": 108,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 2374,
"end": 2380,
"loc": {
"start": {
"line": 108,
"column": 4
},
"end": {
"line": 108,
"column": 10
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 2381,
"end": 2390,
"loc": {
"start": {
"line": 108,
"column": 11
},
"end": {
"line": 108,
"column": 20
},
"identifierName": "eventType"
},
"name": "eventType"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 2393,
"end": 2403,
"loc": {
"start": {
"line": 108,
"column": 23
},
"end": {
"line": 108,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 2393,
"end": 2398,
"loc": {
"start": {
"line": 108,
"column": 23
},
"end": {
"line": 108,
"column": 28
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
"start": 2399,
"end": 2403,
"loc": {
"start": {
"line": 108,
"column": 29
},
"end": {
"line": 108,
"column": 33
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
}
}
},
{
"type": "ReturnStatement",
"start": 2410,
"end": 2424,
"loc": {
"start": {
"line": 109,
"column": 4
},
"end": {
"line": 109,
"column": 18
}
},
"argument": {
"type": "Identifier",
"start": 2417,
"end": 2423,
"loc": {
"start": {
"line": 109,
"column": 11
},
"end": {
"line": 109,
"column": 17
},
"identifierName": "result"
},
"name": "result"
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an event\r\n * @param {Event} event\r\n ",
"start": 2197,
"end": 2254,
"loc": {
"start": {
"line": 100,
"column": 0
},
"end": {
"line": 103,
"column": 3
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Prepares a json payload\r\n * @param {string} key\r\n * @param {any} value\r\n ",
"start": 2431,
"end": 2514,
"loc": {
"start": {
"line": 112,
"column": 0
},
"end": {
"line": 116,
"column": 3
}
}
}
]
},
{
"type": "FunctionDeclaration",
"start": 2516,
"end": 2838,
"loc": {
"start": {
"line": 117,
"column": 0
},
"end": {
"line": 128,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 2525,
"end": 2539,
"loc": {
"start": {
"line": 117,
"column": 9
},
"end": {
"line": 117,
"column": 23
},
"identifierName": "preparePayload"
},
"name": "preparePayload",
"leadingComments": null
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2540,
"end": 2543,
"loc": {
"start": {
"line": 117,
"column": 24
},
"end": {
"line": 117,
"column": 27
},
"identifierName": "key"
},
"name": "key"
},
{
"type": "Identifier",
"start": 2545,
"end": 2550,
"loc": {
"start": {
"line": 117,
"column": 29
},
"end": {
"line": 117,
"column": 34
},
"identifierName": "value"
},
"name": "value"
}
],
"body": {
"type": "BlockStatement",
"start": 2552,
"end": 2838,
"loc": {
"start": {
"line": 117,
"column": 36
},
"end": {
"line": 128,
"column": 1
}
},
"body": [
{
"type": "IfStatement",
"start": 2559,
"end": 2665,
"loc": {
"start": {
"line": 118,
"column": 4
},
"end": {
"line": 120,
"column": 5
}
},
"test": {
"type": "LogicalExpression",
"start": 2563,
"end": 2616,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 61
}
},
"left": {
"type": "BinaryExpression",
"start": 2563,
"end": 2585,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 30
}
},
"left": {
"type": "Identifier",
"start": 2563,
"end": 2568,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 13
},
"identifierName": "value"
},
"name": "value"
},
"operator": "instanceof",
"right": {
"type": "Identifier",
"start": 2580,
"end": 2585,
"loc": {
"start": {
"line": 118,
"column": 25
},
"end": {
"line": 118,
"column": 30
},
"identifierName": "Error"
},
"name": "Error"
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 2589,
"end": 2616,
"loc": {
"start": {
"line": 118,
"column": 34
},
"end": {
"line": 118,
"column": 61
}
},
"left": {
"type": "Identifier",
"start": 2589,
"end": 2594,
"loc": {
"start": {
"line": 118,
"column": 34
},
"end": {
"line": 118,
"column": 39
},
"identifierName": "value"
},
"name": "value"
},
"operator": "instanceof",
"right": {
"type": "Identifier",
"start": 2606,
"end": 2616,
"loc": {
"start": {
"line": 118,
"column": 51
},
"end": {
"line": 118,
"column": 61
},
"identifierName": "ErrorEvent"
},
"name": "ErrorEvent"
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 2618,
"end": 2665,
"loc": {
"start": {
"line": 118,
"column": 63
},
"end": {
"line": 120,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2629,
"end": 2658,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 37
}
},
"argument": {
"type": "CallExpression",
"start": 2636,
"end": 2657,
"loc": {
"start": {
"line": 119,
"column": 15
},
"end": {
"line": 119,
"column": 36
}
},
"callee": {
"type": "Identifier",
"start": 2636,
"end": 2650,
"loc": {
"start": {
"line": 119,
"column": 15
},
"end": {
"line": 119,
"column": 29
},
"identifierName": "serializeError"
},
"name": "serializeError"
},
"arguments": [
{
"type": "Identifier",
"start": 2651,
"end": 2656,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 35
},
"identifierName": "value"
},
"name": "value"
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 2671,
"end": 2746,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 123,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 2675,
"end": 2697,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 30
}
},
"left": {
"type": "Identifier",
"start": 2675,
"end": 2680,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 13
},
"identifierName": "value"
},
"name": "value"
},
"operator": "instanceof",
"right": {
"type": "Identifier",
"start": 2692,
"end": 2697,
"loc": {
"start": {
"line": 121,
"column": 25
},
"end": {
"line": 121,
"column": 30
},
"identifierName": "Event"
},
"name": "Event"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2699,
"end": 2746,
"loc": {
"start": {
"line": 121,
"column": 32
},
"end": {
"line": 123,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2710,
"end": 2739,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 37
}
},
"argument": {
"type": "CallExpression",
"start": 2717,
"end": 2738,
"loc": {
"start": {
"line": 122,
"column": 15
},
"end": {
"line": 122,
"column": 36
}
},
"callee": {
"type": "Identifier",
"start": 2717,
"end": 2731,
"loc": {
"start": {
"line": 122,
"column": 15
},
"end": {
"line": 122,
"column": 29
},
"identifierName": "serializeEvent"
},
"name": "serializeEvent"
},
"arguments": [
{
"type": "Identifier",
"start": 2732,
"end": 2737,
"loc": {
"start": {
"line": 122,
"column": 30
},
"end": {
"line": 122,
"column": 35
},
"identifierName": "value"
},
"name": "value"
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 2752,
"end": 2816,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 2756,
"end": 2784,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 36
}
},
"left": {
"type": "UnaryExpression",
"start": 2756,
"end": 2768,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 20
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2763,
"end": 2768,
"loc": {
"start": {
"line": 124,
"column": 15
},
"end": {
"line": 124,
"column": 20
},
"identifierName": "value"
},
"name": "value"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 2773,
"end": 2784,
"loc": {
"start": {
"line": 124,
"column": 25
},
"end": {
"line": 124,
"column": 36
}
},
"extra": {
"rawValue": "undefined",
"raw": "\"undefined\""
},
"value": "undefined"
}
},
"consequent": {
"type": "BlockStatement",
"start": 2786,
"end": 2816,
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 126,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2797,
"end": 2809,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 20
}
},
"argument": {
"type": "NullLiteral",
"start": 2804,
"end": 2808,
"loc": {
"start": {
"line": 125,
"column": 15
},
"end": {
"line": 125,
"column": 19
}
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 2822,
"end": 2835,
"loc": {
"start": {
"line": 127,
"column": 4
},
"end": {
"line": 127,
"column": 17
}
},
"argument": {
"type": "Identifier",
"start": 2829,
"end": 2834,
"loc": {
"start": {
"line": 127,
"column": 11
},
"end": {
"line": 127,
"column": 16
},
"identifierName": "value"
},
"name": "value"
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Prepares a json payload\r\n * @param {string} key\r\n * @param {any} value\r\n ",
"start": 2431,
"end": 2514,
"loc": {
"start": {
"line": 112,
"column": 0
},
"end": {
"line": 116,
"column": 3
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Stringifies an object containing circular references and errors\r\n * @param {any} payload\r\n ",
"start": 2842,
"end": 2943,
"loc": {
"start": {
"line": 130,
"column": 0
},
"end": {
"line": 133,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 2945,
"end": 3067,
"loc": {
"start": {
"line": 134,
"column": 0
},
"end": {
"line": 136,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 2952,
"end": 3067,
"loc": {
"start": {
"line": 134,
"column": 7
},
"end": {
"line": 136,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 2961,
"end": 2992,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 47
},
"identifierName": "stringifyObjectContainingErrors"
},
"name": "stringifyObjectContainingErrors",
"leadingComments": null
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2993,
"end": 3000,
"loc": {
"start": {
"line": 134,
"column": 48
},
"end": {
"line": 134,
"column": 55
},
"identifierName": "payload"
},
"name": "payload"
}
],
"body": {
"type": "BlockStatement",
"start": 3002,
"end": 3067,
"loc": {
"start": {
"line": 134,
"column": 57
},
"end": {
"line": 136,
"column": 1
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3009,
"end": 3064,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 59
}
},
"argument": {
"type": "CallExpression",
"start": 3016,
"end": 3063,
"loc": {
"start": {
"line": 135,
"column": 11
},
"end": {
"line": 135,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 3016,
"end": 3038,
"loc": {
"start": {
"line": 135,
"column": 11
},
"end": {
"line": 135,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 3016,
"end": 3028,
"loc": {
"start": {
"line": 135,
"column": 11
},
"end": {
"line": 135,
"column": 23
},
"identifierName": "circularJson"
},
"name": "circularJson"
},
"property": {
"type": "Identifier",
"start": 3029,
"end": 3038,
"loc": {
"start": {
"line": 135,
"column": 24
},
"end": {
"line": 135,
"column": 33
},
"identifierName": "stringify"
},
"name": "stringify"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3039,
"end": 3046,
"loc": {
"start": {
"line": 135,
"column": 34
},
"end": {
"line": 135,
"column": 41
},
"identifierName": "payload"
},
"name": "payload"
},
{
"type": "Identifier",
"start": 3048,
"end": 3062,
"loc": {
"start": {
"line": 135,
"column": 43
},
"end": {
"line": 135,
"column": 57
},
"identifierName": "preparePayload"
},
"name": "preparePayload"
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Stringifies an object containing circular references and errors\r\n * @param {any} payload\r\n ",
"start": 2842,
"end": 2943,
"loc": {
"start": {
"line": 130,
"column": 0
},
"end": {
"line": 133,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Stringifies an object containing circular references and errors\r\n * @param {any} payload\r\n ",
"start": 2842,
"end": 2943,
"loc": {
"start": {
"line": 130,
"column": 0
},
"end": {
"line": 133,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 3071,
"end": 3222,
"loc": {
"start": {
"line": 138,
"column": 0
},
"end": {
"line": 142,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 3078,
"end": 3222,
"loc": {
"start": {
"line": 138,
"column": 7
},
"end": {
"line": 142,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 3087,
"end": 3098,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 27
},
"identifierName": "globalDebug"
},
"name": "globalDebug"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3099,
"end": 3106,
"loc": {
"start": {
"line": 138,
"column": 28
},
"end": {
"line": 138,
"column": 35
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "RestElement",
"start": 3108,
"end": 3115,
"loc": {
"start": {
"line": 138,
"column": 37
},
"end": {
"line": 138,
"column": 44
}
},
"argument": {
"type": "Identifier",
"start": 3111,
"end": 3115,
"loc": {
"start": {
"line": 138,
"column": 40
},
"end": {
"line": 138,
"column": 44
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 3117,
"end": 3222,
"loc": {
"start": {
"line": 138,
"column": 46
},
"end": {
"line": 142,
"column": 1
}
},
"body": [
{
"type": "IfStatement",
"start": 3124,
"end": 3219,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 141,
"column": 5
}
},
"test": {
"type": "Identifier",
"start": 3128,
"end": 3136,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 16
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"consequent": {
"type": "BlockStatement",
"start": 3138,
"end": 3219,
"loc": {
"start": {
"line": 139,
"column": 18
},
"end": {
"line": 141,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3149,
"end": 3212,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 3149,
"end": 3211,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 70
}
},
"callee": {
"type": "Identifier",
"start": 3149,
"end": 3160,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 19
},
"identifierName": "logInternal"
},
"name": "logInternal"
},
"arguments": [
{
"type": "Identifier",
"start": 3161,
"end": 3168,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 27
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "MemberExpression",
"start": 3170,
"end": 3181,
"loc": {
"start": {
"line": 140,
"column": 29
},
"end": {
"line": 140,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 3170,
"end": 3177,
"loc": {
"start": {
"line": 140,
"column": 29
},
"end": {
"line": 140,
"column": 36
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 3178,
"end": 3181,
"loc": {
"start": {
"line": 140,
"column": 37
},
"end": {
"line": 140,
"column": 40
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
{
"type": "CallExpression",
"start": 3183,
"end": 3210,
"loc": {
"start": {
"line": 140,
"column": 42
},
"end": {
"line": 140,
"column": 69
}
},
"callee": {
"type": "Identifier",
"start": 3183,
"end": 3204,
"loc": {
"start": {
"line": 140,
"column": 42
},
"end": {
"line": 140,
"column": 63
},
"identifierName": "prepareArgsForLogging"
},
"name": "prepareArgsForLogging"
},
"arguments": [
{
"type": "Identifier",
"start": 3205,
"end": 3209,
"loc": {
"start": {
"line": 140,
"column": 64
},
"end": {
"line": 140,
"column": 68
},
"identifierName": "args"
},
"name": "args"
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 3226,
"end": 3387,
"loc": {
"start": {
"line": 144,
"column": 0
},
"end": {
"line": 147,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 3233,
"end": 3387,
"loc": {
"start": {
"line": 144,
"column": 7
},
"end": {
"line": 147,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 3242,
"end": 3251,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 25
},
"identifierName": "globalLog"
},
"name": "globalLog"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3252,
"end": 3259,
"loc": {
"start": {
"line": 144,
"column": 26
},
"end": {
"line": 144,
"column": 33
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "RestElement",
"start": 3261,
"end": 3268,
"loc": {
"start": {
"line": 144,
"column": 35
},
"end": {
"line": 144,
"column": 42
}
},
"argument": {
"type": "Identifier",
"start": 3264,
"end": 3268,
"loc": {
"start": {
"line": 144,
"column": 38
},
"end": {
"line": 144,
"column": 42
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 3270,
"end": 3387,
"loc": {
"start": {
"line": 144,
"column": 44
},
"end": {
"line": 147,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3321,
"end": 3384,
"loc": {
"start": {
"line": 146,
"column": 4
},
"end": {
"line": 146,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 3321,
"end": 3383,
"loc": {
"start": {
"line": 146,
"column": 4
},
"end": {
"line": 146,
"column": 66
}
},
"callee": {
"type": "Identifier",
"start": 3321,
"end": 3332,
"loc": {
"start": {
"line": 146,
"column": 4
},
"end": {
"line": 146,
"column": 15
},
"identifierName": "logInternal"
},
"name": "logInternal",
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 3333,
"end": 3340,
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "MemberExpression",
"start": 3342,
"end": 3353,
"loc": {
"start": {
"line": 146,
"column": 25
},
"end": {
"line": 146,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 3342,
"end": 3349,
"loc": {
"start": {
"line": 146,
"column": 25
},
"end": {
"line": 146,
"column": 32
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 3350,
"end": 3353,
"loc": {
"start": {
"line": 146,
"column": 33
},
"end": {
"line": 146,
"column": 36
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
{
"type": "CallExpression",
"start": 3355,
"end": 3382,
"loc": {
"start": {
"line": 146,
"column": 38
},
"end": {
"line": 146,
"column": 65
}
},
"callee": {
"type": "Identifier",
"start": 3355,
"end": 3376,
"loc": {
"start": {
"line": 146,
"column": 38
},
"end": {
"line": 146,
"column": 59
},
"identifierName": "prepareArgsForLogging"
},
"name": "prepareArgsForLogging"
},
"arguments": [
{
"type": "Identifier",
"start": 3377,
"end": 3381,
"loc": {
"start": {
"line": 146,
"column": 60
},
"end": {
"line": 146,
"column": 64
},
"identifierName": "args"
},
"name": "args"
}
]
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3277,
"end": 3315,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 42
}
}
}
]
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 3391,
"end": 3554,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
"line": 152,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 3398,
"end": 3554,
"loc": {
"start": {
"line": 149,
"column": 7
},
"end": {
"line": 152,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 3407,
"end": 3417,
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 26
},
"identifierName": "globalWarn"
},
"name": "globalWarn"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3418,
"end": 3425,
"loc": {
"start": {
"line": 149,
"column": 27
},
"end": {
"line": 149,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "RestElement",
"start": 3427,
"end": 3434,
"loc": {
"start": {
"line": 149,
"column": 36
},
"end": {
"line": 149,
"column": 43
}
},
"argument": {
"type": "Identifier",
"start": 3430,
"end": 3434,
"loc": {
"start": {
"line": 149,
"column": 39
},
"end": {
"line": 149,
"column": 43
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 3436,
"end": 3554,
"loc": {
"start": {
"line": 149,
"column": 45
},
"end": {
"line": 152,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3487,
"end": 3551,
"loc": {
"start": {
"line": 151,
"column": 4
},
"end": {
"line": 151,
"column": 68
}
},
"expression": {
"type": "CallExpression",
"start": 3487,
"end": 3550,
"loc": {
"start": {
"line": 151,
"column": 4
},
"end": {
"line": 151,
"column": 67
}
},
"callee": {
"type": "Identifier",
"start": 3487,
"end": 3498,
"loc": {
"start": {
"line": 151,
"column": 4
},
"end": {
"line": 151,
"column": 15
},
"identifierName": "logInternal"
},
"name": "logInternal",
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 3499,
"end": 3506,
"loc": {
"start": {
"line": 151,
"column": 16
},
"end": {
"line": 151,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "MemberExpression",
"start": 3508,
"end": 3520,
"loc": {
"start": {
"line": 151,
"column": 25
},
"end": {
"line": 151,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 3508,
"end": 3515,
"loc": {
"start": {
"line": 151,
"column": 25
},
"end": {
"line": 151,
"column": 32
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 3516,
"end": 3520,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 37
},
"identifierName": "warn"
},
"name": "warn"
},
"computed": false
},
{
"type": "CallExpression",
"start": 3522,
"end": 3549,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 66
}
},
"callee": {
"type": "Identifier",
"start": 3522,
"end": 3543,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 60
},
"identifierName": "prepareArgsForLogging"
},
"name": "prepareArgsForLogging"
},
"arguments": [
{
"type": "Identifier",
"start": 3544,
"end": 3548,
"loc": {
"start": {
"line": 151,
"column": 61
},
"end": {
"line": 151,
"column": 65
},
"identifierName": "args"
},
"name": "args"
}
]
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3443,
"end": 3481,
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 42
}
}
}
]
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 3558,
"end": 3963,
"loc": {
"start": {
"line": 154,
"column": 0
},
"end": {
"line": 165,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 3565,
"end": 3963,
"loc": {
"start": {
"line": 154,
"column": 7
},
"end": {
"line": 165,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 3574,
"end": 3585,
"loc": {
"start": {
"line": 154,
"column": 16
},
"end": {
"line": 154,
"column": 27
},
"identifierName": "globalError"
},
"name": "globalError"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3586,
"end": 3593,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 35
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "RestElement",
"start": 3595,
"end": 3602,
"loc": {
"start": {
"line": 154,
"column": 37
},
"end": {
"line": 154,
"column": 44
}
},
"argument": {
"type": "Identifier",
"start": 3598,
"end": 3602,
"loc": {
"start": {
"line": 154,
"column": 40
},
"end": {
"line": 154,
"column": 44
},
"identifierName": "args"
},
"name": "args"
}
}
],
"body": {
"type": "BlockStatement",
"start": 3604,
"end": 3963,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 165,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3611,
"end": 3646,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 39
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3611,
"end": 3645,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 38
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 3611,
"end": 3615,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 8
},
"identifierName": "args"
},
"name": "args"
},
"right": {
"type": "CallExpression",
"start": 3618,
"end": 3645,
"loc": {
"start": {
"line": 155,
"column": 11
},
"end": {
"line": 155,
"column": 38
}
},
"callee": {
"type": "Identifier",
"start": 3618,
"end": 3639,
"loc": {
"start": {
"line": 155,
"column": 11
},
"end": {
"line": 155,
"column": 32
},
"identifierName": "prepareArgsForLogging"
},
"name": "prepareArgsForLogging"
},
"arguments": [
{
"type": "Identifier",
"start": 3640,
"end": 3644,
"loc": {
"start": {
"line": 155,
"column": 33
},
"end": {
"line": 155,
"column": 37
},
"identifierName": "args"
},
"name": "args"
}
]
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3652,
"end": 3690,
"loc": {
"start": {
"line": 156,
"column": 4
},
"end": {
"line": 156,
"column": 42
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3696,
"end": 3738,
"loc": {
"start": {
"line": 157,
"column": 4
},
"end": {
"line": 157,
"column": 46
}
},
"expression": {
"type": "CallExpression",
"start": 3696,
"end": 3737,
"loc": {
"start": {
"line": 157,
"column": 4
},
"end": {
"line": 157,
"column": 45
}
},
"callee": {
"type": "Identifier",
"start": 3696,
"end": 3707,
"loc": {
"start": {
"line": 157,
"column": 4
},
"end": {
"line": 157,
"column": 15
},
"identifierName": "logInternal"
},
"name": "logInternal",
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 3708,
"end": 3715,
"loc": {
"start": {
"line": 157,
"column": 16
},
"end": {
"line": 157,
"column": 23
},
"identifierName": "context"
},
"name": "context"
},
{
"type": "MemberExpression",
"start": 3717,
"end": 3730,
"loc": {
"start": {
"line": 157,
"column": 25
},
"end": {
"line": 157,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 3717,
"end": 3724,
"loc": {
"start": {
"line": 157,
"column": 25
},
"end": {
"line": 157,
"column": 32
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 3725,
"end": 3730,
"loc": {
"start": {
"line": 157,
"column": 33
},
"end": {
"line": 157,
"column": 38
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
{
"type": "Identifier",
"start": 3732,
"end": 3736,
"loc": {
"start": {
"line": 157,
"column": 40
},
"end": {
"line": 157,
"column": 44
},
"identifierName": "args"
},
"name": "args"
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3652,
"end": 3690,
"loc": {
"start": {
"line": 156,
"column": 4
},
"end": {
"line": 156,
"column": 42
}
}
}
]
},
{
"type": "IfStatement",
"start": 3746,
"end": 3960,
"loc": {
"start": {
"line": 159,
"column": 4
},
"end": {
"line": 164,
"column": 5
}
},
"test": {
"type": "MemberExpression",
"start": 3750,
"end": 3763,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3750,
"end": 3756,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 14
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 3757,
"end": 3763,
"loc": {
"start": {
"line": 159,
"column": 15
},
"end": {
"line": 159,
"column": 21
},
"identifierName": "Sentry"
},
"name": "Sentry"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 3765,
"end": 3960,
"loc": {
"start": {
"line": 159,
"column": 23
},
"end": {
"line": 164,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3776,
"end": 3953,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 163,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 3776,
"end": 3952,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 163,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3776,
"end": 3799,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 3776,
"end": 3789,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3776,
"end": 3782,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 14
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 3783,
"end": 3789,
"loc": {
"start": {
"line": 160,
"column": 15
},
"end": {
"line": 160,
"column": 21
},
"identifierName": "Sentry"
},
"name": "Sentry"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3790,
"end": 3799,
"loc": {
"start": {
"line": 160,
"column": 22
},
"end": {
"line": 160,
"column": 31
},
"identifierName": "withScope"
},
"name": "withScope"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 3800,
"end": 3951,
"loc": {
"start": {
"line": 160,
"column": 32
},
"end": {
"line": 163,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3800,
"end": 3805,
"loc": {
"start": {
"line": 160,
"column": 32
},
"end": {
"line": 160,
"column": 37
},
"identifierName": "scope"
},
"name": "scope"
}
],
"body": {
"type": "BlockStatement",
"start": 3809,
"end": 3951,
"loc": {
"start": {
"line": 160,
"column": 41
},
"end": {
"line": 163,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3824,
"end": 3853,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 3824,
"end": 3852,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 3824,
"end": 3838,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 3824,
"end": 3829,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 17
},
"identifierName": "scope"
},
"name": "scope"
},
"property": {
"type": "Identifier",
"start": 3830,
"end": 3838,
"loc": {
"start": {
"line": 161,
"column": 18
},
"end": {
"line": 161,
"column": 26
},
"identifierName": "setExtra"
},
"name": "setExtra"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3839,
"end": 3845,
"loc": {
"start": {
"line": 161,
"column": 27
},
"end": {
"line": 161,
"column": 33
}
},
"extra": {
"rawValue": "args",
"raw": "\"args\""
},
"value": "args"
},
{
"type": "Identifier",
"start": 3847,
"end": 3851,
"loc": {
"start": {
"line": 161,
"column": 35
},
"end": {
"line": 161,
"column": 39
},
"identifierName": "args"
},
"name": "args"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3867,
"end": 3940,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 85
}
},
"expression": {
"type": "CallExpression",
"start": 3867,
"end": 3939,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 84
}
},
"callee": {
"type": "MemberExpression",
"start": 3867,
"end": 3895,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 3867,
"end": 3880,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 3867,
"end": 3873,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 18
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 3874,
"end": 3880,
"loc": {
"start": {
"line": 162,
"column": 19
},
"end": {
"line": 162,
"column": 25
},
"identifierName": "Sentry"
},
"name": "Sentry"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3881,
"end": 3895,
"loc": {
"start": {
"line": 162,
"column": 26
},
"end": {
"line": 162,
"column": 40
},
"identifierName": "captureMessage"
},
"name": "captureMessage"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3896,
"end": 3929,
"loc": {
"start": {
"line": 162,
"column": 41
},
"end": {
"line": 162,
"column": 74
}
},
"callee": {
"type": "Identifier",
"start": 3896,
"end": 3923,
"loc": {
"start": {
"line": 162,
"column": 41
},
"end": {
"line": 162,
"column": 68
},
"identifierName": "internalBuildStringFromArgs"
},
"name": "internalBuildStringFromArgs"
},
"arguments": [
{
"type": "Identifier",
"start": 3924,
"end": 3928,
"loc": {
"start": {
"line": 162,
"column": 69
},
"end": {
"line": 162,
"column": 73
},
"identifierName": "args"
},
"name": "args"
}
]
},
{
"type": "StringLiteral",
"start": 3931,
"end": 3938,
"loc": {
"start": {
"line": 162,
"column": 76
},
"end": {
"line": 162,
"column": 83
}
},
"extra": {
"rawValue": "error",
"raw": "\"error\""
},
"value": "error"
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "FunctionDeclaration",
"start": 3967,
"end": 4158,
"loc": {
"start": {
"line": 167,
"column": 0
},
"end": {
"line": 173,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 3976,
"end": 3997,
"loc": {
"start": {
"line": 167,
"column": 9
},
"end": {
"line": 167,
"column": 30
},
"identifierName": "prepareArgsForLogging"
},
"name": "prepareArgsForLogging"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3998,
"end": 4002,
"loc": {
"start": {
"line": 167,
"column": 31
},
"end": {
"line": 167,
"column": 35
},
"identifierName": "args"
},
"name": "args"
}
],
"body": {
"type": "BlockStatement",
"start": 4004,
"end": 4158,
"loc": {
"start": {
"line": 167,
"column": 37
},
"end": {
"line": 173,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4011,
"end": 4027,
"loc": {
"start": {
"line": 168,
"column": 4
},
"end": {
"line": 168,
"column": 20
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4015,
"end": 4026,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 19
}
},
"id": {
"type": "Identifier",
"start": 4015,
"end": 4021,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "ArrayExpression",
"start": 4024,
"end": 4026,
"loc": {
"start": {
"line": 168,
"column": 17
},
"end": {
"line": 168,
"column": 19
}
},
"elements": []
}
}
],
"kind": "let"
},
{
"type": "ForStatement",
"start": 4033,
"end": 4135,
"loc": {
"start": {
"line": 169,
"column": 4
},
"end": {
"line": 171,
"column": 5
}
},
"init": {
"type": "VariableDeclaration",
"start": 4038,
"end": 4047,
"loc": {
"start": {
"line": 169,
"column": 9
},
"end": {
"line": 169,
"column": 18
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4042,
"end": 4047,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 18
}
},
"id": {
"type": "Identifier",
"start": 4042,
"end": 4043,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 14
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 4046,
"end": 4047,
"loc": {
"start": {
"line": 169,
"column": 17
},
"end": {
"line": 169,
"column": 18
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 4049,
"end": 4064,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 35
}
},
"left": {
"type": "Identifier",
"start": 4049,
"end": 4050,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 21
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 4053,
"end": 4064,
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 169,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 4053,
"end": 4057,
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 169,
"column": 28
},
"identifierName": "args"
},
"name": "args"
},
"property": {
"type": "Identifier",
"start": 4058,
"end": 4064,
"loc": {
"start": {
"line": 169,
"column": 29
},
"end": {
"line": 169,
"column": 35
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 4066,
"end": 4069,
"loc": {
"start": {
"line": 169,
"column": 37
},
"end": {
"line": 169,
"column": 40
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4068,
"end": 4069,
"loc": {
"start": {
"line": 169,
"column": 39
},
"end": {
"line": 169,
"column": 40
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 4071,
"end": 4135,
"loc": {
"start": {
"line": 169,
"column": 42
},
"end": {
"line": 171,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4082,
"end": 4128,
"loc": {
"start": {
"line": 170,
"column": 8
},
"end": {
"line": 170,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 4082,
"end": 4127,
"loc": {
"start": {
"line": 170,
"column": 8
},
"end": {
"line": 170,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 4082,
"end": 4093,
"loc": {
"start": {
"line": 170,
"column": 8
},
"end": {
"line": 170,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 4082,
"end": 4088,
"loc": {
"start": {
"line": 170,
"column": 8
},
"end": {
"line": 170,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 4089,
"end": 4093,
"loc": {
"start": {
"line": 170,
"column": 15
},
"end": {
"line": 170,
"column": 19
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4094,
"end": 4126,
"loc": {
"start": {
"line": 170,
"column": 20
},
"end": {
"line": 170,
"column": 52
}
},
"callee": {
"type": "Identifier",
"start": 4094,
"end": 4117,
"loc": {
"start": {
"line": 170,
"column": 20
},
"end": {
"line": 170,
"column": 43
},
"identifierName": "prepareObjectForLogging"
},
"name": "prepareObjectForLogging"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4118,
"end": 4125,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 4118,
"end": 4122,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 48
},
"identifierName": "args"
},
"name": "args"
},
"property": {
"type": "Identifier",
"start": 4123,
"end": 4124,
"loc": {
"start": {
"line": 170,
"column": 49
},
"end": {
"line": 170,
"column": 50
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
]
}
]
}
}
],
"directives": []
}
},
{
"type": "ReturnStatement",
"start": 4141,
"end": 4155,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 18
}
},
"argument": {
"type": "Identifier",
"start": 4148,
"end": 4154,
"loc": {
"start": {
"line": 172,
"column": 11
},
"end": {
"line": 172,
"column": 17
},
"identifierName": "result"
},
"name": "result"
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {Array<any>} args\r\n ",
"start": 4162,
"end": 4199,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 177,
"column": 3
}
}
}
]
},
{
"type": "FunctionDeclaration",
"start": 4201,
"end": 4776,
"loc": {
"start": {
"line": 178,
"column": 0
},
"end": {
"line": 198,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 4210,
"end": 4237,
"loc": {
"start": {
"line": 178,
"column": 9
},
"end": {
"line": 178,
"column": 36
},
"identifierName": "internalBuildStringFromArgs"
},
"name": "internalBuildStringFromArgs",
"leadingComments": null
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4238,
"end": 4242,
"loc": {
"start": {
"line": 178,
"column": 37
},
"end": {
"line": 178,
"column": 41
},
"identifierName": "args"
},
"name": "args"
}
],
"body": {
"type": "BlockStatement",
"start": 4244,
"end": 4776,
"loc": {
"start": {
"line": 178,
"column": 43
},
"end": {
"line": 198,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4251,
"end": 4267,
"loc": {
"start": {
"line": 179,
"column": 4
},
"end": {
"line": 179,
"column": 20
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4255,
"end": 4266,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 19
}
},
"id": {
"type": "Identifier",
"start": 4255,
"end": 4261,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 14
},
"identifierName": "result"
},
"name": "result"
},
"init": {
"type": "ArrayExpression",
"start": 4264,
"end": 4266,
"loc": {
"start": {
"line": 179,
"column": 17
},
"end": {
"line": 179,
"column": 19
}
},
"elements": []
}
}
],
"kind": "let"
},
{
"type": "ForStatement",
"start": 4275,
"end": 4743,
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 196,
"column": 5
}
},
"init": {
"type": "VariableDeclaration",
"start": 4280,
"end": 4289,
"loc": {
"start": {
"line": 181,
"column": 9
},
"end": {
"line": 181,
"column": 18
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4284,
"end": 4289,
"loc": {
"start": {
"line": 181,
"column": 13
},
"end": {
"line": 181,
"column": 18
}
},
"id": {
"type": "Identifier",
"start": 4284,
"end": 4285,
"loc": {
"start": {
"line": 181,
"column": 13
},
"end": {
"line": 181,
"column": 14
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 4288,
"end": 4289,
"loc": {
"start": {
"line": 181,
"column": 17
},
"end": {
"line": 181,
"column": 18
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 4291,
"end": 4306,
"loc": {
"start": {
"line": 181,
"column": 20
},
"end": {
"line": 181,
"column": 35
}
},
"left": {
"type": "Identifier",
"start": 4291,
"end": 4292,
"loc": {
"start": {
"line": 181,
"column": 20
},
"end": {
"line": 181,
"column": 21
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 4295,
"end": 4306,
"loc": {
"start": {
"line": 181,
"column": 24
},
"end": {
"line": 181,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 4295,
"end": 4299,
"loc": {
"start": {
"line": 181,
"column": 24
},
"end": {
"line": 181,
"column": 28
},
"identifierName": "args"
},
"name": "args"
},
"property": {
"type": "Identifier",
"start": 4300,
"end": 4306,
"loc": {
"start": {
"line": 181,
"column": 29
},
"end": {
"line": 181,
"column": 35
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 4308,
"end": 4311,
"loc": {
"start": {
"line": 181,
"column": 37
},
"end": {
"line": 181,
"column": 40
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4310,
"end": 4311,
"loc": {
"start": {
"line": 181,
"column": 39
},
"end": {
"line": 181,
"column": 40
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 4313,
"end": 4743,
"loc": {
"start": {
"line": 181,
"column": 42
},
"end": {
"line": 196,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4324,
"end": 4342,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 26
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4328,
"end": 4341,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 25
}
},
"id": {
"type": "Identifier",
"start": 4328,
"end": 4331,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 15
},
"identifierName": "arg"
},
"name": "arg"
},
"init": {
"type": "MemberExpression",
"start": 4334,
"end": 4341,
"loc": {
"start": {
"line": 182,
"column": 18
},
"end": {
"line": 182,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4334,
"end": 4338,
"loc": {
"start": {
"line": 182,
"column": 18
},
"end": {
"line": 182,
"column": 22
},
"identifierName": "args"
},
"name": "args"
},
"property": {
"type": "Identifier",
"start": 4339,
"end": 4340,
"loc": {
"start": {
"line": 182,
"column": 23
},
"end": {
"line": 182,
"column": 24
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 4352,
"end": 4736,
"loc": {
"start": {
"line": 183,
"column": 8
},
"end": {
"line": 195,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 4370,
"end": 4537,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 188,
"column": 29
}
},
"left": {
"type": "LogicalExpression",
"start": 4370,
"end": 4503,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 187,
"column": 24
}
},
"left": {
"type": "LogicalExpression",
"start": 4370,
"end": 4474,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 186,
"column": 36
}
},
"left": {
"type": "LogicalExpression",
"start": 4370,
"end": 4433,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 185,
"column": 35
}
},
"left": {
"type": "BinaryExpression",
"start": 4370,
"end": 4393,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 35
}
},
"left": {
"type": "UnaryExpression",
"start": 4370,
"end": 4380,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 22
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4377,
"end": 4380,
"loc": {
"start": {
"line": 184,
"column": 19
},
"end": {
"line": 184,
"column": 22
},
"identifierName": "arg"
},
"name": "arg"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 4385,
"end": 4393,
"loc": {
"start": {
"line": 184,
"column": 27
},
"end": {
"line": 184,
"column": 35
}
},
"extra": {
"rawValue": "string",
"raw": "\"string\""
},
"value": "string"
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 4410,
"end": 4433,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 35
}
},
"left": {
"type": "UnaryExpression",
"start": 4410,
"end": 4420,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 22
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4417,
"end": 4420,
"loc": {
"start": {
"line": 185,
"column": 19
},
"end": {
"line": 185,
"column": 22
},
"identifierName": "arg"
},
"name": "arg"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 4425,
"end": 4433,
"loc": {
"start": {
"line": 185,
"column": 27
},
"end": {
"line": 185,
"column": 35
}
},
"extra": {
"rawValue": "number",
"raw": "\"number\""
},
"value": "number"
}
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 4450,
"end": 4474,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 36
}
},
"left": {
"type": "UnaryExpression",
"start": 4450,
"end": 4460,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 22
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4457,
"end": 4460,
"loc": {
"start": {
"line": 186,
"column": 19
},
"end": {
"line": 186,
"column": 22
},
"identifierName": "arg"
},
"name": "arg"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 4465,
"end": 4474,
"loc": {
"start": {
"line": 186,
"column": 27
},
"end": {
"line": 186,
"column": 36
}
},
"extra": {
"rawValue": "boolean",
"raw": "\"boolean\""
},
"value": "boolean"
}
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 4491,
"end": 4503,
"loc": {
"start": {
"line": 187,
"column": 12
},
"end": {
"line": 187,
"column": 24
}
},
"left": {
"type": "Identifier",
"start": 4491,
"end": 4494,
"loc": {
"start": {
"line": 187,
"column": 12
},
"end": {
"line": 187,
"column": 15
},
"identifierName": "arg"
},
"name": "arg"
},
"operator": "===",
"right": {
"type": "NullLiteral",
"start": 4499,
"end": 4503,
"loc": {
"start": {
"line": 187,
"column": 20
},
"end": {
"line": 187,
"column": 24
}
}
}
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 4520,
"end": 4537,
"loc": {
"start": {
"line": 188,
"column": 12
},
"end": {
"line": 188,
"column": 29
}
},
"left": {
"type": "Identifier",
"start": 4520,
"end": 4523,
"loc": {
"start": {
"line": 188,
"column": 12
},
"end": {
"line": 188,
"column": 15
},
"identifierName": "arg"
},
"name": "arg"
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 4528,
"end": 4537,
"loc": {
"start": {
"line": 188,
"column": 20
},
"end": {
"line": 188,
"column": 29
},
"identifierName": "undefined"
},
"name": "undefined"
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 4549,
"end": 4597,
"loc": {
"start": {
"line": 189,
"column": 10
},
"end": {
"line": 191,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4564,
"end": 4586,
"loc": {
"start": {
"line": 190,
"column": 12
},
"end": {
"line": 190,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 4564,
"end": 4585,
"loc": {
"start": {
"line": 190,
"column": 12
},
"end": {
"line": 190,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 4564,
"end": 4575,
"loc": {
"start": {
"line": 190,
"column": 12
},
"end": {
"line": 190,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4564,
"end": 4570,
"loc": {
"start": {
"line": 190,
"column": 12
},
"end": {
"line": 190,
"column": 18
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 4571,
"end": 4575,
"loc": {
"start": {
"line": 190,
"column": 19
},
"end": {
"line": 190,
"column": 23
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "BinaryExpression",
"start": 4576,
"end": 4584,
"loc": {
"start": {
"line": 190,
"column": 24
},
"end": {
"line": 190,
"column": 32
}
},
"left": {
"type": "StringLiteral",
"start": 4576,
"end": 4578,
"loc": {
"start": {
"line": 190,
"column": 24
},
"end": {
"line": 190,
"column": 26
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 4581,
"end": 4584,
"loc": {
"start": {
"line": 190,
"column": 29
},
"end": {
"line": 190,
"column": 32
},
"identifierName": "arg"
},
"name": "arg"
}
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "IfStatement",
"start": 4603,
"end": 4736,
"loc": {
"start": {
"line": 191,
"column": 15
},
"end": {
"line": 195,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 4607,
"end": 4627,
"loc": {
"start": {
"line": 191,
"column": 19
},
"end": {
"line": 191,
"column": 39
}
},
"left": {
"type": "Identifier",
"start": 4607,
"end": 4610,
"loc": {
"start": {
"line": 191,
"column": 19
},
"end": {
"line": 191,
"column": 22
},
"identifierName": "arg"
},
"name": "arg"
},
"operator": "instanceof",
"right": {
"type": "Identifier",
"start": 4622,
"end": 4627,
"loc": {
"start": {
"line": 191,
"column": 34
},
"end": {
"line": 191,
"column": 39
},
"identifierName": "Error"
},
"name": "Error"
}
},
"consequent": {
"type": "BlockStatement",
"start": 4629,
"end": 4680,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 193,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4644,
"end": 4669,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 37
}
},
"expression": {
"type": "CallExpression",
"start": 4644,
"end": 4668,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
"start": 4644,
"end": 4655,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4644,
"end": 4650,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 18
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 4651,
"end": 4655,
"loc": {
"start": {
"line": 192,
"column": 19
},
"end": {
"line": 192,
"column": 23
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4656,
"end": 4667,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 4656,
"end": 4659,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 27
},
"identifierName": "arg"
},
"name": "arg"
},
"property": {
"type": "Identifier",
"start": 4660,
"end": 4667,
"loc": {
"start": {
"line": 192,
"column": 28
},
"end": {
"line": 192,
"column": 35
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 4686,
"end": 4736,
"loc": {
"start": {
"line": 193,
"column": 15
},
"end": {
"line": 195,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4701,
"end": 4725,
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4701,
"end": 4724,
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4701,
"end": 4712,
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4701,
"end": 4707,
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 18
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 4708,
"end": 4712,
"loc": {
"start": {
"line": 194,
"column": 19
},
"end": {
"line": 194,
"column": 23
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4713,
"end": 4723,
"loc": {
"start": {
"line": 194,
"column": 24
},
"end": {
"line": 194,
"column": 34
}
},
"extra": {
"rawValue": "[object]",
"raw": "\"[object]\""
},
"value": "[object]"
}
]
}
}
],
"directives": []
}
}
}
],
"directives": []
}
},
{
"type": "ReturnStatement",
"start": 4749,
"end": 4773,
"loc": {
"start": {
"line": 197,
"column": 4
},
"end": {
"line": 197,
"column": 28
}
},
"argument": {
"type": "CallExpression",
"start": 4756,
"end": 4772,
"loc": {
"start": {
"line": 197,
"column": 11
},
"end": {
"line": 197,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
"start": 4756,
"end": 4767,
"loc": {
"start": {
"line": 197,
"column": 11
},
"end": {
"line": 197,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 4756,
"end": 4762,
"loc": {
"start": {
"line": 197,
"column": 11
},
"end": {
"line": 197,
"column": 17
},
"identifierName": "result"
},
"name": "result"
},
"property": {
"type": "Identifier",
"start": 4763,
"end": 4767,
"loc": {
"start": {
"line": 197,
"column": 18
},
"end": {
"line": 197,
"column": 22
},
"identifierName": "join"
},
"name": "join"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4768,
"end": 4771,
"loc": {
"start": {
"line": 197,
"column": 23
},
"end": {
"line": 197,
"column": 26
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {Array<any>} args\r\n ",
"start": 4162,
"end": 4199,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 177,
"column": 3
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 4780,
"end": 5213,
"loc": {
"start": {
"line": 200,
"column": 0
},
"end": {
"line": 210,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "FunctionDeclaration",
"start": 4787,
"end": 5213,
"loc": {
"start": {
"line": 200,
"column": 7
},
"end": {
"line": 210,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 4796,
"end": 4806,
"loc": {
"start": {
"line": 200,
"column": 16
},
"end": {
"line": 200,
"column": 26
},
"identifierName": "logSection"
},
"name": "logSection"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4807,
"end": 4811,
"loc": {
"start": {
"line": 200,
"column": 27
},
"end": {
"line": 200,
"column": 31
},
"identifierName": "name"
},
"name": "name"
},
{
"type": "Identifier",
"start": 4813,
"end": 4818,
"loc": {
"start": {
"line": 200,
"column": 33
},
"end": {
"line": 200,
"column": 38
},
"identifierName": "color"
},
"name": "color"
}
],
"body": {
"type": "BlockStatement",
"start": 4820,
"end": 5213,
"loc": {
"start": {
"line": 200,
"column": 40
},
"end": {
"line": 210,
"column": 1
}
},
"body": [
{
"type": "WhileStatement",
"start": 4827,
"end": 4895,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 203,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 4834,
"end": 4851,
"loc": {
"start": {
"line": 201,
"column": 11
},
"end": {
"line": 201,
"column": 28
}
},
"left": {
"type": "MemberExpression",
"start": 4834,
"end": 4845,
"loc": {
"start": {
"line": 201,
"column": 11
},
"end": {
"line": 201,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 4834,
"end": 4838,
"loc": {
"start": {
"line": 201,
"column": 11
},
"end": {
"line": 201,
"column": 15
},
"identifierName": "name"
},
"name": "name"
},
"property": {
"type": "Identifier",
"start": 4839,
"end": 4845,
"loc": {
"start": {
"line": 201,
"column": 16
},
"end": {
"line": 201,
"column": 22
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "<=",
"right": {
"type": "NumericLiteral",
"start": 4849,
"end": 4851,
"loc": {
"start": {
"line": 201,
"column": 26
},
"end": {
"line": 201,
"column": 28
}
},
"extra": {
"rawValue": 14,
"raw": "14"
},
"value": 14
}
},
"body": {
"type": "BlockStatement",
"start": 4853,
"end": 4895,
"loc": {
"start": {
"line": 201,
"column": 30
},
"end": {
"line": 203,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4864,
"end": 4888,
"loc": {
"start": {
"line": 202,
"column": 8
},
"end": {
"line": 202,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4864,
"end": 4887,
"loc": {
"start": {
"line": 202,
"column": 8
},
"end": {
"line": 202,
"column": 31
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 4864,
"end": 4868,
"loc": {
"start": {
"line": 202,
"column": 8
},
"end": {
"line": 202,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"right": {
"type": "BinaryExpression",
"start": 4871,
"end": 4887,
"loc": {
"start": {
"line": 202,
"column": 15
},
"end": {
"line": 202,
"column": 31
}
},
"left": {
"type": "BinaryExpression",
"start": 4871,
"end": 4881,
"loc": {
"start": {
"line": 202,
"column": 15
},
"end": {
"line": 202,
"column": 25
}
},
"left": {
"type": "StringLiteral",
"start": 4871,
"end": 4874,
"loc": {
"start": {
"line": 202,
"column": 15
},
"end": {
"line": 202,
"column": 18
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 4877,
"end": 4881,
"loc": {
"start": {
"line": 202,
"column": 21
},
"end": {
"line": 202,
"column": 25
},
"identifierName": "name"
},
"name": "name"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 4884,
"end": 4887,
"loc": {
"start": {
"line": 202,
"column": 28
},
"end": {
"line": 202,
"column": 31
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
}
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 4901,
"end": 4929,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4901,
"end": 4928,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 31
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 4901,
"end": 4905,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 8
},
"identifierName": "name"
},
"name": "name"
},
"right": {
"type": "CallExpression",
"start": 4908,
"end": 4928,
"loc": {
"start": {
"line": 204,
"column": 11
},
"end": {
"line": 204,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 4908,
"end": 4919,
"loc": {
"start": {
"line": 204,
"column": 11
},
"end": {
"line": 204,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 4908,
"end": 4912,
"loc": {
"start": {
"line": 204,
"column": 11
},
"end": {
"line": 204,
"column": 15
},
"identifierName": "name"
},
"name": "name"
},
"property": {
"type": "Identifier",
"start": 4913,
"end": 4919,
"loc": {
"start": {
"line": 204,
"column": 16
},
"end": {
"line": 204,
"column": 22
},
"identifierName": "padEnd"
},
"name": "padEnd"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 4920,
"end": 4922,
"loc": {
"start": {
"line": 204,
"column": 23
},
"end": {
"line": 204,
"column": 25
}
},
"extra": {
"rawValue": 19,
"raw": "19"
},
"value": 19
},
{
"type": "StringLiteral",
"start": 4924,
"end": 4927,
"loc": {
"start": {
"line": 204,
"column": 27
},
"end": {
"line": 204,
"column": 30
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
]
}
}
},
{
"type": "VariableDeclaration",
"start": 4937,
"end": 5055,
"loc": {
"start": {
"line": 206,
"column": 4
},
"end": {
"line": 207,
"column": 101
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4943,
"end": 5054,
"loc": {
"start": {
"line": 206,
"column": 10
},
"end": {
"line": 207,
"column": 100
}
},
"id": {
"type": "Identifier",
"start": 4943,
"end": 4950,
"loc": {
"start": {
"line": 206,
"column": 10
},
"end": {
"line": 206,
"column": 17
},
"identifierName": "lineCss"
},
"name": "lineCss"
},
"init": {
"type": "BinaryExpression",
"start": 4962,
"end": 5054,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 100
}
},
"left": {
"type": "BinaryExpression",
"start": 4962,
"end": 5001,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 47
}
},
"left": {
"type": "StringLiteral",
"start": 4962,
"end": 4993,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 39
}
},
"extra": {
"rawValue": "letter-spacing: -3px; color: ",
"raw": "\"letter-spacing: -3px; color: \""
},
"value": "letter-spacing: -3px; color: "
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 4996,
"end": 5001,
"loc": {
"start": {
"line": 207,
"column": 42
},
"end": {
"line": 207,
"column": 47
},
"identifierName": "color"
},
"name": "color"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5004,
"end": 5054,
"loc": {
"start": {
"line": 207,
"column": 50
},
"end": {
"line": 207,
"column": 100
}
},
"extra": {
"rawValue": "; font-size: 6px; background: #eee; color: #eee;",
"raw": "\"; font-size: 6px; background: #eee; color: #eee;\""
},
"value": "; font-size: 6px; background: #eee; color: #eee;"
}
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 5061,
"end": 5107,
"loc": {
"start": {
"line": 208,
"column": 4
},
"end": {
"line": 208,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5067,
"end": 5106,
"loc": {
"start": {
"line": 208,
"column": 10
},
"end": {
"line": 208,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 5067,
"end": 5071,
"loc": {
"start": {
"line": 208,
"column": 10
},
"end": {
"line": 208,
"column": 14
},
"identifierName": "line"
},
"name": "line"
},
"init": {
"type": "StringLiteral",
"start": 5074,
"end": 5106,
"loc": {
"start": {
"line": 208,
"column": 17
},
"end": {
"line": 208,
"column": 49
}
},
"extra": {
"rawValue": "%c----------------------------",
"raw": "\"%c----------------------------\""
},
"value": "%c----------------------------"
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5113,
"end": 5210,
"loc": {
"start": {
"line": 209,
"column": 4
},
"end": {
"line": 209,
"column": 101
}
},
"expression": {
"type": "CallExpression",
"start": 5113,
"end": 5209,
"loc": {
"start": {
"line": 209,
"column": 4
},
"end": {
"line": 209,
"column": 100
}
},
"callee": {
"type": "MemberExpression",
"start": 5113,
"end": 5124,
"loc": {
"start": {
"line": 209,
"column": 4
},
"end": {
"line": 209,
"column": 15
}
},
"object": {
"type": "Identifier",
"start": 5113,
"end": 5120,
"loc": {
"start": {
"line": 209,
"column": 4
},
"end": {
"line": 209,
"column": 11
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 5121,
"end": 5124,
"loc": {
"start": {
"line": 209,
"column": 12
},
"end": {
"line": 209,
"column": 15
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"arguments": [
{
"type": "BinaryExpression",
"start": 5125,
"end": 5171,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 62
}
},
"left": {
"type": "BinaryExpression",
"start": 5125,
"end": 5164,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 55
}
},
"left": {
"type": "BinaryExpression",
"start": 5125,
"end": 5157,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 48
}
},
"left": {
"type": "BinaryExpression",
"start": 5125,
"end": 5151,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 42
}
},
"left": {
"type": "BinaryExpression",
"start": 5125,
"end": 5144,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 35
}
},
"left": {
"type": "BinaryExpression",
"start": 5125,
"end": 5136,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 27
}
},
"left": {
"type": "StringLiteral",
"start": 5125,
"end": 5129,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 20
}
},
"extra": {
"rawValue": "\n",
"raw": "\"\\n\""
},
"value": "\n"
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 5132,
"end": 5136,
"loc": {
"start": {
"line": 209,
"column": 23
},
"end": {
"line": 209,
"column": 27
},
"identifierName": "line"
},
"name": "line"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5139,
"end": 5144,
"loc": {
"start": {
"line": 209,
"column": 30
},
"end": {
"line": 209,
"column": 35
}
},
"extra": {
"rawValue": " %c",
"raw": "\" %c\""
},
"value": " %c"
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 5147,
"end": 5151,
"loc": {
"start": {
"line": 209,
"column": 38
},
"end": {
"line": 209,
"column": 42
},
"identifierName": "name"
},
"name": "name"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5154,
"end": 5157,
"loc": {
"start": {
"line": 209,
"column": 45
},
"end": {
"line": 209,
"column": 48
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 5160,
"end": 5164,
"loc": {
"start": {
"line": 209,
"column": 51
},
"end": {
"line": 209,
"column": 55
},
"identifierName": "line"
},
"name": "line"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5167,
"end": 5171,
"loc": {
"start": {
"line": 209,
"column": 58
},
"end": {
"line": 209,
"column": 62
}
},
"extra": {
"rawValue": "\n",
"raw": "\"\\n\""
},
"value": "\n"
}
},
{
"type": "Identifier",
"start": 5173,
"end": 5180,
"loc": {
"start": {
"line": 209,
"column": 64
},
"end": {
"line": 209,
"column": 71
},
"identifierName": "lineCss"
},
"name": "lineCss"
},
{
"type": "BinaryExpression",
"start": 5182,
"end": 5199,
"loc": {
"start": {
"line": 209,
"column": 73
},
"end": {
"line": 209,
"column": 90
}
},
"left": {
"type": "StringLiteral",
"start": 5182,
"end": 5191,
"loc": {
"start": {
"line": 209,
"column": 73
},
"end": {
"line": 209,
"column": 82
}
},
"extra": {
"rawValue": "color: ",
"raw": "\"color: \""
},
"value": "color: "
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 5194,
"end": 5199,
"loc": {
"start": {
"line": 209,
"column": 85
},
"end": {
"line": 209,
"column": 90
},
"identifierName": "color"
},
"name": "color"
}
},
{
"type": "Identifier",
"start": 5201,
"end": 5208,
"loc": {
"start": {
"line": 209,
"column": 92
},
"end": {
"line": 209,
"column": 99
},
"identifierName": "lineCss"
},
"name": "lineCss"
}
]
}
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "FunctionDeclaration",
"start": 5217,
"end": 5598,
"loc": {
"start": {
"line": 212,
"column": 0
},
"end": {
"line": 225,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 5226,
"end": 5246,
"loc": {
"start": {
"line": 212,
"column": 9
},
"end": {
"line": 212,
"column": 29
},
"identifierName": "extractHandleContext"
},
"name": "extractHandleContext"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5247,
"end": 5253,
"loc": {
"start": {
"line": 212,
"column": 30
},
"end": {
"line": 212,
"column": 36
},
"identifierName": "handle"
},
"name": "handle"
}
],
"body": {
"type": "BlockStatement",
"start": 5255,
"end": 5598,
"loc": {
"start": {
"line": 212,
"column": 38
},
"end": {
"line": 225,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5262,
"end": 5296,
"loc": {
"start": {
"line": 213,
"column": 4
},
"end": {
"line": 213,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5266,
"end": 5295,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 5266,
"end": 5273,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 15
},
"identifierName": "context"
},
"name": "context"
},
"init": {
"type": "LogicalExpression",
"start": 5276,
"end": 5295,
"loc": {
"start": {
"line": 213,
"column": 18
},
"end": {
"line": 213,
"column": 37
}
},
"left": {
"type": "Identifier",
"start": 5276,
"end": 5282,
"loc": {
"start": {
"line": 213,
"column": 18
},
"end": {
"line": 213,
"column": 24
},
"identifierName": "handle"
},
"name": "handle"
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 5286,
"end": 5295,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 37
}
},
"extra": {
"rawValue": "unknown",
"raw": "\"unknown\""
},
"value": "unknown"
}
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 5302,
"end": 5494,
"loc": {
"start": {
"line": 214,
"column": 4
},
"end": {
"line": 219,
"column": 5
}
},
"test": {
"type": "LogicalExpression",
"start": 5306,
"end": 5361,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 63
}
},
"left": {
"type": "LogicalExpression",
"start": 5306,
"end": 5334,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 36
}
},
"left": {
"type": "Identifier",
"start": 5306,
"end": 5312,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 14
},
"identifierName": "handle"
},
"name": "handle"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 5316,
"end": 5334,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 5316,
"end": 5322,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 24
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5323,
"end": 5334,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 36
},
"identifierName": "constructor"
},
"name": "constructor"
},
"computed": false
}
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 5338,
"end": 5361,
"loc": {
"start": {
"line": 214,
"column": 40
},
"end": {
"line": 214,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 5338,
"end": 5356,
"loc": {
"start": {
"line": 214,
"column": 40
},
"end": {
"line": 214,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 5338,
"end": 5344,
"loc": {
"start": {
"line": 214,
"column": 40
},
"end": {
"line": 214,
"column": 46
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5345,
"end": 5356,
"loc": {
"start": {
"line": 214,
"column": 47
},
"end": {
"line": 214,
"column": 58
},
"identifierName": "constructor"
},
"name": "constructor"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5357,
"end": 5361,
"loc": {
"start": {
"line": 214,
"column": 59
},
"end": {
"line": 214,
"column": 63
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5363,
"end": 5494,
"loc": {
"start": {
"line": 214,
"column": 65
},
"end": {
"line": 219,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5374,
"end": 5408,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5374,
"end": 5407,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 41
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 5374,
"end": 5381,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 15
},
"identifierName": "context"
},
"name": "context"
},
"right": {
"type": "MemberExpression",
"start": 5384,
"end": 5407,
"loc": {
"start": {
"line": 215,
"column": 18
},
"end": {
"line": 215,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 5384,
"end": 5402,
"loc": {
"start": {
"line": 215,
"column": 18
},
"end": {
"line": 215,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 5384,
"end": 5390,
"loc": {
"start": {
"line": 215,
"column": 18
},
"end": {
"line": 215,
"column": 24
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5391,
"end": 5402,
"loc": {
"start": {
"line": 215,
"column": 25
},
"end": {
"line": 215,
"column": 36
},
"identifierName": "constructor"
},
"name": "constructor"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5403,
"end": 5407,
"loc": {
"start": {
"line": 215,
"column": 37
},
"end": {
"line": 215,
"column": 41
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
},
{
"type": "IfStatement",
"start": 5418,
"end": 5487,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 218,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 5422,
"end": 5442,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 5422,
"end": 5429,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 19
},
"identifierName": "context"
},
"name": "context"
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 5434,
"end": 5442,
"loc": {
"start": {
"line": 216,
"column": 24
},
"end": {
"line": 216,
"column": 32
}
},
"extra": {
"rawValue": "String",
"raw": "\"String\""
},
"value": "String"
}
},
"consequent": {
"type": "BlockStatement",
"start": 5444,
"end": 5487,
"loc": {
"start": {
"line": 216,
"column": 34
},
"end": {
"line": 218,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5459,
"end": 5476,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 29
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5459,
"end": 5475,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 28
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 5459,
"end": 5466,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 19
},
"identifierName": "context"
},
"name": "context"
},
"right": {
"type": "Identifier",
"start": 5469,
"end": 5475,
"loc": {
"start": {
"line": 217,
"column": 22
},
"end": {
"line": 217,
"column": 28
},
"identifierName": "handle"
},
"name": "handle"
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 5502,
"end": 5569,
"loc": {
"start": {
"line": 221,
"column": 4
},
"end": {
"line": 223,
"column": 5
}
},
"test": {
"type": "LogicalExpression",
"start": 5506,
"end": 5527,
"loc": {
"start": {
"line": 221,
"column": 8
},
"end": {
"line": 221,
"column": 29
}
},
"left": {
"type": "Identifier",
"start": 5506,
"end": 5512,
"loc": {
"start": {
"line": 221,
"column": 8
},
"end": {
"line": 221,
"column": 14
},
"identifierName": "handle"
},
"name": "handle"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 5516,
"end": 5527,
"loc": {
"start": {
"line": 221,
"column": 18
},
"end": {
"line": 221,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5516,
"end": 5522,
"loc": {
"start": {
"line": 221,
"column": 18
},
"end": {
"line": 221,
"column": 24
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5523,
"end": 5527,
"loc": {
"start": {
"line": 221,
"column": 25
},
"end": {
"line": 221,
"column": 29
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5529,
"end": 5569,
"loc": {
"start": {
"line": 221,
"column": 31
},
"end": {
"line": 223,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5540,
"end": 5562,
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 222,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5540,
"end": 5561,
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 222,
"column": 29
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 5540,
"end": 5547,
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 222,
"column": 15
},
"identifierName": "context"
},
"name": "context"
},
"right": {
"type": "MemberExpression",
"start": 5550,
"end": 5561,
"loc": {
"start": {
"line": 222,
"column": 18
},
"end": {
"line": 222,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5550,
"end": 5556,
"loc": {
"start": {
"line": 222,
"column": 18
},
"end": {
"line": 222,
"column": 24
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5557,
"end": 5561,
"loc": {
"start": {
"line": 222,
"column": 25
},
"end": {
"line": 222,
"column": 29
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 5575,
"end": 5595,
"loc": {
"start": {
"line": 224,
"column": 4
},
"end": {
"line": 224,
"column": 24
}
},
"argument": {
"type": "BinaryExpression",
"start": 5582,
"end": 5594,
"loc": {
"start": {
"line": 224,
"column": 11
},
"end": {
"line": 224,
"column": 23
}
},
"left": {
"type": "Identifier",
"start": 5582,
"end": 5589,
"loc": {
"start": {
"line": 224,
"column": 11
},
"end": {
"line": 224,
"column": 18
},
"identifierName": "context"
},
"name": "context"
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5592,
"end": 5594,
"loc": {
"start": {
"line": 224,
"column": 21
},
"end": {
"line": 224,
"column": 23
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
}
],
"directives": []
}
},
{
"type": "FunctionDeclaration",
"start": 5602,
"end": 6435,
"loc": {
"start": {
"line": 227,
"column": 0
},
"end": {
"line": 247,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 5611,
"end": 5622,
"loc": {
"start": {
"line": 227,
"column": 9
},
"end": {
"line": 227,
"column": 20
},
"identifierName": "logInternal"
},
"name": "logInternal"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5623,
"end": 5629,
"loc": {
"start": {
"line": 227,
"column": 21
},
"end": {
"line": 227,
"column": 27
},
"identifierName": "handle"
},
"name": "handle"
},
{
"type": "Identifier",
"start": 5631,
"end": 5644,
"loc": {
"start": {
"line": 227,
"column": 29
},
"end": {
"line": 227,
"column": 42
},
"identifierName": "consoleMethod"
},
"name": "consoleMethod"
},
{
"type": "Identifier",
"start": 5646,
"end": 5650,
"loc": {
"start": {
"line": 227,
"column": 44
},
"end": {
"line": 227,
"column": 48
},
"identifierName": "args"
},
"name": "args"
}
],
"body": {
"type": "BlockStatement",
"start": 5652,
"end": 6435,
"loc": {
"start": {
"line": 227,
"column": 50
},
"end": {
"line": 247,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5659,
"end": 5720,
"loc": {
"start": {
"line": 228,
"column": 4
},
"end": {
"line": 228,
"column": 65
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5665,
"end": 5719,
"loc": {
"start": {
"line": 228,
"column": 10
},
"end": {
"line": 228,
"column": 64
}
},
"id": {
"type": "Identifier",
"start": 5665,
"end": 5672,
"loc": {
"start": {
"line": 228,
"column": 10
},
"end": {
"line": 228,
"column": 17
},
"identifierName": "context"
},
"name": "context"
},
"init": {
"type": "CallExpression",
"start": 5675,
"end": 5719,
"loc": {
"start": {
"line": 228,
"column": 20
},
"end": {
"line": 228,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 5675,
"end": 5710,
"loc": {
"start": {
"line": 228,
"column": 20
},
"end": {
"line": 228,
"column": 55
}
},
"object": {
"type": "CallExpression",
"start": 5675,
"end": 5703,
"loc": {
"start": {
"line": 228,
"column": 20
},
"end": {
"line": 228,
"column": 48
}
},
"callee": {
"type": "Identifier",
"start": 5675,
"end": 5695,
"loc": {
"start": {
"line": 228,
"column": 20
},
"end": {
"line": 228,
"column": 40
},
"identifierName": "extractHandleContext"
},
"name": "extractHandleContext"
},
"arguments": [
{
"type": "Identifier",
"start": 5696,
"end": 5702,
"loc": {
"start": {
"line": 228,
"column": 41
},
"end": {
"line": 228,
"column": 47
},
"identifierName": "handle"
},
"name": "handle"
}
]
},
"property": {
"type": "Identifier",
"start": 5704,
"end": 5710,
"loc": {
"start": {
"line": 228,
"column": 49
},
"end": {
"line": 228,
"column": 55
},
"identifierName": "padEnd"
},
"name": "padEnd"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5711,
"end": 5713,
"loc": {
"start": {
"line": 228,
"column": 56
},
"end": {
"line": 228,
"column": 58
}
},
"extra": {
"rawValue": 20,
"raw": "20"
},
"value": 20
},
{
"type": "StringLiteral",
"start": 5715,
"end": 5718,
"loc": {
"start": {
"line": 228,
"column": 60
},
"end": {
"line": 228,
"column": 63
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
]
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 5726,
"end": 5812,
"loc": {
"start": {
"line": 229,
"column": 4
},
"end": {
"line": 229,
"column": 90
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5732,
"end": 5811,
"loc": {
"start": {
"line": 229,
"column": 10
},
"end": {
"line": 229,
"column": 89
}
},
"id": {
"type": "Identifier",
"start": 5732,
"end": 5742,
"loc": {
"start": {
"line": 229,
"column": 10
},
"end": {
"line": 229,
"column": 20
},
"identifierName": "labelColor"
},
"name": "labelColor"
},
"init": {
"type": "ConditionalExpression",
"start": 5745,
"end": 5811,
"loc": {
"start": {
"line": 229,
"column": 23
},
"end": {
"line": 229,
"column": 89
}
},
"test": {
"type": "LogicalExpression",
"start": 5745,
"end": 5777,
"loc": {
"start": {
"line": 229,
"column": 23
},
"end": {
"line": 229,
"column": 55
}
},
"left": {
"type": "Identifier",
"start": 5745,
"end": 5751,
"loc": {
"start": {
"line": 229,
"column": 23
},
"end": {
"line": 229,
"column": 29
},
"identifierName": "handle"
},
"name": "handle"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 5755,
"end": 5777,
"loc": {
"start": {
"line": 229,
"column": 33
},
"end": {
"line": 229,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 5755,
"end": 5761,
"loc": {
"start": {
"line": 229,
"column": 33
},
"end": {
"line": 229,
"column": 39
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5762,
"end": 5777,
"loc": {
"start": {
"line": 229,
"column": 40
},
"end": {
"line": 229,
"column": 55
},
"identifierName": "LOG_LABEL_COLOR"
},
"name": "LOG_LABEL_COLOR"
},
"computed": false
}
},
"consequent": {
"type": "MemberExpression",
"start": 5780,
"end": 5802,
"loc": {
"start": {
"line": 229,
"column": 58
},
"end": {
"line": 229,
"column": 80
}
},
"object": {
"type": "Identifier",
"start": 5780,
"end": 5786,
"loc": {
"start": {
"line": 229,
"column": 58
},
"end": {
"line": 229,
"column": 64
},
"identifierName": "handle"
},
"name": "handle"
},
"property": {
"type": "Identifier",
"start": 5787,
"end": 5802,
"loc": {
"start": {
"line": 229,
"column": 65
},
"end": {
"line": 229,
"column": 80
},
"identifierName": "LOG_LABEL_COLOR"
},
"name": "LOG_LABEL_COLOR"
},
"computed": false
},
"alternate": {
"type": "StringLiteral",
"start": 5805,
"end": 5811,
"loc": {
"start": {
"line": 229,
"column": 83
},
"end": {
"line": 229,
"column": 89
}
},
"extra": {
"rawValue": "#aaa",
"raw": "\"#aaa\""
},
"value": "#aaa"
}
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 5820,
"end": 6432,
"loc": {
"start": {
"line": 231,
"column": 4
},
"end": {
"line": 246,
"column": 5
}
},
"test": {
"type": "LogicalExpression",
"start": 5824,
"end": 5868,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 52
}
},
"left": {
"type": "Identifier",
"start": 5824,
"end": 5832,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 16
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 5836,
"end": 5868,
"loc": {
"start": {
"line": 231,
"column": 20
},
"end": {
"line": 231,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 5836,
"end": 5854,
"loc": {
"start": {
"line": 231,
"column": 20
},
"end": {
"line": 231,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 5836,
"end": 5848,
"loc": {
"start": {
"line": 231,
"column": 20
},
"end": {
"line": 231,
"column": 32
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 5849,
"end": 5854,
"loc": {
"start": {
"line": 231,
"column": 33
},
"end": {
"line": 231,
"column": 38
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5855,
"end": 5868,
"loc": {
"start": {
"line": 231,
"column": 39
},
"end": {
"line": 231,
"column": 52
},
"identifierName": "logTimestamps"
},
"name": "logTimestamps"
},
"computed": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5870,
"end": 6170,
"loc": {
"start": {
"line": 231,
"column": 54
},
"end": {
"line": 240,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5881,
"end": 5965,
"loc": {
"start": {
"line": 232,
"column": 8
},
"end": {
"line": 232,
"column": 92
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5887,
"end": 5964,
"loc": {
"start": {
"line": 232,
"column": 14
},
"end": {
"line": 232,
"column": 91
}
},
"id": {
"type": "Identifier",
"start": 5887,
"end": 5896,
"loc": {
"start": {
"line": 232,
"column": 14
},
"end": {
"line": 232,
"column": 23
},
"identifierName": "timestamp"
},
"name": "timestamp"
},
"init": {
"type": "BinaryExpression",
"start": 5899,
"end": 5964,
"loc": {
"start": {
"line": 232,
"column": 26
},
"end": {
"line": 232,
"column": 91
}
},
"left": {
"type": "BinaryExpression",
"start": 5899,
"end": 5959,
"loc": {
"start": {
"line": 232,
"column": 26
},
"end": {
"line": 232,
"column": 86
}
},
"left": {
"type": "StringLiteral",
"start": 5899,
"end": 5905,
"loc": {
"start": {
"line": 232,
"column": 26
},
"end": {
"line": 232,
"column": 32
}
},
"extra": {
"rawValue": "⏱ %c",
"raw": "\"⏱ %c\""
},
"value": "⏱ %c"
},
"operator": "+",
"right": {
"type": "CallExpression",
"start": 5908,
"end": 5959,
"loc": {
"start": {
"line": 232,
"column": 35
},
"end": {
"line": 232,
"column": 86
}
},
"callee": {
"type": "MemberExpression",
"start": 5908,
"end": 5951,
"loc": {
"start": {
"line": 232,
"column": 35
},
"end": {
"line": 232,
"column": 78
}
},
"object": {
"type": "BinaryExpression",
"start": 5909,
"end": 5943,
"loc": {
"start": {
"line": 232,
"column": 36
},
"end": {
"line": 232,
"column": 70
}
},
"left": {
"type": "CallExpression",
"start": 5909,
"end": 5938,
"loc": {
"start": {
"line": 232,
"column": 36
},
"end": {
"line": 232,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 5909,
"end": 5919,
"loc": {
"start": {
"line": 232,
"column": 36
},
"end": {
"line": 232,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 5909,
"end": 5913,
"loc": {
"start": {
"line": 232,
"column": 36
},
"end": {
"line": 232,
"column": 40
},
"identifierName": "Math"
},
"name": "Math"
},
"property": {
"type": "Identifier",
"start": 5914,
"end": 5919,
"loc": {
"start": {
"line": 232,
"column": 41
},
"end": {
"line": 232,
"column": 46
},
"identifierName": "floor"
},
"name": "floor"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 5920,
"end": 5937,
"loc": {
"start": {
"line": 232,
"column": 47
},
"end": {
"line": 232,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 5920,
"end": 5935,
"loc": {
"start": {
"line": 232,
"column": 47
},
"end": {
"line": 232,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 5920,
"end": 5931,
"loc": {
"start": {
"line": 232,
"column": 47
},
"end": {
"line": 232,
"column": 58
},
"identifierName": "performance"
},
"name": "performance"
},
"property": {
"type": "Identifier",
"start": 5932,
"end": 5935,
"loc": {
"start": {
"line": 232,
"column": 59
},
"end": {
"line": 232,
"column": 62
},
"identifierName": "now"
},
"name": "now"
},
"computed": false
},
"arguments": []
}
]
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5941,
"end": 5943,
"loc": {
"start": {
"line": 232,
"column": 68
},
"end": {
"line": 232,
"column": 70
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
},
"extra": {
"parenthesized": true,
"parenStart": 5908
}
},
"property": {
"type": "Identifier",
"start": 5945,
"end": 5951,
"loc": {
"start": {
"line": 232,
"column": 72
},
"end": {
"line": 232,
"column": 78
},
"identifierName": "padEnd"
},
"name": "padEnd"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 5952,
"end": 5953,
"loc": {
"start": {
"line": 232,
"column": 79
},
"end": {
"line": 232,
"column": 80
}
},
"extra": {
"rawValue": 6,
"raw": "6"
},
"value": 6
},
{
"type": "StringLiteral",
"start": 5955,
"end": 5958,
"loc": {
"start": {
"line": 232,
"column": 82
},
"end": {
"line": 232,
"column": 85
}
},
"extra": {
"rawValue": " ",
"raw": "\" \""
},
"value": " "
}
]
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 5962,
"end": 5964,
"loc": {
"start": {
"line": 232,
"column": 89
},
"end": {
"line": 232,
"column": 91
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5975,
"end": 6163,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 239,
"column": 10
}
},
"expression": {
"type": "CallExpression",
"start": 5975,
"end": 6162,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 239,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
"start": 5975,
"end": 5993,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 5975,
"end": 5988,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 21
},
"identifierName": "consoleMethod"
},
"name": "consoleMethod"
},
"property": {
"type": "Identifier",
"start": 5989,
"end": 5993,
"loc": {
"start": {
"line": 233,
"column": 22
},
"end": {
"line": 233,
"column": 26
},
"identifierName": "call"
},
"name": "call"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 6008,
"end": 6015,
"loc": {
"start": {
"line": 234,
"column": 12
},
"end": {
"line": 234,
"column": 19
},
"identifierName": "console"
},
"name": "console"
},
{
"type": "BinaryExpression",
"start": 6030,
"end": 6057,
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 39
}
},
"left": {
"type": "BinaryExpression",
"start": 6030,
"end": 6047,
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 29
}
},
"left": {
"type": "Identifier",
"start": 6030,
"end": 6039,
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 21
},
"identifierName": "timestamp"
},
"name": "timestamp"
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 6042,
"end": 6047,
"loc": {
"start": {
"line": 235,
"column": 24
},
"end": {
"line": 235,
"column": 29
}
},
"extra": {
"rawValue": " %c",
"raw": "\" %c\""
},
"value": " %c"
}
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 6050,
"end": 6057,
"loc": {
"start": {
"line": 235,
"column": 32
},
"end": {
"line": 235,
"column": 39
},
"identifierName": "context"
},
"name": "context"
}
},
{
"type": "StringLiteral",
"start": 6072,
"end": 6086,
"loc": {
"start": {
"line": 236,
"column": 12
},
"end": {
"line": 236,
"column": 26
}
},
"extra": {
"rawValue": "color: #7f7;",
"raw": "\"color: #7f7;\""
},
"value": "color: #7f7;"
},
{
"type": "BinaryExpression",
"start": 6101,
"end": 6129,
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 40
}
},
"left": {
"type": "BinaryExpression",
"start": 6101,
"end": 6123,
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 34
}
},
"left": {
"type": "StringLiteral",
"start": 6101,
"end": 6110,
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 21
}
},
"extra": {
"rawValue": "color: ",
"raw": "\"color: \""
},
"value": "color: "
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 6113,
"end": 6123,
"loc": {
"start": {
"line": 237,
"column": 24
},
"end": {
"line": 237,
"column": 34
},
"identifierName": "labelColor"
},
"name": "labelColor"
}
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 6126,
"end": 6129,
"loc": {
"start": {
"line": 237,
"column": 37
},
"end": {
"line": 237,
"column": 40
}
},
"extra": {
"rawValue": ";",
"raw": "\";\""
},
"value": ";"
}
},
{
"type": "SpreadElement",
"start": 6144,
"end": 6151,
"loc": {
"start": {
"line": 238,
"column": 12
},
"end": {
"line": 238,
"column": 19
}
},
"argument": {
"type": "Identifier",
"start": 6147,
"end": 6151,
"loc": {
"start": {
"line": 238,
"column": 15
},
"end": {
"line": 238,
"column": 19
},
"identifierName": "args"
},
"name": "args"
}
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 6176,
"end": 6432,
"loc": {
"start": {
"line": 240,
"column": 11
},
"end": {
"line": 246,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6263,
"end": 6340,
"loc": {
"start": {
"line": 242,
"column": 8
},
"end": {
"line": 242,
"column": 85
}
},
"expression": {
"type": "CallExpression",
"start": 6263,
"end": 6339,
"loc": {
"start": {
"line": 242,
"column": 8
},
"end": {
"line": 242,
"column": 84
}
},
"callee": {
"type": "MemberExpression",
"start": 6263,
"end": 6281,
"loc": {
"start": {
"line": 242,
"column": 8
},
"end": {
"line": 242,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 6263,
"end": 6276,
"loc": {
"start": {
"line": 242,
"column": 8
},
"end": {
"line": 242,
"column": 21
},
"identifierName": "consoleMethod"
},
"name": "consoleMethod",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 6277,
"end": 6281,
"loc": {
"start": {
"line": 242,
"column": 22
},
"end": {
"line": 242,
"column": 26
},
"identifierName": "call"
},
"name": "call"
},
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 6282,
"end": 6289,
"loc": {
"start": {
"line": 242,
"column": 27
},
"end": {
"line": 242,
"column": 34
},
"identifierName": "console"
},
"name": "console"
},
{
"type": "BinaryExpression",
"start": 6291,
"end": 6305,
"loc": {
"start": {
"line": 242,
"column": 36
},
"end": {
"line": 242,
"column": 50
}
},
"left": {
"type": "StringLiteral",
"start": 6291,
"end": 6295,
"loc": {
"start": {
"line": 242,
"column": 36
},
"end": {
"line": 242,
"column": 40
}
},
"extra": {
"rawValue": "%c",
"raw": "\"%c\""
},
"value": "%c"
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 6298,
"end": 6305,
"loc": {
"start": {
"line": 242,
"column": 43
},
"end": {
"line": 242,
"column": 50
},
"identifierName": "context"
},
"name": "context"
}
},
{
"type": "BinaryExpression",
"start": 6307,
"end": 6329,
"loc": {
"start": {
"line": 242,
"column": 52
},
"end": {
"line": 242,
"column": 74
}
},
"left": {
"type": "StringLiteral",
"start": 6307,
"end": 6316,
"loc": {
"start": {
"line": 242,
"column": 52
},
"end": {
"line": 242,
"column": 61
}
},
"extra": {
"rawValue": "color: ",
"raw": "\"color: \""
},
"value": "color: "
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 6319,
"end": 6329,
"loc": {
"start": {
"line": 242,
"column": 64
},
"end": {
"line": 242,
"column": 74
},
"identifierName": "labelColor"
},
"name": "labelColor"
}
},
{
"type": "SpreadElement",
"start": 6331,
"end": 6338,
"loc": {
"start": {
"line": 242,
"column": 76
},
"end": {
"line": 242,
"column": 83
}
},
"argument": {
"type": "Identifier",
"start": 6334,
"end": 6338,
"loc": {
"start": {
"line": 242,
"column": 79
},
"end": {
"line": 242,
"column": 83
},
"identifierName": "args"
},
"name": "args"
}
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " if (G_IS_DEV && !globalConfig.debug.disableLoggingLogSources) {",
"start": 6187,
"end": 6253,
"loc": {
"start": {
"line": 241,
"column": 8
},
"end": {
"line": 241,
"column": 74
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " } else {",
"start": 6350,
"end": 6361,
"loc": {
"start": {
"line": 243,
"column": 8
},
"end": {
"line": 243,
"column": 19
}
}
},
{
"type": "CommentLine",
"value": " consoleMethod.call(console, ...args);",
"start": 6371,
"end": 6411,
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 48
}
}
},
{
"type": "CommentLine",
"value": " }",
"start": 6421,
"end": 6425,
"loc": {
"start": {
"line": 245,
"column": 8
},
"end": {
"line": 245,
"column": 12
}
}
}
]
}
],
"directives": []
}
}
],
"directives": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "\r\nLogging functions\r\n- To be extended\r\n",
"start": 98,
"end": 141,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 2
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Base logger class\r\n ",
"start": 145,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 11,
"column": 3
}
}
},
{
"type": "CommentLine",
"value": " Not required without sentry",
"start": 733,
"end": 763,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 38
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an error\r\n * @param {Error|ErrorEvent} err\r\n ",
"start": 1290,
"end": 1356,
"loc": {
"start": {
"line": 64,
"column": 0
},
"end": {
"line": 67,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an event\r\n * @param {Event} event\r\n ",
"start": 2197,
"end": 2254,
"loc": {
"start": {
"line": 100,
"column": 0
},
"end": {
"line": 103,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Prepares a json payload\r\n * @param {string} key\r\n * @param {any} value\r\n ",
"start": 2431,
"end": 2514,
"loc": {
"start": {
"line": 112,
"column": 0
},
"end": {
"line": 116,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Stringifies an object containing circular references and errors\r\n * @param {any} payload\r\n ",
"start": 2842,
"end": 2943,
"loc": {
"start": {
"line": 130,
"column": 0
},
"end": {
"line": 133,
"column": 3
}
}
},
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3277,
"end": 3315,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 42
}
}
},
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3443,
"end": 3481,
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 42
}
}
},
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3652,
"end": 3690,
"loc": {
"start": {
"line": 156,
"column": 4
},
"end": {
"line": 156,
"column": 42
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {Array<any>} args\r\n ",
"start": 4162,
"end": 4199,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 177,
"column": 3
}
}
},
{
"type": "CommentLine",
"value": " if (G_IS_DEV && !globalConfig.debug.disableLoggingLogSources) {",
"start": 6187,
"end": 6253,
"loc": {
"start": {
"line": 241,
"column": 8
},
"end": {
"line": 241,
"column": 74
}
}
},
{
"type": "CommentLine",
"value": " } else {",
"start": 6350,
"end": 6361,
"loc": {
"start": {
"line": 243,
"column": 8
},
"end": {
"line": 243,
"column": 19
}
}
},
{
"type": "CommentLine",
"value": " consoleMethod.call(console, ...args);",
"start": 6371,
"end": 6411,
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 48
}
}
},
{
"type": "CommentLine",
"value": " }",
"start": 6421,
"end": 6425,
"loc": {
"start": {
"line": 245,
"column": 8
},
"end": {
"line": 245,
"column": 12
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 24,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../core/config",
"start": 29,
"end": 45,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 45,
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 46
}
}
},
{
"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": 48,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "circularJson",
"start": 54,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 67,
"end": 68,
"loc": {
"start": {
"line": 2,
"column": 19
},
"end": {
"line": 2,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 69,
"end": 76,
"loc": {
"start": {
"line": 2,
"column": 21
},
"end": {
"line": 2,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 76,
"end": 77,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "circular-json",
"start": 77,
"end": 92,
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 2,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 92,
"end": 93,
"loc": {
"start": {
"line": 2,
"column": 44
},
"end": {
"line": 2,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 93,
"end": 94,
"loc": {
"start": {
"line": 2,
"column": 45
},
"end": {
"line": 2,
"column": 46
}
}
},
{
"type": "CommentBlock",
"value": "\r\nLogging functions\r\n- To be extended\r\n",
"start": 98,
"end": 141,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 2
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Base logger class\r\n ",
"start": 145,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 11,
"column": 3
}
}
},
{
"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": 177,
"end": 182,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Logger",
"start": 183,
"end": 189,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 190,
"end": 191,
"loc": {
"start": {
"line": 12,
"column": 13
},
"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": "constructor",
"start": 197,
"end": 208,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 208,
"end": 209,
"loc": {
"start": {
"line": 13,
"column": 15
},
"end": {
"line": 13,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 209,
"end": 216,
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 216,
"end": 217,
"loc": {
"start": {
"line": 13,
"column": 23
},
"end": {
"line": 13,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 218,
"end": 219,
"loc": {
"start": {
"line": 13,
"column": 25
},
"end": {
"line": 13,
"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": 229,
"end": 233,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 233,
"end": 234,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 234,
"end": 241,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 242,
"end": 243,
"loc": {
"start": {
"line": 14,
"column": 21
},
"end": {
"line": 14,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 244,
"end": 251,
"loc": {
"start": {
"line": 14,
"column": 23
},
"end": {
"line": 14,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 251,
"end": 252,
"loc": {
"start": {
"line": 14,
"column": 30
},
"end": {
"line": 14,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 258,
"end": 259,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 267,
"end": 272,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 272,
"end": 273,
"loc": {
"start": {
"line": 17,
"column": 9
},
"end": {
"line": 17,
"column": 10
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 273,
"end": 276,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 17,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 276,
"end": 280,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 280,
"end": 281,
"loc": {
"start": {
"line": 17,
"column": 17
},
"end": {
"line": 17,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 282,
"end": 283,
"loc": {
"start": {
"line": 17,
"column": 19
},
"end": {
"line": 17,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalDebug",
"start": 293,
"end": 304,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 304,
"end": 305,
"loc": {
"start": {
"line": 18,
"column": 19
},
"end": {
"line": 18,
"column": 20
}
}
},
{
"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": 305,
"end": 309,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 309,
"end": 310,
"loc": {
"start": {
"line": 18,
"column": 24
},
"end": {
"line": 18,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 310,
"end": 317,
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 18,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 317,
"end": 318,
"loc": {
"start": {
"line": 18,
"column": 32
},
"end": {
"line": 18,
"column": 33
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 319,
"end": 322,
"loc": {
"start": {
"line": 18,
"column": 34
},
"end": {
"line": 18,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 322,
"end": 326,
"loc": {
"start": {
"line": 18,
"column": 37
},
"end": {
"line": 18,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 326,
"end": 327,
"loc": {
"start": {
"line": 18,
"column": 41
},
"end": {
"line": 18,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 327,
"end": 328,
"loc": {
"start": {
"line": 18,
"column": 42
},
"end": {
"line": 18,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 334,
"end": 335,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 343,
"end": 346,
"loc": {
"start": {
"line": 21,
"column": 4
},
"end": {
"line": 21,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 346,
"end": 347,
"loc": {
"start": {
"line": 21,
"column": 7
},
"end": {
"line": 21,
"column": 8
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 347,
"end": 350,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 350,
"end": 354,
"loc": {
"start": {
"line": 21,
"column": 11
},
"end": {
"line": 21,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 354,
"end": 355,
"loc": {
"start": {
"line": 21,
"column": 15
},
"end": {
"line": 21,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 356,
"end": 357,
"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": "globalLog",
"start": 367,
"end": 376,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 376,
"end": 377,
"loc": {
"start": {
"line": 22,
"column": 17
},
"end": {
"line": 22,
"column": 18
}
}
},
{
"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": 377,
"end": 381,
"loc": {
"start": {
"line": 22,
"column": 18
},
"end": {
"line": 22,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 381,
"end": 382,
"loc": {
"start": {
"line": 22,
"column": 22
},
"end": {
"line": 22,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 382,
"end": 389,
"loc": {
"start": {
"line": 22,
"column": 23
},
"end": {
"line": 22,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 389,
"end": 390,
"loc": {
"start": {
"line": 22,
"column": 30
},
"end": {
"line": 22,
"column": 31
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 391,
"end": 394,
"loc": {
"start": {
"line": 22,
"column": 32
},
"end": {
"line": 22,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 394,
"end": 398,
"loc": {
"start": {
"line": 22,
"column": 35
},
"end": {
"line": 22,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 398,
"end": 399,
"loc": {
"start": {
"line": 22,
"column": 39
},
"end": {
"line": 22,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 399,
"end": 400,
"loc": {
"start": {
"line": 22,
"column": 40
},
"end": {
"line": 22,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 406,
"end": 407,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warn",
"start": 415,
"end": 419,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 419,
"end": 420,
"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": 420,
"end": 423,
"loc": {
"start": {
"line": 25,
"column": 9
},
"end": {
"line": 25,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 423,
"end": 427,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 16
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 427,
"end": 428,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 429,
"end": 430,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalWarn",
"start": 440,
"end": 450,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 450,
"end": 451,
"loc": {
"start": {
"line": 26,
"column": 18
},
"end": {
"line": 26,
"column": 19
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 451,
"end": 455,
"loc": {
"start": {
"line": 26,
"column": 19
},
"end": {
"line": 26,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 455,
"end": 456,
"loc": {
"start": {
"line": 26,
"column": 23
},
"end": {
"line": 26,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 456,
"end": 463,
"loc": {
"start": {
"line": 26,
"column": 24
},
"end": {
"line": 26,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 463,
"end": 464,
"loc": {
"start": {
"line": 26,
"column": 31
},
"end": {
"line": 26,
"column": 32
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 465,
"end": 468,
"loc": {
"start": {
"line": 26,
"column": 33
},
"end": {
"line": 26,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 468,
"end": 472,
"loc": {
"start": {
"line": 26,
"column": 36
},
"end": {
"line": 26,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 472,
"end": 473,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 26,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 473,
"end": 474,
"loc": {
"start": {
"line": 26,
"column": 41
},
"end": {
"line": 26,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 480,
"end": 481,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 489,
"end": 494,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 494,
"end": 495,
"loc": {
"start": {
"line": 29,
"column": 9
},
"end": {
"line": 29,
"column": 10
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 495,
"end": 498,
"loc": {
"start": {
"line": 29,
"column": 10
},
"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": "args",
"start": 498,
"end": 502,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 502,
"end": 503,
"loc": {
"start": {
"line": 29,
"column": 17
},
"end": {
"line": 29,
"column": 18
}
}
},
{
"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": 29,
"column": 19
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalError",
"start": 515,
"end": 526,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 526,
"end": 527,
"loc": {
"start": {
"line": 30,
"column": 19
},
"end": {
"line": 30,
"column": 20
}
}
},
{
"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": 527,
"end": 531,
"loc": {
"start": {
"line": 30,
"column": 20
},
"end": {
"line": 30,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 531,
"end": 532,
"loc": {
"start": {
"line": 30,
"column": 24
},
"end": {
"line": 30,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 532,
"end": 539,
"loc": {
"start": {
"line": 30,
"column": 25
},
"end": {
"line": 30,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 539,
"end": 540,
"loc": {
"start": {
"line": 30,
"column": 32
},
"end": {
"line": 30,
"column": 33
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 541,
"end": 544,
"loc": {
"start": {
"line": 30,
"column": 34
},
"end": {
"line": 30,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 544,
"end": 548,
"loc": {
"start": {
"line": 30,
"column": 37
},
"end": {
"line": 30,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 548,
"end": 549,
"loc": {
"start": {
"line": 30,
"column": 41
},
"end": {
"line": 30,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 549,
"end": 550,
"loc": {
"start": {
"line": 30,
"column": 42
},
"end": {
"line": 30,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 556,
"end": 557,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 559,
"end": 560,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 1
}
}
},
{
"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": 564,
"end": 570,
"loc": {
"start": {
"line": 34,
"column": 0
},
"end": {
"line": 34,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 571,
"end": 579,
"loc": {
"start": {
"line": 34,
"column": 7
},
"end": {
"line": 34,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createLogger",
"start": 580,
"end": 592,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 592,
"end": 593,
"loc": {
"start": {
"line": 34,
"column": 28
},
"end": {
"line": 34,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 593,
"end": 600,
"loc": {
"start": {
"line": 34,
"column": 29
},
"end": {
"line": 34,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 600,
"end": 601,
"loc": {
"start": {
"line": 34,
"column": 36
},
"end": {
"line": 34,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 602,
"end": 603,
"loc": {
"start": {
"line": 34,
"column": 38
},
"end": {
"line": 34,
"column": 39
}
}
},
{
"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": 609,
"end": 615,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 10
}
}
},
{
"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": 616,
"end": 619,
"loc": {
"start": {
"line": 35,
"column": 11
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Logger",
"start": 620,
"end": 626,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 626,
"end": 627,
"loc": {
"start": {
"line": 35,
"column": 21
},
"end": {
"line": 35,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 627,
"end": 634,
"loc": {
"start": {
"line": 35,
"column": 22
},
"end": {
"line": 35,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 634,
"end": 635,
"loc": {
"start": {
"line": 35,
"column": 29
},
"end": {
"line": 35,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 635,
"end": 636,
"loc": {
"start": {
"line": 35,
"column": 30
},
"end": {
"line": 35,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 638,
"end": 639,
"loc": {
"start": {
"line": 36,
"column": 0
},
"end": {
"line": 36,
"column": 1
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 643,
"end": 651,
"loc": {
"start": {
"line": 38,
"column": 0
},
"end": {
"line": 38,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareObjectForLogging",
"start": 652,
"end": 675,
"loc": {
"start": {
"line": 38,
"column": 9
},
"end": {
"line": 38,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 675,
"end": 676,
"loc": {
"start": {
"line": 38,
"column": 32
},
"end": {
"line": 38,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 676,
"end": 679,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 679,
"end": 680,
"loc": {
"start": {
"line": 38,
"column": 36
},
"end": {
"line": 38,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxDepth",
"start": 681,
"end": 689,
"loc": {
"start": {
"line": 38,
"column": 38
},
"end": {
"line": 38,
"column": 46
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 690,
"end": 691,
"loc": {
"start": {
"line": 38,
"column": 47
},
"end": {
"line": 38,
"column": 48
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 692,
"end": 693,
"loc": {
"start": {
"line": 38,
"column": 49
},
"end": {
"line": 38,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 693,
"end": 694,
"loc": {
"start": {
"line": 38,
"column": 50
},
"end": {
"line": 38,
"column": 51
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 695,
"end": 696,
"loc": {
"start": {
"line": 38,
"column": 52
},
"end": {
"line": 38,
"column": 53
}
}
},
{
"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": 702,
"end": 704,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 705,
"end": 706,
"loc": {
"start": {
"line": 39,
"column": 7
},
"end": {
"line": 39,
"column": 8
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 706,
"end": 707,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 707,
"end": 713,
"loc": {
"start": {
"line": 39,
"column": 9
},
"end": {
"line": 39,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 713,
"end": 714,
"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": "Sentry",
"start": 714,
"end": 720,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 720,
"end": 721,
"loc": {
"start": {
"line": 39,
"column": 22
},
"end": {
"line": 39,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 722,
"end": 723,
"loc": {
"start": {
"line": 39,
"column": 24
},
"end": {
"line": 39,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " Not required without sentry",
"start": 733,
"end": 763,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 38
}
}
},
{
"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": 773,
"end": 779,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 780,
"end": 783,
"loc": {
"start": {
"line": 41,
"column": 15
},
"end": {
"line": 41,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 783,
"end": 784,
"loc": {
"start": {
"line": 41,
"column": 18
},
"end": {
"line": 41,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 790,
"end": 791,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 5
}
}
},
{
"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": 799,
"end": 801,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 802,
"end": 803,
"loc": {
"start": {
"line": 44,
"column": 7
},
"end": {
"line": 44,
"column": 8
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 803,
"end": 809,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 810,
"end": 813,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 18
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 814,
"end": 817,
"loc": {
"start": {
"line": 44,
"column": 19
},
"end": {
"line": 44,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "object",
"start": 818,
"end": 826,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 31
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 827,
"end": 829,
"loc": {
"start": {
"line": 44,
"column": 32
},
"end": {
"line": 44,
"column": 34
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 830,
"end": 831,
"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": "Array",
"start": 831,
"end": 836,
"loc": {
"start": {
"line": 44,
"column": 36
},
"end": {
"line": 44,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 836,
"end": 837,
"loc": {
"start": {
"line": 44,
"column": 41
},
"end": {
"line": 44,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isArray",
"start": 837,
"end": 844,
"loc": {
"start": {
"line": 44,
"column": 42
},
"end": {
"line": 44,
"column": 49
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 844,
"end": 845,
"loc": {
"start": {
"line": 44,
"column": 49
},
"end": {
"line": 44,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 845,
"end": 848,
"loc": {
"start": {
"line": 44,
"column": 50
},
"end": {
"line": 44,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 848,
"end": 849,
"loc": {
"start": {
"line": 44,
"column": 53
},
"end": {
"line": 44,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 849,
"end": 850,
"loc": {
"start": {
"line": 44,
"column": 54
},
"end": {
"line": 44,
"column": 55
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 851,
"end": 852,
"loc": {
"start": {
"line": 44,
"column": 56
},
"end": {
"line": 44,
"column": 57
}
}
},
{
"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": 862,
"end": 868,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 869,
"end": 872,
"loc": {
"start": {
"line": 45,
"column": 15
},
"end": {
"line": 45,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 872,
"end": 873,
"loc": {
"start": {
"line": 45,
"column": 18
},
"end": {
"line": 45,
"column": 19
}
}
},
{
"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": 46,
"column": 4
},
"end": {
"line": 46,
"column": 5
}
}
},
{
"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": 886,
"end": 891,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 892,
"end": 898,
"loc": {
"start": {
"line": 47,
"column": 10
},
"end": {
"line": 47,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 899,
"end": 900,
"loc": {
"start": {
"line": 47,
"column": 17
},
"end": {
"line": 47,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 901,
"end": 902,
"loc": {
"start": {
"line": 47,
"column": 19
},
"end": {
"line": 47,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 902,
"end": 903,
"loc": {
"start": {
"line": 47,
"column": 20
},
"end": {
"line": 47,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 903,
"end": 904,
"loc": {
"start": {
"line": 47,
"column": 21
},
"end": {
"line": 47,
"column": 22
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 910,
"end": 913,
"loc": {
"start": {
"line": 48,
"column": 4
},
"end": {
"line": 48,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 914,
"end": 915,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 9
}
}
},
{
"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": 915,
"end": 920,
"loc": {
"start": {
"line": 48,
"column": 9
},
"end": {
"line": 48,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 921,
"end": 924,
"loc": {
"start": {
"line": 48,
"column": 15
},
"end": {
"line": 48,
"column": 18
}
}
},
{
"type": {
"label": "in",
"keyword": "in",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "in",
"start": 925,
"end": 927,
"loc": {
"start": {
"line": 48,
"column": 19
},
"end": {
"line": 48,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 928,
"end": 931,
"loc": {
"start": {
"line": 48,
"column": 22
},
"end": {
"line": 48,
"column": 25
}
}
},
{
"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": 48,
"column": 25
},
"end": {
"line": 48,
"column": 26
}
}
},
{
"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": 48,
"column": 27
},
"end": {
"line": 48,
"column": 28
}
}
},
{
"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": 944,
"end": 949,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "val",
"start": 950,
"end": 953,
"loc": {
"start": {
"line": 49,
"column": 14
},
"end": {
"line": 49,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 954,
"end": 955,
"loc": {
"start": {
"line": 49,
"column": 18
},
"end": {
"line": 49,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 956,
"end": 959,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 23
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 959,
"end": 960,
"loc": {
"start": {
"line": 49,
"column": 23
},
"end": {
"line": 49,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 960,
"end": 963,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 27
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 963,
"end": 964,
"loc": {
"start": {
"line": 49,
"column": 27
},
"end": {
"line": 49,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 964,
"end": 965,
"loc": {
"start": {
"line": 49,
"column": 28
},
"end": {
"line": 49,
"column": 29
}
}
},
{
"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": 977,
"end": 979,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 980,
"end": 981,
"loc": {
"start": {
"line": 51,
"column": 11
},
"end": {
"line": 51,
"column": 12
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 981,
"end": 987,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "val",
"start": 988,
"end": 991,
"loc": {
"start": {
"line": 51,
"column": 19
},
"end": {
"line": 51,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 992,
"end": 995,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "object",
"start": 996,
"end": 1004,
"loc": {
"start": {
"line": 51,
"column": 27
},
"end": {
"line": 51,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1004,
"end": 1005,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1006,
"end": 1007,
"loc": {
"start": {
"line": 51,
"column": 37
},
"end": {
"line": 51,
"column": 38
}
}
},
{
"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": 1021,
"end": 1023,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"column": 14
}
}
},
{
"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": 52,
"column": 15
},
"end": {
"line": 52,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxDepth",
"start": 1025,
"end": 1033,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 24
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 1034,
"end": 1035,
"loc": {
"start": {
"line": 52,
"column": 25
},
"end": {
"line": 52,
"column": 26
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1036,
"end": 1037,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1037,
"end": 1038,
"loc": {
"start": {
"line": 52,
"column": 28
},
"end": {
"line": 52,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1039,
"end": 1040,
"loc": {
"start": {
"line": 52,
"column": 30
},
"end": {
"line": 52,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1058,
"end": 1064,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 22
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1064,
"end": 1065,
"loc": {
"start": {
"line": 53,
"column": 22
},
"end": {
"line": 53,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 1065,
"end": 1068,
"loc": {
"start": {
"line": 53,
"column": 23
},
"end": {
"line": 53,
"column": 26
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1068,
"end": 1069,
"loc": {
"start": {
"line": 53,
"column": 26
},
"end": {
"line": 53,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1070,
"end": 1071,
"loc": {
"start": {
"line": 53,
"column": 28
},
"end": {
"line": 53,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareObjectForLogging",
"start": 1072,
"end": 1095,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 53
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1095,
"end": 1096,
"loc": {
"start": {
"line": 53,
"column": 53
},
"end": {
"line": 53,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "val",
"start": 1096,
"end": 1099,
"loc": {
"start": {
"line": 53,
"column": 54
},
"end": {
"line": 53,
"column": 57
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1099,
"end": 1100,
"loc": {
"start": {
"line": 53,
"column": 57
},
"end": {
"line": 53,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxDepth",
"start": 1101,
"end": 1109,
"loc": {
"start": {
"line": 53,
"column": 59
},
"end": {
"line": 53,
"column": 67
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 1110,
"end": 1111,
"loc": {
"start": {
"line": 53,
"column": 68
},
"end": {
"line": 53,
"column": 69
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1112,
"end": 1113,
"loc": {
"start": {
"line": 53,
"column": 70
},
"end": {
"line": 53,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1113,
"end": 1114,
"loc": {
"start": {
"line": 53,
"column": 71
},
"end": {
"line": 53,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1114,
"end": 1115,
"loc": {
"start": {
"line": 53,
"column": 72
},
"end": {
"line": 53,
"column": 73
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1129,
"end": 1130,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 13
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 1131,
"end": 1135,
"loc": {
"start": {
"line": 54,
"column": 14
},
"end": {
"line": 54,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 54,
"column": 19
},
"end": {
"line": 54,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1155,
"end": 1161,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 22
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1161,
"end": 1162,
"loc": {
"start": {
"line": 55,
"column": 22
},
"end": {
"line": 55,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 1162,
"end": 1165,
"loc": {
"start": {
"line": 55,
"column": 23
},
"end": {
"line": 55,
"column": 26
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1165,
"end": 1166,
"loc": {
"start": {
"line": 55,
"column": 26
},
"end": {
"line": 55,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1167,
"end": 1168,
"loc": {
"start": {
"line": 55,
"column": 28
},
"end": {
"line": 55,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "[object]",
"start": 1169,
"end": 1179,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1179,
"end": 1180,
"loc": {
"start": {
"line": 55,
"column": 40
},
"end": {
"line": 55,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1194,
"end": 1195,
"loc": {
"start": {
"line": 56,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1205,
"end": 1206,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 1207,
"end": 1211,
"loc": {
"start": {
"line": 57,
"column": 10
},
"end": {
"line": 57,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1212,
"end": 1213,
"loc": {
"start": {
"line": 57,
"column": 15
},
"end": {
"line": 57,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1227,
"end": 1233,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 18
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1233,
"end": 1234,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 1234,
"end": 1237,
"loc": {
"start": {
"line": 58,
"column": 19
},
"end": {
"line": 58,
"column": 22
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1237,
"end": 1238,
"loc": {
"start": {
"line": 58,
"column": 22
},
"end": {
"line": 58,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1239,
"end": 1240,
"loc": {
"start": {
"line": 58,
"column": 24
},
"end": {
"line": 58,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "val",
"start": 1241,
"end": 1244,
"loc": {
"start": {
"line": 58,
"column": 26
},
"end": {
"line": 58,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1244,
"end": 1245,
"loc": {
"start": {
"line": 58,
"column": 29
},
"end": {
"line": 58,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1255,
"end": 1256,
"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": 1262,
"end": 1263,
"loc": {
"start": {
"line": 60,
"column": 4
},
"end": {
"line": 60,
"column": 5
}
}
},
{
"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": 1269,
"end": 1275,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1276,
"end": 1282,
"loc": {
"start": {
"line": 61,
"column": 11
},
"end": {
"line": 61,
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1282,
"end": 1283,
"loc": {
"start": {
"line": 61,
"column": 17
},
"end": {
"line": 61,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1285,
"end": 1286,
"loc": {
"start": {
"line": 62,
"column": 0
},
"end": {
"line": 62,
"column": 1
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an error\r\n * @param {Error|ErrorEvent} err\r\n ",
"start": 1290,
"end": 1356,
"loc": {
"start": {
"line": 64,
"column": 0
},
"end": {
"line": 67,
"column": 3
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 1358,
"end": 1364,
"loc": {
"start": {
"line": 68,
"column": 0
},
"end": {
"line": 68,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 1365,
"end": 1373,
"loc": {
"start": {
"line": 68,
"column": 7
},
"end": {
"line": 68,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serializeError",
"start": 1374,
"end": 1388,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1388,
"end": 1389,
"loc": {
"start": {
"line": 68,
"column": 30
},
"end": {
"line": 68,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1389,
"end": 1392,
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1392,
"end": 1393,
"loc": {
"start": {
"line": 68,
"column": 34
},
"end": {
"line": 68,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 68,
"column": 37
}
}
},
{
"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": 1401,
"end": 1403,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 69,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1404,
"end": 1405,
"loc": {
"start": {
"line": 69,
"column": 7
},
"end": {
"line": 69,
"column": 8
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1405,
"end": 1406,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1406,
"end": 1409,
"loc": {
"start": {
"line": 69,
"column": 9
},
"end": {
"line": 69,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1409,
"end": 1410,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1411,
"end": 1412,
"loc": {
"start": {
"line": 69,
"column": 14
},
"end": {
"line": 69,
"column": 15
}
}
},
{
"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": 1422,
"end": 1428,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 14
}
}
},
{
"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": 1429,
"end": 1433,
"loc": {
"start": {
"line": 70,
"column": 15
},
"end": {
"line": 70,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1433,
"end": 1434,
"loc": {
"start": {
"line": 70,
"column": 19
},
"end": {
"line": 70,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1440,
"end": 1441,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 5
}
}
},
{
"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": 1447,
"end": 1452,
"loc": {
"start": {
"line": 72,
"column": 4
},
"end": {
"line": 72,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1453,
"end": 1459,
"loc": {
"start": {
"line": 72,
"column": 10
},
"end": {
"line": 72,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1460,
"end": 1461,
"loc": {
"start": {
"line": 72,
"column": 17
},
"end": {
"line": 72,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1462,
"end": 1463,
"loc": {
"start": {
"line": 72,
"column": 19
},
"end": {
"line": 72,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1473,
"end": 1477,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1477,
"end": 1478,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1479,
"end": 1482,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1482,
"end": 1483,
"loc": {
"start": {
"line": 73,
"column": 17
},
"end": {
"line": 73,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 1483,
"end": 1494,
"loc": {
"start": {
"line": 73,
"column": 18
},
"end": {
"line": 73,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1494,
"end": 1495,
"loc": {
"start": {
"line": 73,
"column": 29
},
"end": {
"line": 73,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1495,
"end": 1499,
"loc": {
"start": {
"line": 73,
"column": 30
},
"end": {
"line": 73,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1499,
"end": 1500,
"loc": {
"start": {
"line": 73,
"column": 34
},
"end": {
"line": 73,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1506,
"end": 1507,
"loc": {
"start": {
"line": 74,
"column": 4
},
"end": {
"line": 74,
"column": 5
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1507,
"end": 1508,
"loc": {
"start": {
"line": 74,
"column": 5
},
"end": {
"line": 74,
"column": 6
}
}
},
{
"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": 1516,
"end": 1518,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1519,
"end": 1520,
"loc": {
"start": {
"line": 76,
"column": 7
},
"end": {
"line": 76,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1520,
"end": 1523,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 11
}
}
},
{
"type": {
"label": "instanceof",
"keyword": "instanceof",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "instanceof",
"start": 1524,
"end": 1534,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 1535,
"end": 1540,
"loc": {
"start": {
"line": 76,
"column": 23
},
"end": {
"line": 76,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 76,
"column": 28
},
"end": {
"line": 76,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1542,
"end": 1543,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 76,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1553,
"end": 1559,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1559,
"end": 1560,
"loc": {
"start": {
"line": 77,
"column": 14
},
"end": {
"line": 77,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 1560,
"end": 1567,
"loc": {
"start": {
"line": 77,
"column": 15
},
"end": {
"line": 77,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1568,
"end": 1569,
"loc": {
"start": {
"line": 77,
"column": 23
},
"end": {
"line": 77,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1570,
"end": 1573,
"loc": {
"start": {
"line": 77,
"column": 25
},
"end": {
"line": 77,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1573,
"end": 1574,
"loc": {
"start": {
"line": 77,
"column": 28
},
"end": {
"line": 77,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 1574,
"end": 1581,
"loc": {
"start": {
"line": 77,
"column": 29
},
"end": {
"line": 77,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1581,
"end": 1582,
"loc": {
"start": {
"line": 77,
"column": 36
},
"end": {
"line": 77,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1592,
"end": 1598,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1598,
"end": 1599,
"loc": {
"start": {
"line": 78,
"column": 14
},
"end": {
"line": 78,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1599,
"end": 1603,
"loc": {
"start": {
"line": 78,
"column": 15
},
"end": {
"line": 78,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1604,
"end": 1605,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1606,
"end": 1609,
"loc": {
"start": {
"line": 78,
"column": 22
},
"end": {
"line": 78,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1609,
"end": 1610,
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1610,
"end": 1614,
"loc": {
"start": {
"line": 78,
"column": 26
},
"end": {
"line": 78,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1614,
"end": 1615,
"loc": {
"start": {
"line": 78,
"column": 30
},
"end": {
"line": 78,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1625,
"end": 1631,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1631,
"end": 1632,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stack",
"start": 1632,
"end": 1637,
"loc": {
"start": {
"line": 79,
"column": 15
},
"end": {
"line": 79,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1638,
"end": 1639,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1640,
"end": 1643,
"loc": {
"start": {
"line": 79,
"column": 23
},
"end": {
"line": 79,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1643,
"end": 1644,
"loc": {
"start": {
"line": 79,
"column": 26
},
"end": {
"line": 79,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stack",
"start": 1644,
"end": 1649,
"loc": {
"start": {
"line": 79,
"column": 27
},
"end": {
"line": 79,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1649,
"end": 1650,
"loc": {
"start": {
"line": 79,
"column": 32
},
"end": {
"line": 79,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1660,
"end": 1666,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1666,
"end": 1667,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1667,
"end": 1671,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1672,
"end": 1673,
"loc": {
"start": {
"line": 80,
"column": 20
},
"end": {
"line": 80,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{type.Error}",
"start": 1674,
"end": 1688,
"loc": {
"start": {
"line": 80,
"column": 22
},
"end": {
"line": 80,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1688,
"end": 1689,
"loc": {
"start": {
"line": 80,
"column": 36
},
"end": {
"line": 80,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1695,
"end": 1696,
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 1697,
"end": 1701,
"loc": {
"start": {
"line": 81,
"column": 6
},
"end": {
"line": 81,
"column": 10
}
}
},
{
"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": 1702,
"end": 1704,
"loc": {
"start": {
"line": 81,
"column": 11
},
"end": {
"line": 81,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1705,
"end": 1706,
"loc": {
"start": {
"line": 81,
"column": 14
},
"end": {
"line": 81,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1706,
"end": 1709,
"loc": {
"start": {
"line": 81,
"column": 15
},
"end": {
"line": 81,
"column": 18
}
}
},
{
"type": {
"label": "instanceof",
"keyword": "instanceof",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "instanceof",
"start": 1710,
"end": 1720,
"loc": {
"start": {
"line": 81,
"column": 19
},
"end": {
"line": 81,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ErrorEvent",
"start": 1721,
"end": 1731,
"loc": {
"start": {
"line": 81,
"column": 30
},
"end": {
"line": 81,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1731,
"end": 1732,
"loc": {
"start": {
"line": 81,
"column": 40
},
"end": {
"line": 81,
"column": 41
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1733,
"end": 1734,
"loc": {
"start": {
"line": 81,
"column": 42
},
"end": {
"line": 81,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1744,
"end": 1750,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1750,
"end": 1751,
"loc": {
"start": {
"line": 82,
"column": 14
},
"end": {
"line": 82,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1751,
"end": 1759,
"loc": {
"start": {
"line": 82,
"column": 15
},
"end": {
"line": 82,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1760,
"end": 1761,
"loc": {
"start": {
"line": 82,
"column": 24
},
"end": {
"line": 82,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1762,
"end": 1765,
"loc": {
"start": {
"line": 82,
"column": 26
},
"end": {
"line": 82,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1765,
"end": 1766,
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1766,
"end": 1774,
"loc": {
"start": {
"line": 82,
"column": 30
},
"end": {
"line": 82,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1774,
"end": 1775,
"loc": {
"start": {
"line": 82,
"column": 38
},
"end": {
"line": 82,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1785,
"end": 1791,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1791,
"end": 1792,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 83,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 1792,
"end": 1799,
"loc": {
"start": {
"line": 83,
"column": 15
},
"end": {
"line": 83,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1800,
"end": 1801,
"loc": {
"start": {
"line": 83,
"column": 23
},
"end": {
"line": 83,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1802,
"end": 1805,
"loc": {
"start": {
"line": 83,
"column": 25
},
"end": {
"line": 83,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1805,
"end": 1806,
"loc": {
"start": {
"line": 83,
"column": 28
},
"end": {
"line": 83,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 1806,
"end": 1813,
"loc": {
"start": {
"line": 83,
"column": 29
},
"end": {
"line": 83,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1813,
"end": 1814,
"loc": {
"start": {
"line": 83,
"column": 36
},
"end": {
"line": 83,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1824,
"end": 1830,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1830,
"end": 1831,
"loc": {
"start": {
"line": 84,
"column": 14
},
"end": {
"line": 84,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lineno",
"start": 1831,
"end": 1837,
"loc": {
"start": {
"line": 84,
"column": 15
},
"end": {
"line": 84,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1838,
"end": 1839,
"loc": {
"start": {
"line": 84,
"column": 22
},
"end": {
"line": 84,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1840,
"end": 1843,
"loc": {
"start": {
"line": 84,
"column": 24
},
"end": {
"line": 84,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1843,
"end": 1844,
"loc": {
"start": {
"line": 84,
"column": 27
},
"end": {
"line": 84,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lineno",
"start": 1844,
"end": 1850,
"loc": {
"start": {
"line": 84,
"column": 28
},
"end": {
"line": 84,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1850,
"end": 1851,
"loc": {
"start": {
"line": 84,
"column": 34
},
"end": {
"line": 84,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1861,
"end": 1867,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1867,
"end": 1868,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "colno",
"start": 1868,
"end": 1873,
"loc": {
"start": {
"line": 85,
"column": 15
},
"end": {
"line": 85,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1874,
"end": 1875,
"loc": {
"start": {
"line": 85,
"column": 21
},
"end": {
"line": 85,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1876,
"end": 1879,
"loc": {
"start": {
"line": 85,
"column": 23
},
"end": {
"line": 85,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1879,
"end": 1880,
"loc": {
"start": {
"line": 85,
"column": 26
},
"end": {
"line": 85,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "colno",
"start": 1880,
"end": 1885,
"loc": {
"start": {
"line": 85,
"column": 27
},
"end": {
"line": 85,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1885,
"end": 1886,
"loc": {
"start": {
"line": 85,
"column": 32
},
"end": {
"line": 85,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1896,
"end": 1902,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1902,
"end": 1903,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1903,
"end": 1907,
"loc": {
"start": {
"line": 86,
"column": 15
},
"end": {
"line": 86,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1908,
"end": 1909,
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{type.ErrorEvent}",
"start": 1910,
"end": 1929,
"loc": {
"start": {
"line": 86,
"column": 22
},
"end": {
"line": 86,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1929,
"end": 1930,
"loc": {
"start": {
"line": 86,
"column": 41
},
"end": {
"line": 86,
"column": 42
}
}
},
{
"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": 1942,
"end": 1944,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1945,
"end": 1946,
"loc": {
"start": {
"line": 88,
"column": 11
},
"end": {
"line": 88,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 1946,
"end": 1949,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1949,
"end": 1950,
"loc": {
"start": {
"line": 88,
"column": 15
},
"end": {
"line": 88,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 1950,
"end": 1955,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1955,
"end": 1956,
"loc": {
"start": {
"line": 88,
"column": 21
},
"end": {
"line": 88,
"column": 22
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1957,
"end": 1958,
"loc": {
"start": {
"line": 88,
"column": 23
},
"end": {
"line": 88,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 1972,
"end": 1978,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1978,
"end": 1979,
"loc": {
"start": {
"line": 89,
"column": 18
},
"end": {
"line": 89,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 1979,
"end": 1984,
"loc": {
"start": {
"line": 89,
"column": 19
},
"end": {
"line": 89,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1985,
"end": 1986,
"loc": {
"start": {
"line": 89,
"column": 25
},
"end": {
"line": 89,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serializeError",
"start": 1987,
"end": 2001,
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 89,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2001,
"end": 2002,
"loc": {
"start": {
"line": 89,
"column": 41
},
"end": {
"line": 89,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 2002,
"end": 2005,
"loc": {
"start": {
"line": 89,
"column": 42
},
"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": 2005,
"end": 2006,
"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": "error",
"start": 2006,
"end": 2011,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 89,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2011,
"end": 2012,
"loc": {
"start": {
"line": 89,
"column": 51
},
"end": {
"line": 89,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2012,
"end": 2013,
"loc": {
"start": {
"line": 89,
"column": 52
},
"end": {
"line": 89,
"column": 53
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2023,
"end": 2024,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 2025,
"end": 2029,
"loc": {
"start": {
"line": 90,
"column": 10
},
"end": {
"line": 90,
"column": 14
}
}
},
{
"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": 90,
"column": 15
},
"end": {
"line": 90,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2045,
"end": 2051,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2051,
"end": 2052,
"loc": {
"start": {
"line": 91,
"column": 18
},
"end": {
"line": 91,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 2052,
"end": 2057,
"loc": {
"start": {
"line": 91,
"column": 19
},
"end": {
"line": 91,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2058,
"end": 2059,
"loc": {
"start": {
"line": 91,
"column": 25
},
"end": {
"line": 91,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{not-provided}",
"start": 2060,
"end": 2076,
"loc": {
"start": {
"line": 91,
"column": 27
},
"end": {
"line": 91,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2076,
"end": 2077,
"loc": {
"start": {
"line": 91,
"column": 43
},
"end": {
"line": 91,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2087,
"end": 2088,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2094,
"end": 2095,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 5
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 2096,
"end": 2100,
"loc": {
"start": {
"line": 93,
"column": 6
},
"end": {
"line": 93,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2101,
"end": 2102,
"loc": {
"start": {
"line": 93,
"column": 11
},
"end": {
"line": 93,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2112,
"end": 2118,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2118,
"end": 2119,
"loc": {
"start": {
"line": 94,
"column": 14
},
"end": {
"line": 94,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2119,
"end": 2123,
"loc": {
"start": {
"line": 94,
"column": 15
},
"end": {
"line": 94,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2124,
"end": 2125,
"loc": {
"start": {
"line": 94,
"column": 20
},
"end": {
"line": 94,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{unkown-type:",
"start": 2126,
"end": 2141,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 37
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2142,
"end": 2143,
"loc": {
"start": {
"line": 94,
"column": 38
},
"end": {
"line": 94,
"column": 39
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 2144,
"end": 2150,
"loc": {
"start": {
"line": 94,
"column": 40
},
"end": {
"line": 94,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "err",
"start": 2151,
"end": 2154,
"loc": {
"start": {
"line": 94,
"column": 47
},
"end": {
"line": 94,
"column": 50
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2155,
"end": 2156,
"loc": {
"start": {
"line": 94,
"column": 51
},
"end": {
"line": 94,
"column": 52
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "}",
"start": 2157,
"end": 2160,
"loc": {
"start": {
"line": 94,
"column": 53
},
"end": {
"line": 94,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2160,
"end": 2161,
"loc": {
"start": {
"line": 94,
"column": 56
},
"end": {
"line": 94,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2167,
"end": 2168,
"loc": {
"start": {
"line": 95,
"column": 4
},
"end": {
"line": 95,
"column": 5
}
}
},
{
"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": 2176,
"end": 2182,
"loc": {
"start": {
"line": 97,
"column": 4
},
"end": {
"line": 97,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2183,
"end": 2189,
"loc": {
"start": {
"line": 97,
"column": 11
},
"end": {
"line": 97,
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2189,
"end": 2190,
"loc": {
"start": {
"line": 97,
"column": 17
},
"end": {
"line": 97,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2192,
"end": 2193,
"loc": {
"start": {
"line": 98,
"column": 0
},
"end": {
"line": 98,
"column": 1
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Serializes an event\r\n * @param {Event} event\r\n ",
"start": 2197,
"end": 2254,
"loc": {
"start": {
"line": 100,
"column": 0
},
"end": {
"line": 103,
"column": 3
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 2256,
"end": 2264,
"loc": {
"start": {
"line": 104,
"column": 0
},
"end": {
"line": 104,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serializeEvent",
"start": 2265,
"end": 2279,
"loc": {
"start": {
"line": 104,
"column": 9
},
"end": {
"line": 104,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2279,
"end": 2280,
"loc": {
"start": {
"line": 104,
"column": 23
},
"end": {
"line": 104,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 2280,
"end": 2285,
"loc": {
"start": {
"line": 104,
"column": 24
},
"end": {
"line": 104,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2285,
"end": 2286,
"loc": {
"start": {
"line": 104,
"column": 29
},
"end": {
"line": 104,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2287,
"end": 2288,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 32
}
}
},
{
"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": 2294,
"end": 2297,
"loc": {
"start": {
"line": 105,
"column": 4
},
"end": {
"line": 105,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2298,
"end": 2304,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2305,
"end": 2306,
"loc": {
"start": {
"line": 105,
"column": 15
},
"end": {
"line": 105,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2307,
"end": 2308,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2318,
"end": 2322,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2322,
"end": 2323,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{type.Event:",
"start": 2324,
"end": 2338,
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 28
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2339,
"end": 2340,
"loc": {
"start": {
"line": 106,
"column": 29
},
"end": {
"line": 106,
"column": 30
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 2341,
"end": 2347,
"loc": {
"start": {
"line": 106,
"column": 31
},
"end": {
"line": 106,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 2348,
"end": 2353,
"loc": {
"start": {
"line": 106,
"column": 38
},
"end": {
"line": 106,
"column": 43
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2354,
"end": 2355,
"loc": {
"start": {
"line": 106,
"column": 44
},
"end": {
"line": 106,
"column": 45
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "}",
"start": 2356,
"end": 2359,
"loc": {
"start": {
"line": 106,
"column": 46
},
"end": {
"line": 106,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2359,
"end": 2360,
"loc": {
"start": {
"line": 106,
"column": 49
},
"end": {
"line": 106,
"column": 50
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2366,
"end": 2367,
"loc": {
"start": {
"line": 107,
"column": 4
},
"end": {
"line": 107,
"column": 5
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2367,
"end": 2368,
"loc": {
"start": {
"line": 107,
"column": 5
},
"end": {
"line": 107,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2374,
"end": 2380,
"loc": {
"start": {
"line": 108,
"column": 4
},
"end": {
"line": 108,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2380,
"end": 2381,
"loc": {
"start": {
"line": 108,
"column": 10
},
"end": {
"line": 108,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "eventType",
"start": 2381,
"end": 2390,
"loc": {
"start": {
"line": 108,
"column": 11
},
"end": {
"line": 108,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2391,
"end": 2392,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 2393,
"end": 2398,
"loc": {
"start": {
"line": 108,
"column": 23
},
"end": {
"line": 108,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2398,
"end": 2399,
"loc": {
"start": {
"line": 108,
"column": 28
},
"end": {
"line": 108,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2399,
"end": 2403,
"loc": {
"start": {
"line": 108,
"column": 29
},
"end": {
"line": 108,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2403,
"end": 2404,
"loc": {
"start": {
"line": 108,
"column": 33
},
"end": {
"line": 108,
"column": 34
}
}
},
{
"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": 2410,
"end": 2416,
"loc": {
"start": {
"line": 109,
"column": 4
},
"end": {
"line": 109,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 2417,
"end": 2423,
"loc": {
"start": {
"line": 109,
"column": 11
},
"end": {
"line": 109,
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2423,
"end": 2424,
"loc": {
"start": {
"line": 109,
"column": 17
},
"end": {
"line": 109,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2426,
"end": 2427,
"loc": {
"start": {
"line": 110,
"column": 0
},
"end": {
"line": 110,
"column": 1
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Prepares a json payload\r\n * @param {string} key\r\n * @param {any} value\r\n ",
"start": 2431,
"end": 2514,
"loc": {
"start": {
"line": 112,
"column": 0
},
"end": {
"line": 116,
"column": 3
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 2516,
"end": 2524,
"loc": {
"start": {
"line": 117,
"column": 0
},
"end": {
"line": 117,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "preparePayload",
"start": 2525,
"end": 2539,
"loc": {
"start": {
"line": 117,
"column": 9
},
"end": {
"line": 117,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2539,
"end": 2540,
"loc": {
"start": {
"line": 117,
"column": 23
},
"end": {
"line": 117,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 2540,
"end": 2543,
"loc": {
"start": {
"line": 117,
"column": 24
},
"end": {
"line": 117,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2543,
"end": 2544,
"loc": {
"start": {
"line": 117,
"column": 27
},
"end": {
"line": 117,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2545,
"end": 2550,
"loc": {
"start": {
"line": 117,
"column": 29
},
"end": {
"line": 117,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2550,
"end": 2551,
"loc": {
"start": {
"line": 117,
"column": 34
},
"end": {
"line": 117,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2552,
"end": 2553,
"loc": {
"start": {
"line": 117,
"column": 36
},
"end": {
"line": 117,
"column": 37
}
}
},
{
"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": 2559,
"end": 2561,
"loc": {
"start": {
"line": 118,
"column": 4
},
"end": {
"line": 118,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2562,
"end": 2563,
"loc": {
"start": {
"line": 118,
"column": 7
},
"end": {
"line": 118,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2563,
"end": 2568,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 13
}
}
},
{
"type": {
"label": "instanceof",
"keyword": "instanceof",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "instanceof",
"start": 2569,
"end": 2579,
"loc": {
"start": {
"line": 118,
"column": 14
},
"end": {
"line": 118,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 2580,
"end": 2585,
"loc": {
"start": {
"line": 118,
"column": 25
},
"end": {
"line": 118,
"column": 30
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 2586,
"end": 2588,
"loc": {
"start": {
"line": 118,
"column": 31
},
"end": {
"line": 118,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2589,
"end": 2594,
"loc": {
"start": {
"line": 118,
"column": 34
},
"end": {
"line": 118,
"column": 39
}
}
},
{
"type": {
"label": "instanceof",
"keyword": "instanceof",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "instanceof",
"start": 2595,
"end": 2605,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ErrorEvent",
"start": 2606,
"end": 2616,
"loc": {
"start": {
"line": 118,
"column": 51
},
"end": {
"line": 118,
"column": 61
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2616,
"end": 2617,
"loc": {
"start": {
"line": 118,
"column": 61
},
"end": {
"line": 118,
"column": 62
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2618,
"end": 2619,
"loc": {
"start": {
"line": 118,
"column": 63
},
"end": {
"line": 118,
"column": 64
}
}
},
{
"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": 2629,
"end": 2635,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serializeError",
"start": 2636,
"end": 2650,
"loc": {
"start": {
"line": 119,
"column": 15
},
"end": {
"line": 119,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2650,
"end": 2651,
"loc": {
"start": {
"line": 119,
"column": 29
},
"end": {
"line": 119,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2651,
"end": 2656,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2656,
"end": 2657,
"loc": {
"start": {
"line": 119,
"column": 35
},
"end": {
"line": 119,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2657,
"end": 2658,
"loc": {
"start": {
"line": 119,
"column": 36
},
"end": {
"line": 119,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2664,
"end": 2665,
"loc": {
"start": {
"line": 120,
"column": 4
},
"end": {
"line": 120,
"column": 5
}
}
},
{
"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": 2671,
"end": 2673,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 121,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2674,
"end": 2675,
"loc": {
"start": {
"line": 121,
"column": 7
},
"end": {
"line": 121,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2675,
"end": 2680,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 13
}
}
},
{
"type": {
"label": "instanceof",
"keyword": "instanceof",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "instanceof",
"start": 2681,
"end": 2691,
"loc": {
"start": {
"line": 121,
"column": 14
},
"end": {
"line": 121,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Event",
"start": 2692,
"end": 2697,
"loc": {
"start": {
"line": 121,
"column": 25
},
"end": {
"line": 121,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2697,
"end": 2698,
"loc": {
"start": {
"line": 121,
"column": 30
},
"end": {
"line": 121,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2699,
"end": 2700,
"loc": {
"start": {
"line": 121,
"column": 32
},
"end": {
"line": 121,
"column": 33
}
}
},
{
"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": 2710,
"end": 2716,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serializeEvent",
"start": 2717,
"end": 2731,
"loc": {
"start": {
"line": 122,
"column": 15
},
"end": {
"line": 122,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2731,
"end": 2732,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2732,
"end": 2737,
"loc": {
"start": {
"line": 122,
"column": 30
},
"end": {
"line": 122,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2737,
"end": 2738,
"loc": {
"start": {
"line": 122,
"column": 35
},
"end": {
"line": 122,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2738,
"end": 2739,
"loc": {
"start": {
"line": 122,
"column": 36
},
"end": {
"line": 122,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2745,
"end": 2746,
"loc": {
"start": {
"line": 123,
"column": 4
},
"end": {
"line": 123,
"column": 5
}
}
},
{
"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": 2752,
"end": 2754,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2755,
"end": 2756,
"loc": {
"start": {
"line": 124,
"column": 7
},
"end": {
"line": 124,
"column": 8
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 2756,
"end": 2762,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2763,
"end": 2768,
"loc": {
"start": {
"line": 124,
"column": 15
},
"end": {
"line": 124,
"column": 20
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 2769,
"end": 2772,
"loc": {
"start": {
"line": 124,
"column": 21
},
"end": {
"line": 124,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "undefined",
"start": 2773,
"end": 2784,
"loc": {
"start": {
"line": 124,
"column": 25
},
"end": {
"line": 124,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2784,
"end": 2785,
"loc": {
"start": {
"line": 124,
"column": 36
},
"end": {
"line": 124,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2786,
"end": 2787,
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 124,
"column": 39
}
}
},
{
"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": 2797,
"end": 2803,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 14
}
}
},
{
"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": 2804,
"end": 2808,
"loc": {
"start": {
"line": 125,
"column": 15
},
"end": {
"line": 125,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2808,
"end": 2809,
"loc": {
"start": {
"line": 125,
"column": 19
},
"end": {
"line": 125,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2815,
"end": 2816,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
}
},
{
"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": 2822,
"end": 2828,
"loc": {
"start": {
"line": 127,
"column": 4
},
"end": {
"line": 127,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 2829,
"end": 2834,
"loc": {
"start": {
"line": 127,
"column": 11
},
"end": {
"line": 127,
"column": 16
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2834,
"end": 2835,
"loc": {
"start": {
"line": 127,
"column": 16
},
"end": {
"line": 127,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2837,
"end": 2838,
"loc": {
"start": {
"line": 128,
"column": 0
},
"end": {
"line": 128,
"column": 1
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Stringifies an object containing circular references and errors\r\n * @param {any} payload\r\n ",
"start": 2842,
"end": 2943,
"loc": {
"start": {
"line": 130,
"column": 0
},
"end": {
"line": 133,
"column": 3
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 2945,
"end": 2951,
"loc": {
"start": {
"line": 134,
"column": 0
},
"end": {
"line": 134,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 2952,
"end": 2960,
"loc": {
"start": {
"line": 134,
"column": 7
},
"end": {
"line": 134,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stringifyObjectContainingErrors",
"start": 2961,
"end": 2992,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2992,
"end": 2993,
"loc": {
"start": {
"line": 134,
"column": 47
},
"end": {
"line": 134,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 2993,
"end": 3000,
"loc": {
"start": {
"line": 134,
"column": 48
},
"end": {
"line": 134,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3000,
"end": 3001,
"loc": {
"start": {
"line": 134,
"column": 55
},
"end": {
"line": 134,
"column": 56
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3002,
"end": 3003,
"loc": {
"start": {
"line": 134,
"column": 57
},
"end": {
"line": 134,
"column": 58
}
}
},
{
"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": 3009,
"end": 3015,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "circularJson",
"start": 3016,
"end": 3028,
"loc": {
"start": {
"line": 135,
"column": 11
},
"end": {
"line": 135,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3028,
"end": 3029,
"loc": {
"start": {
"line": 135,
"column": 23
},
"end": {
"line": 135,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stringify",
"start": 3029,
"end": 3038,
"loc": {
"start": {
"line": 135,
"column": 24
},
"end": {
"line": 135,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3038,
"end": 3039,
"loc": {
"start": {
"line": 135,
"column": 33
},
"end": {
"line": 135,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3039,
"end": 3046,
"loc": {
"start": {
"line": 135,
"column": 34
},
"end": {
"line": 135,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3046,
"end": 3047,
"loc": {
"start": {
"line": 135,
"column": 41
},
"end": {
"line": 135,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "preparePayload",
"start": 3048,
"end": 3062,
"loc": {
"start": {
"line": 135,
"column": 43
},
"end": {
"line": 135,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3062,
"end": 3063,
"loc": {
"start": {
"line": 135,
"column": 57
},
"end": {
"line": 135,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3063,
"end": 3064,
"loc": {
"start": {
"line": 135,
"column": 58
},
"end": {
"line": 135,
"column": 59
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3066,
"end": 3067,
"loc": {
"start": {
"line": 136,
"column": 0
},
"end": {
"line": 136,
"column": 1
}
}
},
{
"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": 3071,
"end": 3077,
"loc": {
"start": {
"line": 138,
"column": 0
},
"end": {
"line": 138,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 3078,
"end": 3086,
"loc": {
"start": {
"line": 138,
"column": 7
},
"end": {
"line": 138,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalDebug",
"start": 3087,
"end": 3098,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3098,
"end": 3099,
"loc": {
"start": {
"line": 138,
"column": 27
},
"end": {
"line": 138,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3099,
"end": 3106,
"loc": {
"start": {
"line": 138,
"column": 28
},
"end": {
"line": 138,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3106,
"end": 3107,
"loc": {
"start": {
"line": 138,
"column": 35
},
"end": {
"line": 138,
"column": 36
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3108,
"end": 3111,
"loc": {
"start": {
"line": 138,
"column": 37
},
"end": {
"line": 138,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3111,
"end": 3115,
"loc": {
"start": {
"line": 138,
"column": 40
},
"end": {
"line": 138,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3115,
"end": 3116,
"loc": {
"start": {
"line": 138,
"column": 44
},
"end": {
"line": 138,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3117,
"end": 3118,
"loc": {
"start": {
"line": 138,
"column": 46
},
"end": {
"line": 138,
"column": 47
}
}
},
{
"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": 3124,
"end": 3126,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3127,
"end": 3128,
"loc": {
"start": {
"line": 139,
"column": 7
},
"end": {
"line": 139,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 3128,
"end": 3136,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 16
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3136,
"end": 3137,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3138,
"end": 3139,
"loc": {
"start": {
"line": 139,
"column": 18
},
"end": {
"line": 139,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logInternal",
"start": 3149,
"end": 3160,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3160,
"end": 3161,
"loc": {
"start": {
"line": 140,
"column": 19
},
"end": {
"line": 140,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3161,
"end": 3168,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3168,
"end": 3169,
"loc": {
"start": {
"line": 140,
"column": 27
},
"end": {
"line": 140,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3170,
"end": 3177,
"loc": {
"start": {
"line": 140,
"column": 29
},
"end": {
"line": 140,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3177,
"end": 3178,
"loc": {
"start": {
"line": 140,
"column": 36
},
"end": {
"line": 140,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 3178,
"end": 3181,
"loc": {
"start": {
"line": 140,
"column": 37
},
"end": {
"line": 140,
"column": 40
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3181,
"end": 3182,
"loc": {
"start": {
"line": 140,
"column": 40
},
"end": {
"line": 140,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareArgsForLogging",
"start": 3183,
"end": 3204,
"loc": {
"start": {
"line": 140,
"column": 42
},
"end": {
"line": 140,
"column": 63
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3204,
"end": 3205,
"loc": {
"start": {
"line": 140,
"column": 63
},
"end": {
"line": 140,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3205,
"end": 3209,
"loc": {
"start": {
"line": 140,
"column": 64
},
"end": {
"line": 140,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3209,
"end": 3210,
"loc": {
"start": {
"line": 140,
"column": 68
},
"end": {
"line": 140,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3210,
"end": 3211,
"loc": {
"start": {
"line": 140,
"column": 69
},
"end": {
"line": 140,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3211,
"end": 3212,
"loc": {
"start": {
"line": 140,
"column": 70
},
"end": {
"line": 140,
"column": 71
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3218,
"end": 3219,
"loc": {
"start": {
"line": 141,
"column": 4
},
"end": {
"line": 141,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3221,
"end": 3222,
"loc": {
"start": {
"line": 142,
"column": 0
},
"end": {
"line": 142,
"column": 1
}
}
},
{
"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": 3226,
"end": 3232,
"loc": {
"start": {
"line": 144,
"column": 0
},
"end": {
"line": 144,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 3233,
"end": 3241,
"loc": {
"start": {
"line": 144,
"column": 7
},
"end": {
"line": 144,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalLog",
"start": 3242,
"end": 3251,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3251,
"end": 3252,
"loc": {
"start": {
"line": 144,
"column": 25
},
"end": {
"line": 144,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3252,
"end": 3259,
"loc": {
"start": {
"line": 144,
"column": 26
},
"end": {
"line": 144,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3259,
"end": 3260,
"loc": {
"start": {
"line": 144,
"column": 33
},
"end": {
"line": 144,
"column": 34
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3261,
"end": 3264,
"loc": {
"start": {
"line": 144,
"column": 35
},
"end": {
"line": 144,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3264,
"end": 3268,
"loc": {
"start": {
"line": 144,
"column": 38
},
"end": {
"line": 144,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3268,
"end": 3269,
"loc": {
"start": {
"line": 144,
"column": 42
},
"end": {
"line": 144,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3270,
"end": 3271,
"loc": {
"start": {
"line": 144,
"column": 44
},
"end": {
"line": 144,
"column": 45
}
}
},
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3277,
"end": 3315,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logInternal",
"start": 3321,
"end": 3332,
"loc": {
"start": {
"line": 146,
"column": 4
},
"end": {
"line": 146,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3332,
"end": 3333,
"loc": {
"start": {
"line": 146,
"column": 15
},
"end": {
"line": 146,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3333,
"end": 3340,
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3340,
"end": 3341,
"loc": {
"start": {
"line": 146,
"column": 23
},
"end": {
"line": 146,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3342,
"end": 3349,
"loc": {
"start": {
"line": 146,
"column": 25
},
"end": {
"line": 146,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3349,
"end": 3350,
"loc": {
"start": {
"line": 146,
"column": 32
},
"end": {
"line": 146,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 3350,
"end": 3353,
"loc": {
"start": {
"line": 146,
"column": 33
},
"end": {
"line": 146,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3353,
"end": 3354,
"loc": {
"start": {
"line": 146,
"column": 36
},
"end": {
"line": 146,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareArgsForLogging",
"start": 3355,
"end": 3376,
"loc": {
"start": {
"line": 146,
"column": 38
},
"end": {
"line": 146,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3376,
"end": 3377,
"loc": {
"start": {
"line": 146,
"column": 59
},
"end": {
"line": 146,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3377,
"end": 3381,
"loc": {
"start": {
"line": 146,
"column": 60
},
"end": {
"line": 146,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3381,
"end": 3382,
"loc": {
"start": {
"line": 146,
"column": 64
},
"end": {
"line": 146,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3382,
"end": 3383,
"loc": {
"start": {
"line": 146,
"column": 65
},
"end": {
"line": 146,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3383,
"end": 3384,
"loc": {
"start": {
"line": 146,
"column": 66
},
"end": {
"line": 146,
"column": 67
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3386,
"end": 3387,
"loc": {
"start": {
"line": 147,
"column": 0
},
"end": {
"line": 147,
"column": 1
}
}
},
{
"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": 3391,
"end": 3397,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
"line": 149,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 3398,
"end": 3406,
"loc": {
"start": {
"line": 149,
"column": 7
},
"end": {
"line": 149,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalWarn",
"start": 3407,
"end": 3417,
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3417,
"end": 3418,
"loc": {
"start": {
"line": 149,
"column": 26
},
"end": {
"line": 149,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3418,
"end": 3425,
"loc": {
"start": {
"line": 149,
"column": 27
},
"end": {
"line": 149,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3425,
"end": 3426,
"loc": {
"start": {
"line": 149,
"column": 34
},
"end": {
"line": 149,
"column": 35
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3427,
"end": 3430,
"loc": {
"start": {
"line": 149,
"column": 36
},
"end": {
"line": 149,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3430,
"end": 3434,
"loc": {
"start": {
"line": 149,
"column": 39
},
"end": {
"line": 149,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3434,
"end": 3435,
"loc": {
"start": {
"line": 149,
"column": 43
},
"end": {
"line": 149,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3436,
"end": 3437,
"loc": {
"start": {
"line": 149,
"column": 45
},
"end": {
"line": 149,
"column": 46
}
}
},
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3443,
"end": 3481,
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logInternal",
"start": 3487,
"end": 3498,
"loc": {
"start": {
"line": 151,
"column": 4
},
"end": {
"line": 151,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3498,
"end": 3499,
"loc": {
"start": {
"line": 151,
"column": 15
},
"end": {
"line": 151,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3499,
"end": 3506,
"loc": {
"start": {
"line": 151,
"column": 16
},
"end": {
"line": 151,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3506,
"end": 3507,
"loc": {
"start": {
"line": 151,
"column": 23
},
"end": {
"line": 151,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3508,
"end": 3515,
"loc": {
"start": {
"line": 151,
"column": 25
},
"end": {
"line": 151,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3515,
"end": 3516,
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warn",
"start": 3516,
"end": 3520,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3520,
"end": 3521,
"loc": {
"start": {
"line": 151,
"column": 37
},
"end": {
"line": 151,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareArgsForLogging",
"start": 3522,
"end": 3543,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 60
}
}
},
{
"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": 151,
"column": 60
},
"end": {
"line": 151,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3544,
"end": 3548,
"loc": {
"start": {
"line": 151,
"column": 61
},
"end": {
"line": 151,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3548,
"end": 3549,
"loc": {
"start": {
"line": 151,
"column": 65
},
"end": {
"line": 151,
"column": 66
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3549,
"end": 3550,
"loc": {
"start": {
"line": 151,
"column": 66
},
"end": {
"line": 151,
"column": 67
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3550,
"end": 3551,
"loc": {
"start": {
"line": 151,
"column": 67
},
"end": {
"line": 151,
"column": 68
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3553,
"end": 3554,
"loc": {
"start": {
"line": 152,
"column": 0
},
"end": {
"line": 152,
"column": 1
}
}
},
{
"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": 3558,
"end": 3564,
"loc": {
"start": {
"line": 154,
"column": 0
},
"end": {
"line": 154,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 3565,
"end": 3573,
"loc": {
"start": {
"line": 154,
"column": 7
},
"end": {
"line": 154,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalError",
"start": 3574,
"end": 3585,
"loc": {
"start": {
"line": 154,
"column": 16
},
"end": {
"line": 154,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3585,
"end": 3586,
"loc": {
"start": {
"line": 154,
"column": 27
},
"end": {
"line": 154,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3586,
"end": 3593,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3593,
"end": 3594,
"loc": {
"start": {
"line": 154,
"column": 35
},
"end": {
"line": 154,
"column": 36
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3595,
"end": 3598,
"loc": {
"start": {
"line": 154,
"column": 37
},
"end": {
"line": 154,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3598,
"end": 3602,
"loc": {
"start": {
"line": 154,
"column": 40
},
"end": {
"line": 154,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3602,
"end": 3603,
"loc": {
"start": {
"line": 154,
"column": 44
},
"end": {
"line": 154,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3604,
"end": 3605,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 154,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3611,
"end": 3615,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 8
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3616,
"end": 3617,
"loc": {
"start": {
"line": 155,
"column": 9
},
"end": {
"line": 155,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareArgsForLogging",
"start": 3618,
"end": 3639,
"loc": {
"start": {
"line": 155,
"column": 11
},
"end": {
"line": 155,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3639,
"end": 3640,
"loc": {
"start": {
"line": 155,
"column": 32
},
"end": {
"line": 155,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3640,
"end": 3644,
"loc": {
"start": {
"line": 155,
"column": 33
},
"end": {
"line": 155,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3644,
"end": 3645,
"loc": {
"start": {
"line": 155,
"column": 37
},
"end": {
"line": 155,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3645,
"end": 3646,
"loc": {
"start": {
"line": 155,
"column": 38
},
"end": {
"line": 155,
"column": 39
}
}
},
{
"type": "CommentLine",
"value": " eslint-disable-next-line no-console",
"start": 3652,
"end": 3690,
"loc": {
"start": {
"line": 156,
"column": 4
},
"end": {
"line": 156,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logInternal",
"start": 3696,
"end": 3707,
"loc": {
"start": {
"line": 157,
"column": 4
},
"end": {
"line": 157,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3707,
"end": 3708,
"loc": {
"start": {
"line": 157,
"column": 15
},
"end": {
"line": 157,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3708,
"end": 3715,
"loc": {
"start": {
"line": 157,
"column": 16
},
"end": {
"line": 157,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3715,
"end": 3716,
"loc": {
"start": {
"line": 157,
"column": 23
},
"end": {
"line": 157,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3717,
"end": 3724,
"loc": {
"start": {
"line": 157,
"column": 25
},
"end": {
"line": 157,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3724,
"end": 3725,
"loc": {
"start": {
"line": 157,
"column": 32
},
"end": {
"line": 157,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 3725,
"end": 3730,
"loc": {
"start": {
"line": 157,
"column": 33
},
"end": {
"line": 157,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3730,
"end": 3731,
"loc": {
"start": {
"line": 157,
"column": 38
},
"end": {
"line": 157,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3732,
"end": 3736,
"loc": {
"start": {
"line": 157,
"column": 40
},
"end": {
"line": 157,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3736,
"end": 3737,
"loc": {
"start": {
"line": 157,
"column": 44
},
"end": {
"line": 157,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3737,
"end": 3738,
"loc": {
"start": {
"line": 157,
"column": 45
},
"end": {
"line": 157,
"column": 46
}
}
},
{
"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": 3746,
"end": 3748,
"loc": {
"start": {
"line": 159,
"column": 4
},
"end": {
"line": 159,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3749,
"end": 3750,
"loc": {
"start": {
"line": 159,
"column": 7
},
"end": {
"line": 159,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 3750,
"end": 3756,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3756,
"end": 3757,
"loc": {
"start": {
"line": 159,
"column": 14
},
"end": {
"line": 159,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Sentry",
"start": 3757,
"end": 3763,
"loc": {
"start": {
"line": 159,
"column": 15
},
"end": {
"line": 159,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3763,
"end": 3764,
"loc": {
"start": {
"line": 159,
"column": 21
},
"end": {
"line": 159,
"column": 22
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3765,
"end": 3766,
"loc": {
"start": {
"line": 159,
"column": 23
},
"end": {
"line": 159,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 3776,
"end": 3782,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3782,
"end": 3783,
"loc": {
"start": {
"line": 160,
"column": 14
},
"end": {
"line": 160,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Sentry",
"start": 3783,
"end": 3789,
"loc": {
"start": {
"line": 160,
"column": 15
},
"end": {
"line": 160,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3789,
"end": 3790,
"loc": {
"start": {
"line": 160,
"column": 21
},
"end": {
"line": 160,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "withScope",
"start": 3790,
"end": 3799,
"loc": {
"start": {
"line": 160,
"column": 22
},
"end": {
"line": 160,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3799,
"end": 3800,
"loc": {
"start": {
"line": 160,
"column": 31
},
"end": {
"line": 160,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scope",
"start": 3800,
"end": 3805,
"loc": {
"start": {
"line": 160,
"column": 32
},
"end": {
"line": 160,
"column": 37
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3806,
"end": 3808,
"loc": {
"start": {
"line": 160,
"column": 38
},
"end": {
"line": 160,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3809,
"end": 3810,
"loc": {
"start": {
"line": 160,
"column": 41
},
"end": {
"line": 160,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scope",
"start": 3824,
"end": 3829,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3829,
"end": 3830,
"loc": {
"start": {
"line": 161,
"column": 17
},
"end": {
"line": 161,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setExtra",
"start": 3830,
"end": 3838,
"loc": {
"start": {
"line": 161,
"column": 18
},
"end": {
"line": 161,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3838,
"end": 3839,
"loc": {
"start": {
"line": 161,
"column": 26
},
"end": {
"line": 161,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "args",
"start": 3839,
"end": 3845,
"loc": {
"start": {
"line": 161,
"column": 27
},
"end": {
"line": 161,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3845,
"end": 3846,
"loc": {
"start": {
"line": 161,
"column": 33
},
"end": {
"line": 161,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3847,
"end": 3851,
"loc": {
"start": {
"line": 161,
"column": 35
},
"end": {
"line": 161,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3851,
"end": 3852,
"loc": {
"start": {
"line": 161,
"column": 39
},
"end": {
"line": 161,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3852,
"end": 3853,
"loc": {
"start": {
"line": 161,
"column": 40
},
"end": {
"line": 161,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 3867,
"end": 3873,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3873,
"end": 3874,
"loc": {
"start": {
"line": 162,
"column": 18
},
"end": {
"line": 162,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Sentry",
"start": 3874,
"end": 3880,
"loc": {
"start": {
"line": 162,
"column": 19
},
"end": {
"line": 162,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3880,
"end": 3881,
"loc": {
"start": {
"line": 162,
"column": 25
},
"end": {
"line": 162,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "captureMessage",
"start": 3881,
"end": 3895,
"loc": {
"start": {
"line": 162,
"column": 26
},
"end": {
"line": 162,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3895,
"end": 3896,
"loc": {
"start": {
"line": 162,
"column": 40
},
"end": {
"line": 162,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalBuildStringFromArgs",
"start": 3896,
"end": 3923,
"loc": {
"start": {
"line": 162,
"column": 41
},
"end": {
"line": 162,
"column": 68
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3923,
"end": 3924,
"loc": {
"start": {
"line": 162,
"column": 68
},
"end": {
"line": 162,
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3924,
"end": 3928,
"loc": {
"start": {
"line": 162,
"column": 69
},
"end": {
"line": 162,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3928,
"end": 3929,
"loc": {
"start": {
"line": 162,
"column": 73
},
"end": {
"line": 162,
"column": 74
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3929,
"end": 3930,
"loc": {
"start": {
"line": 162,
"column": 74
},
"end": {
"line": 162,
"column": 75
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "error",
"start": 3931,
"end": 3938,
"loc": {
"start": {
"line": 162,
"column": 76
},
"end": {
"line": 162,
"column": 83
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3938,
"end": 3939,
"loc": {
"start": {
"line": 162,
"column": 83
},
"end": {
"line": 162,
"column": 84
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3939,
"end": 3940,
"loc": {
"start": {
"line": 162,
"column": 84
},
"end": {
"line": 162,
"column": 85
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3950,
"end": 3951,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3951,
"end": 3952,
"loc": {
"start": {
"line": 163,
"column": 9
},
"end": {
"line": 163,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3952,
"end": 3953,
"loc": {
"start": {
"line": 163,
"column": 10
},
"end": {
"line": 163,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3959,
"end": 3960,
"loc": {
"start": {
"line": 164,
"column": 4
},
"end": {
"line": 164,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3962,
"end": 3963,
"loc": {
"start": {
"line": 165,
"column": 0
},
"end": {
"line": 165,
"column": 1
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 3967,
"end": 3975,
"loc": {
"start": {
"line": 167,
"column": 0
},
"end": {
"line": 167,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareArgsForLogging",
"start": 3976,
"end": 3997,
"loc": {
"start": {
"line": 167,
"column": 9
},
"end": {
"line": 167,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3997,
"end": 3998,
"loc": {
"start": {
"line": 167,
"column": 30
},
"end": {
"line": 167,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 3998,
"end": 4002,
"loc": {
"start": {
"line": 167,
"column": 31
},
"end": {
"line": 167,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4002,
"end": 4003,
"loc": {
"start": {
"line": 167,
"column": 35
},
"end": {
"line": 167,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4004,
"end": 4005,
"loc": {
"start": {
"line": 167,
"column": 37
},
"end": {
"line": 167,
"column": 38
}
}
},
{
"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": 4011,
"end": 4014,
"loc": {
"start": {
"line": 168,
"column": 4
},
"end": {
"line": 168,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4015,
"end": 4021,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4022,
"end": 4023,
"loc": {
"start": {
"line": 168,
"column": 15
},
"end": {
"line": 168,
"column": 16
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4024,
"end": 4025,
"loc": {
"start": {
"line": 168,
"column": 17
},
"end": {
"line": 168,
"column": 18
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4025,
"end": 4026,
"loc": {
"start": {
"line": 168,
"column": 18
},
"end": {
"line": 168,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4026,
"end": 4027,
"loc": {
"start": {
"line": 168,
"column": 19
},
"end": {
"line": 168,
"column": 20
}
}
},
{
"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": 4033,
"end": 4036,
"loc": {
"start": {
"line": 169,
"column": 4
},
"end": {
"line": 169,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4037,
"end": 4038,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 9
}
}
},
{
"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": 4038,
"end": 4041,
"loc": {
"start": {
"line": 169,
"column": 9
},
"end": {
"line": 169,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4042,
"end": 4043,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4044,
"end": 4045,
"loc": {
"start": {
"line": 169,
"column": 15
},
"end": {
"line": 169,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4046,
"end": 4047,
"loc": {
"start": {
"line": 169,
"column": 17
},
"end": {
"line": 169,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4047,
"end": 4048,
"loc": {
"start": {
"line": 169,
"column": 18
},
"end": {
"line": 169,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4049,
"end": 4050,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 21
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 4051,
"end": 4052,
"loc": {
"start": {
"line": 169,
"column": 22
},
"end": {
"line": 169,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 4053,
"end": 4057,
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 169,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4057,
"end": 4058,
"loc": {
"start": {
"line": 169,
"column": 28
},
"end": {
"line": 169,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4058,
"end": 4064,
"loc": {
"start": {
"line": 169,
"column": 29
},
"end": {
"line": 169,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4064,
"end": 4065,
"loc": {
"start": {
"line": 169,
"column": 35
},
"end": {
"line": 169,
"column": 36
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 4066,
"end": 4068,
"loc": {
"start": {
"line": 169,
"column": 37
},
"end": {
"line": 169,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4068,
"end": 4069,
"loc": {
"start": {
"line": 169,
"column": 39
},
"end": {
"line": 169,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4069,
"end": 4070,
"loc": {
"start": {
"line": 169,
"column": 40
},
"end": {
"line": 169,
"column": 41
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4071,
"end": 4072,
"loc": {
"start": {
"line": 169,
"column": 42
},
"end": {
"line": 169,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4082,
"end": 4088,
"loc": {
"start": {
"line": 170,
"column": 8
},
"end": {
"line": 170,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4088,
"end": 4089,
"loc": {
"start": {
"line": 170,
"column": 14
},
"end": {
"line": 170,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4089,
"end": 4093,
"loc": {
"start": {
"line": 170,
"column": 15
},
"end": {
"line": 170,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4093,
"end": 4094,
"loc": {
"start": {
"line": 170,
"column": 19
},
"end": {
"line": 170,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "prepareObjectForLogging",
"start": 4094,
"end": 4117,
"loc": {
"start": {
"line": 170,
"column": 20
},
"end": {
"line": 170,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4117,
"end": 4118,
"loc": {
"start": {
"line": 170,
"column": 43
},
"end": {
"line": 170,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 4118,
"end": 4122,
"loc": {
"start": {
"line": 170,
"column": 44
},
"end": {
"line": 170,
"column": 48
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4122,
"end": 4123,
"loc": {
"start": {
"line": 170,
"column": 48
},
"end": {
"line": 170,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4123,
"end": 4124,
"loc": {
"start": {
"line": 170,
"column": 49
},
"end": {
"line": 170,
"column": 50
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4124,
"end": 4125,
"loc": {
"start": {
"line": 170,
"column": 50
},
"end": {
"line": 170,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4125,
"end": 4126,
"loc": {
"start": {
"line": 170,
"column": 51
},
"end": {
"line": 170,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4126,
"end": 4127,
"loc": {
"start": {
"line": 170,
"column": 52
},
"end": {
"line": 170,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4127,
"end": 4128,
"loc": {
"start": {
"line": 170,
"column": 53
},
"end": {
"line": 170,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4134,
"end": 4135,
"loc": {
"start": {
"line": 171,
"column": 4
},
"end": {
"line": 171,
"column": 5
}
}
},
{
"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": 4141,
"end": 4147,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4148,
"end": 4154,
"loc": {
"start": {
"line": 172,
"column": 11
},
"end": {
"line": 172,
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4154,
"end": 4155,
"loc": {
"start": {
"line": 172,
"column": 17
},
"end": {
"line": 172,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4157,
"end": 4158,
"loc": {
"start": {
"line": 173,
"column": 0
},
"end": {
"line": 173,
"column": 1
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {Array<any>} args\r\n ",
"start": 4162,
"end": 4199,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 177,
"column": 3
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 4201,
"end": 4209,
"loc": {
"start": {
"line": 178,
"column": 0
},
"end": {
"line": 178,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalBuildStringFromArgs",
"start": 4210,
"end": 4237,
"loc": {
"start": {
"line": 178,
"column": 9
},
"end": {
"line": 178,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4237,
"end": 4238,
"loc": {
"start": {
"line": 178,
"column": 36
},
"end": {
"line": 178,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 4238,
"end": 4242,
"loc": {
"start": {
"line": 178,
"column": 37
},
"end": {
"line": 178,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4242,
"end": 4243,
"loc": {
"start": {
"line": 178,
"column": 41
},
"end": {
"line": 178,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4244,
"end": 4245,
"loc": {
"start": {
"line": 178,
"column": 43
},
"end": {
"line": 178,
"column": 44
}
}
},
{
"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": 4251,
"end": 4254,
"loc": {
"start": {
"line": 179,
"column": 4
},
"end": {
"line": 179,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4255,
"end": 4261,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4262,
"end": 4263,
"loc": {
"start": {
"line": 179,
"column": 15
},
"end": {
"line": 179,
"column": 16
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4264,
"end": 4265,
"loc": {
"start": {
"line": 179,
"column": 17
},
"end": {
"line": 179,
"column": 18
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4265,
"end": 4266,
"loc": {
"start": {
"line": 179,
"column": 18
},
"end": {
"line": 179,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4266,
"end": 4267,
"loc": {
"start": {
"line": 179,
"column": 19
},
"end": {
"line": 179,
"column": 20
}
}
},
{
"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": 4275,
"end": 4278,
"loc": {
"start": {
"line": 181,
"column": 4
},
"end": {
"line": 181,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4279,
"end": 4280,
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 9
}
}
},
{
"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": 4280,
"end": 4283,
"loc": {
"start": {
"line": 181,
"column": 9
},
"end": {
"line": 181,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4284,
"end": 4285,
"loc": {
"start": {
"line": 181,
"column": 13
},
"end": {
"line": 181,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4286,
"end": 4287,
"loc": {
"start": {
"line": 181,
"column": 15
},
"end": {
"line": 181,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4288,
"end": 4289,
"loc": {
"start": {
"line": 181,
"column": 17
},
"end": {
"line": 181,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4289,
"end": 4290,
"loc": {
"start": {
"line": 181,
"column": 18
},
"end": {
"line": 181,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4291,
"end": 4292,
"loc": {
"start": {
"line": 181,
"column": 20
},
"end": {
"line": 181,
"column": 21
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 4293,
"end": 4294,
"loc": {
"start": {
"line": 181,
"column": 22
},
"end": {
"line": 181,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 4295,
"end": 4299,
"loc": {
"start": {
"line": 181,
"column": 24
},
"end": {
"line": 181,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4299,
"end": 4300,
"loc": {
"start": {
"line": 181,
"column": 28
},
"end": {
"line": 181,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4300,
"end": 4306,
"loc": {
"start": {
"line": 181,
"column": 29
},
"end": {
"line": 181,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4306,
"end": 4307,
"loc": {
"start": {
"line": 181,
"column": 35
},
"end": {
"line": 181,
"column": 36
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 4308,
"end": 4310,
"loc": {
"start": {
"line": 181,
"column": 37
},
"end": {
"line": 181,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4310,
"end": 4311,
"loc": {
"start": {
"line": 181,
"column": 39
},
"end": {
"line": 181,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4311,
"end": 4312,
"loc": {
"start": {
"line": 181,
"column": 40
},
"end": {
"line": 181,
"column": 41
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4313,
"end": 4314,
"loc": {
"start": {
"line": 181,
"column": 42
},
"end": {
"line": 181,
"column": 43
}
}
},
{
"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": 4324,
"end": 4327,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4328,
"end": 4331,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4332,
"end": 4333,
"loc": {
"start": {
"line": 182,
"column": 16
},
"end": {
"line": 182,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 4334,
"end": 4338,
"loc": {
"start": {
"line": 182,
"column": 18
},
"end": {
"line": 182,
"column": 22
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4338,
"end": 4339,
"loc": {
"start": {
"line": 182,
"column": 22
},
"end": {
"line": 182,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4339,
"end": 4340,
"loc": {
"start": {
"line": 182,
"column": 23
},
"end": {
"line": 182,
"column": 24
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4340,
"end": 4341,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4341,
"end": 4342,
"loc": {
"start": {
"line": 182,
"column": 25
},
"end": {
"line": 182,
"column": 26
}
}
},
{
"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": 4352,
"end": 4354,
"loc": {
"start": {
"line": 183,
"column": 8
},
"end": {
"line": 183,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4355,
"end": 4356,
"loc": {
"start": {
"line": 183,
"column": 11
},
"end": {
"line": 183,
"column": 12
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 4370,
"end": 4376,
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4377,
"end": 4380,
"loc": {
"start": {
"line": 184,
"column": 19
},
"end": {
"line": 184,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 4381,
"end": 4384,
"loc": {
"start": {
"line": 184,
"column": 23
},
"end": {
"line": 184,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "string",
"start": 4385,
"end": 4393,
"loc": {
"start": {
"line": 184,
"column": 27
},
"end": {
"line": 184,
"column": 35
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4394,
"end": 4396,
"loc": {
"start": {
"line": 184,
"column": 36
},
"end": {
"line": 184,
"column": 38
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 4410,
"end": 4416,
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4417,
"end": 4420,
"loc": {
"start": {
"line": 185,
"column": 19
},
"end": {
"line": 185,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 4421,
"end": 4424,
"loc": {
"start": {
"line": 185,
"column": 23
},
"end": {
"line": 185,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "number",
"start": 4425,
"end": 4433,
"loc": {
"start": {
"line": 185,
"column": 27
},
"end": {
"line": 185,
"column": 35
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4434,
"end": 4436,
"loc": {
"start": {
"line": 185,
"column": 36
},
"end": {
"line": 185,
"column": 38
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 4450,
"end": 4456,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4457,
"end": 4460,
"loc": {
"start": {
"line": 186,
"column": 19
},
"end": {
"line": 186,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 4461,
"end": 4464,
"loc": {
"start": {
"line": 186,
"column": 23
},
"end": {
"line": 186,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "boolean",
"start": 4465,
"end": 4474,
"loc": {
"start": {
"line": 186,
"column": 27
},
"end": {
"line": 186,
"column": 36
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4475,
"end": 4477,
"loc": {
"start": {
"line": 186,
"column": 37
},
"end": {
"line": 186,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4491,
"end": 4494,
"loc": {
"start": {
"line": 187,
"column": 12
},
"end": {
"line": 187,
"column": 15
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 4495,
"end": 4498,
"loc": {
"start": {
"line": 187,
"column": 16
},
"end": {
"line": 187,
"column": 19
}
}
},
{
"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": 4499,
"end": 4503,
"loc": {
"start": {
"line": 187,
"column": 20
},
"end": {
"line": 187,
"column": 24
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4504,
"end": 4506,
"loc": {
"start": {
"line": 187,
"column": 25
},
"end": {
"line": 187,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4520,
"end": 4523,
"loc": {
"start": {
"line": 188,
"column": 12
},
"end": {
"line": 188,
"column": 15
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 4524,
"end": 4527,
"loc": {
"start": {
"line": 188,
"column": 16
},
"end": {
"line": 188,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "undefined",
"start": 4528,
"end": 4537,
"loc": {
"start": {
"line": 188,
"column": 20
},
"end": {
"line": 188,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4547,
"end": 4548,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4549,
"end": 4550,
"loc": {
"start": {
"line": 189,
"column": 10
},
"end": {
"line": 189,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4564,
"end": 4570,
"loc": {
"start": {
"line": 190,
"column": 12
},
"end": {
"line": 190,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4570,
"end": 4571,
"loc": {
"start": {
"line": 190,
"column": 18
},
"end": {
"line": 190,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4571,
"end": 4575,
"loc": {
"start": {
"line": 190,
"column": 19
},
"end": {
"line": 190,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4575,
"end": 4576,
"loc": {
"start": {
"line": 190,
"column": 23
},
"end": {
"line": 190,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 4576,
"end": 4578,
"loc": {
"start": {
"line": 190,
"column": 24
},
"end": {
"line": 190,
"column": 26
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 4579,
"end": 4580,
"loc": {
"start": {
"line": 190,
"column": 27
},
"end": {
"line": 190,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4581,
"end": 4584,
"loc": {
"start": {
"line": 190,
"column": 29
},
"end": {
"line": 190,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4584,
"end": 4585,
"loc": {
"start": {
"line": 190,
"column": 32
},
"end": {
"line": 190,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4585,
"end": 4586,
"loc": {
"start": {
"line": 190,
"column": 33
},
"end": {
"line": 190,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4596,
"end": 4597,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 4598,
"end": 4602,
"loc": {
"start": {
"line": 191,
"column": 10
},
"end": {
"line": 191,
"column": 14
}
}
},
{
"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": 4603,
"end": 4605,
"loc": {
"start": {
"line": 191,
"column": 15
},
"end": {
"line": 191,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4606,
"end": 4607,
"loc": {
"start": {
"line": 191,
"column": 18
},
"end": {
"line": 191,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4607,
"end": 4610,
"loc": {
"start": {
"line": 191,
"column": 19
},
"end": {
"line": 191,
"column": 22
}
}
},
{
"type": {
"label": "instanceof",
"keyword": "instanceof",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "instanceof",
"start": 4611,
"end": 4621,
"loc": {
"start": {
"line": 191,
"column": 23
},
"end": {
"line": 191,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 4622,
"end": 4627,
"loc": {
"start": {
"line": 191,
"column": 34
},
"end": {
"line": 191,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4627,
"end": 4628,
"loc": {
"start": {
"line": 191,
"column": 39
},
"end": {
"line": 191,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4629,
"end": 4630,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 191,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4644,
"end": 4650,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4650,
"end": 4651,
"loc": {
"start": {
"line": 192,
"column": 18
},
"end": {
"line": 192,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4651,
"end": 4655,
"loc": {
"start": {
"line": 192,
"column": 19
},
"end": {
"line": 192,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4655,
"end": 4656,
"loc": {
"start": {
"line": 192,
"column": 23
},
"end": {
"line": 192,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 4656,
"end": 4659,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4659,
"end": 4660,
"loc": {
"start": {
"line": 192,
"column": 27
},
"end": {
"line": 192,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 4660,
"end": 4667,
"loc": {
"start": {
"line": 192,
"column": 28
},
"end": {
"line": 192,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4667,
"end": 4668,
"loc": {
"start": {
"line": 192,
"column": 35
},
"end": {
"line": 192,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4668,
"end": 4669,
"loc": {
"start": {
"line": 192,
"column": 36
},
"end": {
"line": 192,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4679,
"end": 4680,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 4681,
"end": 4685,
"loc": {
"start": {
"line": 193,
"column": 10
},
"end": {
"line": 193,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4686,
"end": 4687,
"loc": {
"start": {
"line": 193,
"column": 15
},
"end": {
"line": 193,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4701,
"end": 4707,
"loc": {
"start": {
"line": 194,
"column": 12
},
"end": {
"line": 194,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4707,
"end": 4708,
"loc": {
"start": {
"line": 194,
"column": 18
},
"end": {
"line": 194,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4708,
"end": 4712,
"loc": {
"start": {
"line": 194,
"column": 19
},
"end": {
"line": 194,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4712,
"end": 4713,
"loc": {
"start": {
"line": 194,
"column": 23
},
"end": {
"line": 194,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "[object]",
"start": 4713,
"end": 4723,
"loc": {
"start": {
"line": 194,
"column": 24
},
"end": {
"line": 194,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4723,
"end": 4724,
"loc": {
"start": {
"line": 194,
"column": 34
},
"end": {
"line": 194,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4724,
"end": 4725,
"loc": {
"start": {
"line": 194,
"column": 35
},
"end": {
"line": 194,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4735,
"end": 4736,
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4742,
"end": 4743,
"loc": {
"start": {
"line": 196,
"column": 4
},
"end": {
"line": 196,
"column": 5
}
}
},
{
"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": 4749,
"end": 4755,
"loc": {
"start": {
"line": 197,
"column": 4
},
"end": {
"line": 197,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 4756,
"end": 4762,
"loc": {
"start": {
"line": 197,
"column": 11
},
"end": {
"line": 197,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4762,
"end": 4763,
"loc": {
"start": {
"line": 197,
"column": 17
},
"end": {
"line": 197,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "join",
"start": 4763,
"end": 4767,
"loc": {
"start": {
"line": 197,
"column": 18
},
"end": {
"line": 197,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4767,
"end": 4768,
"loc": {
"start": {
"line": 197,
"column": 22
},
"end": {
"line": 197,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 4768,
"end": 4771,
"loc": {
"start": {
"line": 197,
"column": 23
},
"end": {
"line": 197,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4771,
"end": 4772,
"loc": {
"start": {
"line": 197,
"column": 26
},
"end": {
"line": 197,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4772,
"end": 4773,
"loc": {
"start": {
"line": 197,
"column": 27
},
"end": {
"line": 197,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4775,
"end": 4776,
"loc": {
"start": {
"line": 198,
"column": 0
},
"end": {
"line": 198,
"column": 1
}
}
},
{
"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": 4780,
"end": 4786,
"loc": {
"start": {
"line": 200,
"column": 0
},
"end": {
"line": 200,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 4787,
"end": 4795,
"loc": {
"start": {
"line": 200,
"column": 7
},
"end": {
"line": 200,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logSection",
"start": 4796,
"end": 4806,
"loc": {
"start": {
"line": 200,
"column": 16
},
"end": {
"line": 200,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4806,
"end": 4807,
"loc": {
"start": {
"line": 200,
"column": 26
},
"end": {
"line": 200,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4807,
"end": 4811,
"loc": {
"start": {
"line": 200,
"column": 27
},
"end": {
"line": 200,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4811,
"end": 4812,
"loc": {
"start": {
"line": 200,
"column": 31
},
"end": {
"line": 200,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "color",
"start": 4813,
"end": 4818,
"loc": {
"start": {
"line": 200,
"column": 33
},
"end": {
"line": 200,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4818,
"end": 4819,
"loc": {
"start": {
"line": 200,
"column": 38
},
"end": {
"line": 200,
"column": 39
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4820,
"end": 4821,
"loc": {
"start": {
"line": 200,
"column": 40
},
"end": {
"line": 200,
"column": 41
}
}
},
{
"type": {
"label": "while",
"keyword": "while",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "while",
"start": 4827,
"end": 4832,
"loc": {
"start": {
"line": 201,
"column": 4
},
"end": {
"line": 201,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4833,
"end": 4834,
"loc": {
"start": {
"line": 201,
"column": 10
},
"end": {
"line": 201,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4834,
"end": 4838,
"loc": {
"start": {
"line": 201,
"column": 11
},
"end": {
"line": 201,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4838,
"end": 4839,
"loc": {
"start": {
"line": 201,
"column": 15
},
"end": {
"line": 201,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4839,
"end": 4845,
"loc": {
"start": {
"line": 201,
"column": 16
},
"end": {
"line": 201,
"column": 22
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<=",
"start": 4846,
"end": 4848,
"loc": {
"start": {
"line": 201,
"column": 23
},
"end": {
"line": 201,
"column": 25
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 14,
"start": 4849,
"end": 4851,
"loc": {
"start": {
"line": 201,
"column": 26
},
"end": {
"line": 201,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4851,
"end": 4852,
"loc": {
"start": {
"line": 201,
"column": 28
},
"end": {
"line": 201,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4853,
"end": 4854,
"loc": {
"start": {
"line": 201,
"column": 30
},
"end": {
"line": 201,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4864,
"end": 4868,
"loc": {
"start": {
"line": 202,
"column": 8
},
"end": {
"line": 202,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4869,
"end": 4870,
"loc": {
"start": {
"line": 202,
"column": 13
},
"end": {
"line": 202,
"column": 14
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 4871,
"end": 4874,
"loc": {
"start": {
"line": 202,
"column": 15
},
"end": {
"line": 202,
"column": 18
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 4875,
"end": 4876,
"loc": {
"start": {
"line": 202,
"column": 19
},
"end": {
"line": 202,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4877,
"end": 4881,
"loc": {
"start": {
"line": 202,
"column": 21
},
"end": {
"line": 202,
"column": 25
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 4882,
"end": 4883,
"loc": {
"start": {
"line": 202,
"column": 26
},
"end": {
"line": 202,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 4884,
"end": 4887,
"loc": {
"start": {
"line": 202,
"column": 28
},
"end": {
"line": 202,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4887,
"end": 4888,
"loc": {
"start": {
"line": 202,
"column": 31
},
"end": {
"line": 202,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4894,
"end": 4895,
"loc": {
"start": {
"line": 203,
"column": 4
},
"end": {
"line": 203,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4901,
"end": 4905,
"loc": {
"start": {
"line": 204,
"column": 4
},
"end": {
"line": 204,
"column": 8
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4906,
"end": 4907,
"loc": {
"start": {
"line": 204,
"column": 9
},
"end": {
"line": 204,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4908,
"end": 4912,
"loc": {
"start": {
"line": 204,
"column": 11
},
"end": {
"line": 204,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4912,
"end": 4913,
"loc": {
"start": {
"line": 204,
"column": 15
},
"end": {
"line": 204,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "padEnd",
"start": 4913,
"end": 4919,
"loc": {
"start": {
"line": 204,
"column": 16
},
"end": {
"line": 204,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4919,
"end": 4920,
"loc": {
"start": {
"line": 204,
"column": 22
},
"end": {
"line": 204,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 19,
"start": 4920,
"end": 4922,
"loc": {
"start": {
"line": 204,
"column": 23
},
"end": {
"line": 204,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4922,
"end": 4923,
"loc": {
"start": {
"line": 204,
"column": 25
},
"end": {
"line": 204,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 4924,
"end": 4927,
"loc": {
"start": {
"line": 204,
"column": 27
},
"end": {
"line": 204,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4927,
"end": 4928,
"loc": {
"start": {
"line": 204,
"column": 30
},
"end": {
"line": 204,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4928,
"end": 4929,
"loc": {
"start": {
"line": 204,
"column": 31
},
"end": {
"line": 204,
"column": 32
}
}
},
{
"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": 4937,
"end": 4942,
"loc": {
"start": {
"line": 206,
"column": 4
},
"end": {
"line": 206,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lineCss",
"start": 4943,
"end": 4950,
"loc": {
"start": {
"line": 206,
"column": 10
},
"end": {
"line": 206,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4951,
"end": 4952,
"loc": {
"start": {
"line": 206,
"column": 18
},
"end": {
"line": 206,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "letter-spacing: -3px; color: ",
"start": 4962,
"end": 4993,
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 39
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 4994,
"end": 4995,
"loc": {
"start": {
"line": 207,
"column": 40
},
"end": {
"line": 207,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "color",
"start": 4996,
"end": 5001,
"loc": {
"start": {
"line": 207,
"column": 42
},
"end": {
"line": 207,
"column": 47
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5002,
"end": 5003,
"loc": {
"start": {
"line": 207,
"column": 48
},
"end": {
"line": 207,
"column": 49
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "; font-size: 6px; background: #eee; color: #eee;",
"start": 5004,
"end": 5054,
"loc": {
"start": {
"line": 207,
"column": 50
},
"end": {
"line": 207,
"column": 100
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5054,
"end": 5055,
"loc": {
"start": {
"line": 207,
"column": 100
},
"end": {
"line": 207,
"column": 101
}
}
},
{
"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": 5061,
"end": 5066,
"loc": {
"start": {
"line": 208,
"column": 4
},
"end": {
"line": 208,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "line",
"start": 5067,
"end": 5071,
"loc": {
"start": {
"line": 208,
"column": 10
},
"end": {
"line": 208,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5072,
"end": 5073,
"loc": {
"start": {
"line": 208,
"column": 15
},
"end": {
"line": 208,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "%c----------------------------",
"start": 5074,
"end": 5106,
"loc": {
"start": {
"line": 208,
"column": 17
},
"end": {
"line": 208,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5106,
"end": 5107,
"loc": {
"start": {
"line": 208,
"column": 49
},
"end": {
"line": 208,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 5113,
"end": 5120,
"loc": {
"start": {
"line": 209,
"column": 4
},
"end": {
"line": 209,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5120,
"end": 5121,
"loc": {
"start": {
"line": 209,
"column": 11
},
"end": {
"line": 209,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 5121,
"end": 5124,
"loc": {
"start": {
"line": 209,
"column": 12
},
"end": {
"line": 209,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5124,
"end": 5125,
"loc": {
"start": {
"line": 209,
"column": 15
},
"end": {
"line": 209,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n",
"start": 5125,
"end": 5129,
"loc": {
"start": {
"line": 209,
"column": 16
},
"end": {
"line": 209,
"column": 20
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5130,
"end": 5131,
"loc": {
"start": {
"line": 209,
"column": 21
},
"end": {
"line": 209,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "line",
"start": 5132,
"end": 5136,
"loc": {
"start": {
"line": 209,
"column": 23
},
"end": {
"line": 209,
"column": 27
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5137,
"end": 5138,
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " %c",
"start": 5139,
"end": 5144,
"loc": {
"start": {
"line": 209,
"column": 30
},
"end": {
"line": 209,
"column": 35
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5145,
"end": 5146,
"loc": {
"start": {
"line": 209,
"column": 36
},
"end": {
"line": 209,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 5147,
"end": 5151,
"loc": {
"start": {
"line": 209,
"column": 38
},
"end": {
"line": 209,
"column": 42
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5152,
"end": 5153,
"loc": {
"start": {
"line": 209,
"column": 43
},
"end": {
"line": 209,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 5154,
"end": 5157,
"loc": {
"start": {
"line": 209,
"column": 45
},
"end": {
"line": 209,
"column": 48
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5158,
"end": 5159,
"loc": {
"start": {
"line": 209,
"column": 49
},
"end": {
"line": 209,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "line",
"start": 5160,
"end": 5164,
"loc": {
"start": {
"line": 209,
"column": 51
},
"end": {
"line": 209,
"column": 55
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5165,
"end": 5166,
"loc": {
"start": {
"line": 209,
"column": 56
},
"end": {
"line": 209,
"column": 57
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n",
"start": 5167,
"end": 5171,
"loc": {
"start": {
"line": 209,
"column": 58
},
"end": {
"line": 209,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5171,
"end": 5172,
"loc": {
"start": {
"line": 209,
"column": 62
},
"end": {
"line": 209,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lineCss",
"start": 5173,
"end": 5180,
"loc": {
"start": {
"line": 209,
"column": 64
},
"end": {
"line": 209,
"column": 71
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5180,
"end": 5181,
"loc": {
"start": {
"line": 209,
"column": 71
},
"end": {
"line": 209,
"column": 72
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "color: ",
"start": 5182,
"end": 5191,
"loc": {
"start": {
"line": 209,
"column": 73
},
"end": {
"line": 209,
"column": 82
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5192,
"end": 5193,
"loc": {
"start": {
"line": 209,
"column": 83
},
"end": {
"line": 209,
"column": 84
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "color",
"start": 5194,
"end": 5199,
"loc": {
"start": {
"line": 209,
"column": 85
},
"end": {
"line": 209,
"column": 90
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5199,
"end": 5200,
"loc": {
"start": {
"line": 209,
"column": 90
},
"end": {
"line": 209,
"column": 91
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lineCss",
"start": 5201,
"end": 5208,
"loc": {
"start": {
"line": 209,
"column": 92
},
"end": {
"line": 209,
"column": 99
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5208,
"end": 5209,
"loc": {
"start": {
"line": 209,
"column": 99
},
"end": {
"line": 209,
"column": 100
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5209,
"end": 5210,
"loc": {
"start": {
"line": 209,
"column": 100
},
"end": {
"line": 209,
"column": 101
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5212,
"end": 5213,
"loc": {
"start": {
"line": 210,
"column": 0
},
"end": {
"line": 210,
"column": 1
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 5217,
"end": 5225,
"loc": {
"start": {
"line": 212,
"column": 0
},
"end": {
"line": 212,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "extractHandleContext",
"start": 5226,
"end": 5246,
"loc": {
"start": {
"line": 212,
"column": 9
},
"end": {
"line": 212,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5246,
"end": 5247,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5247,
"end": 5253,
"loc": {
"start": {
"line": 212,
"column": 30
},
"end": {
"line": 212,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5253,
"end": 5254,
"loc": {
"start": {
"line": 212,
"column": 36
},
"end": {
"line": 212,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5255,
"end": 5256,
"loc": {
"start": {
"line": 212,
"column": 38
},
"end": {
"line": 212,
"column": 39
}
}
},
{
"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": 5262,
"end": 5265,
"loc": {
"start": {
"line": 213,
"column": 4
},
"end": {
"line": 213,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5266,
"end": 5273,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5274,
"end": 5275,
"loc": {
"start": {
"line": 213,
"column": 16
},
"end": {
"line": 213,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5276,
"end": 5282,
"loc": {
"start": {
"line": 213,
"column": 18
},
"end": {
"line": 213,
"column": 24
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 5283,
"end": 5285,
"loc": {
"start": {
"line": 213,
"column": 25
},
"end": {
"line": 213,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unknown",
"start": 5286,
"end": 5295,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5295,
"end": 5296,
"loc": {
"start": {
"line": 213,
"column": 37
},
"end": {
"line": 213,
"column": 38
}
}
},
{
"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": 5302,
"end": 5304,
"loc": {
"start": {
"line": 214,
"column": 4
},
"end": {
"line": 214,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5305,
"end": 5306,
"loc": {
"start": {
"line": 214,
"column": 7
},
"end": {
"line": 214,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5306,
"end": 5312,
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 14
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 5313,
"end": 5315,
"loc": {
"start": {
"line": 214,
"column": 15
},
"end": {
"line": 214,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5316,
"end": 5322,
"loc": {
"start": {
"line": 214,
"column": 18
},
"end": {
"line": 214,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5322,
"end": 5323,
"loc": {
"start": {
"line": 214,
"column": 24
},
"end": {
"line": 214,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 5323,
"end": 5334,
"loc": {
"start": {
"line": 214,
"column": 25
},
"end": {
"line": 214,
"column": 36
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 5335,
"end": 5337,
"loc": {
"start": {
"line": 214,
"column": 37
},
"end": {
"line": 214,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5338,
"end": 5344,
"loc": {
"start": {
"line": 214,
"column": 40
},
"end": {
"line": 214,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5344,
"end": 5345,
"loc": {
"start": {
"line": 214,
"column": 46
},
"end": {
"line": 214,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 5345,
"end": 5356,
"loc": {
"start": {
"line": 214,
"column": 47
},
"end": {
"line": 214,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5356,
"end": 5357,
"loc": {
"start": {
"line": 214,
"column": 58
},
"end": {
"line": 214,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 5357,
"end": 5361,
"loc": {
"start": {
"line": 214,
"column": 59
},
"end": {
"line": 214,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5361,
"end": 5362,
"loc": {
"start": {
"line": 214,
"column": 63
},
"end": {
"line": 214,
"column": 64
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5363,
"end": 5364,
"loc": {
"start": {
"line": 214,
"column": 65
},
"end": {
"line": 214,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5374,
"end": 5381,
"loc": {
"start": {
"line": 215,
"column": 8
},
"end": {
"line": 215,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5382,
"end": 5383,
"loc": {
"start": {
"line": 215,
"column": 16
},
"end": {
"line": 215,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5384,
"end": 5390,
"loc": {
"start": {
"line": 215,
"column": 18
},
"end": {
"line": 215,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5390,
"end": 5391,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 5391,
"end": 5402,
"loc": {
"start": {
"line": 215,
"column": 25
},
"end": {
"line": 215,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5402,
"end": 5403,
"loc": {
"start": {
"line": 215,
"column": 36
},
"end": {
"line": 215,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 5403,
"end": 5407,
"loc": {
"start": {
"line": 215,
"column": 37
},
"end": {
"line": 215,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5407,
"end": 5408,
"loc": {
"start": {
"line": 215,
"column": 41
},
"end": {
"line": 215,
"column": 42
}
}
},
{
"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": 5418,
"end": 5420,
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5421,
"end": 5422,
"loc": {
"start": {
"line": 216,
"column": 11
},
"end": {
"line": 216,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5422,
"end": 5429,
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 19
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 5430,
"end": 5433,
"loc": {
"start": {
"line": 216,
"column": 20
},
"end": {
"line": 216,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "String",
"start": 5434,
"end": 5442,
"loc": {
"start": {
"line": 216,
"column": 24
},
"end": {
"line": 216,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5442,
"end": 5443,
"loc": {
"start": {
"line": 216,
"column": 32
},
"end": {
"line": 216,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5444,
"end": 5445,
"loc": {
"start": {
"line": 216,
"column": 34
},
"end": {
"line": 216,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5459,
"end": 5466,
"loc": {
"start": {
"line": 217,
"column": 12
},
"end": {
"line": 217,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5467,
"end": 5468,
"loc": {
"start": {
"line": 217,
"column": 20
},
"end": {
"line": 217,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5469,
"end": 5475,
"loc": {
"start": {
"line": 217,
"column": 22
},
"end": {
"line": 217,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5475,
"end": 5476,
"loc": {
"start": {
"line": 217,
"column": 28
},
"end": {
"line": 217,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5486,
"end": 5487,
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5493,
"end": 5494,
"loc": {
"start": {
"line": 219,
"column": 4
},
"end": {
"line": 219,
"column": 5
}
}
},
{
"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": 5502,
"end": 5504,
"loc": {
"start": {
"line": 221,
"column": 4
},
"end": {
"line": 221,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5505,
"end": 5506,
"loc": {
"start": {
"line": 221,
"column": 7
},
"end": {
"line": 221,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5506,
"end": 5512,
"loc": {
"start": {
"line": 221,
"column": 8
},
"end": {
"line": 221,
"column": 14
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 5513,
"end": 5515,
"loc": {
"start": {
"line": 221,
"column": 15
},
"end": {
"line": 221,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5516,
"end": 5522,
"loc": {
"start": {
"line": 221,
"column": 18
},
"end": {
"line": 221,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5522,
"end": 5523,
"loc": {
"start": {
"line": 221,
"column": 24
},
"end": {
"line": 221,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 5523,
"end": 5527,
"loc": {
"start": {
"line": 221,
"column": 25
},
"end": {
"line": 221,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5527,
"end": 5528,
"loc": {
"start": {
"line": 221,
"column": 29
},
"end": {
"line": 221,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5529,
"end": 5530,
"loc": {
"start": {
"line": 221,
"column": 31
},
"end": {
"line": 221,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5540,
"end": 5547,
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 222,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5548,
"end": 5549,
"loc": {
"start": {
"line": 222,
"column": 16
},
"end": {
"line": 222,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5550,
"end": 5556,
"loc": {
"start": {
"line": 222,
"column": 18
},
"end": {
"line": 222,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5556,
"end": 5557,
"loc": {
"start": {
"line": 222,
"column": 24
},
"end": {
"line": 222,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 5557,
"end": 5561,
"loc": {
"start": {
"line": 222,
"column": 25
},
"end": {
"line": 222,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5561,
"end": 5562,
"loc": {
"start": {
"line": 222,
"column": 29
},
"end": {
"line": 222,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5568,
"end": 5569,
"loc": {
"start": {
"line": 223,
"column": 4
},
"end": {
"line": 223,
"column": 5
}
}
},
{
"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": 5575,
"end": 5581,
"loc": {
"start": {
"line": 224,
"column": 4
},
"end": {
"line": 224,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5582,
"end": 5589,
"loc": {
"start": {
"line": 224,
"column": 11
},
"end": {
"line": 224,
"column": 18
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5590,
"end": 5591,
"loc": {
"start": {
"line": 224,
"column": 19
},
"end": {
"line": 224,
"column": 20
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 5592,
"end": 5594,
"loc": {
"start": {
"line": 224,
"column": 21
},
"end": {
"line": 224,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5594,
"end": 5595,
"loc": {
"start": {
"line": 224,
"column": 23
},
"end": {
"line": 224,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5597,
"end": 5598,
"loc": {
"start": {
"line": 225,
"column": 0
},
"end": {
"line": 225,
"column": 1
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 5602,
"end": 5610,
"loc": {
"start": {
"line": 227,
"column": 0
},
"end": {
"line": 227,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logInternal",
"start": 5611,
"end": 5622,
"loc": {
"start": {
"line": 227,
"column": 9
},
"end": {
"line": 227,
"column": 20
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5622,
"end": 5623,
"loc": {
"start": {
"line": 227,
"column": 20
},
"end": {
"line": 227,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5623,
"end": 5629,
"loc": {
"start": {
"line": 227,
"column": 21
},
"end": {
"line": 227,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5629,
"end": 5630,
"loc": {
"start": {
"line": 227,
"column": 27
},
"end": {
"line": 227,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "consoleMethod",
"start": 5631,
"end": 5644,
"loc": {
"start": {
"line": 227,
"column": 29
},
"end": {
"line": 227,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5644,
"end": 5645,
"loc": {
"start": {
"line": 227,
"column": 42
},
"end": {
"line": 227,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 5646,
"end": 5650,
"loc": {
"start": {
"line": 227,
"column": 44
},
"end": {
"line": 227,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5650,
"end": 5651,
"loc": {
"start": {
"line": 227,
"column": 48
},
"end": {
"line": 227,
"column": 49
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5652,
"end": 5653,
"loc": {
"start": {
"line": 227,
"column": 50
},
"end": {
"line": 227,
"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": 5659,
"end": 5664,
"loc": {
"start": {
"line": 228,
"column": 4
},
"end": {
"line": 228,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5665,
"end": 5672,
"loc": {
"start": {
"line": 228,
"column": 10
},
"end": {
"line": 228,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5673,
"end": 5674,
"loc": {
"start": {
"line": 228,
"column": 18
},
"end": {
"line": 228,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "extractHandleContext",
"start": 5675,
"end": 5695,
"loc": {
"start": {
"line": 228,
"column": 20
},
"end": {
"line": 228,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5695,
"end": 5696,
"loc": {
"start": {
"line": 228,
"column": 40
},
"end": {
"line": 228,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5696,
"end": 5702,
"loc": {
"start": {
"line": 228,
"column": 41
},
"end": {
"line": 228,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5702,
"end": 5703,
"loc": {
"start": {
"line": 228,
"column": 47
},
"end": {
"line": 228,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5703,
"end": 5704,
"loc": {
"start": {
"line": 228,
"column": 48
},
"end": {
"line": 228,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "padEnd",
"start": 5704,
"end": 5710,
"loc": {
"start": {
"line": 228,
"column": 49
},
"end": {
"line": 228,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5710,
"end": 5711,
"loc": {
"start": {
"line": 228,
"column": 55
},
"end": {
"line": 228,
"column": 56
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 20,
"start": 5711,
"end": 5713,
"loc": {
"start": {
"line": 228,
"column": 56
},
"end": {
"line": 228,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5713,
"end": 5714,
"loc": {
"start": {
"line": 228,
"column": 58
},
"end": {
"line": 228,
"column": 59
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 5715,
"end": 5718,
"loc": {
"start": {
"line": 228,
"column": 60
},
"end": {
"line": 228,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5718,
"end": 5719,
"loc": {
"start": {
"line": 228,
"column": 63
},
"end": {
"line": 228,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5719,
"end": 5720,
"loc": {
"start": {
"line": 228,
"column": 64
},
"end": {
"line": 228,
"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": 5726,
"end": 5731,
"loc": {
"start": {
"line": 229,
"column": 4
},
"end": {
"line": 229,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "labelColor",
"start": 5732,
"end": 5742,
"loc": {
"start": {
"line": 229,
"column": 10
},
"end": {
"line": 229,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5743,
"end": 5744,
"loc": {
"start": {
"line": 229,
"column": 21
},
"end": {
"line": 229,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5745,
"end": 5751,
"loc": {
"start": {
"line": 229,
"column": 23
},
"end": {
"line": 229,
"column": 29
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 5752,
"end": 5754,
"loc": {
"start": {
"line": 229,
"column": 30
},
"end": {
"line": 229,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5755,
"end": 5761,
"loc": {
"start": {
"line": 229,
"column": 33
},
"end": {
"line": 229,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5761,
"end": 5762,
"loc": {
"start": {
"line": 229,
"column": 39
},
"end": {
"line": 229,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "LOG_LABEL_COLOR",
"start": 5762,
"end": 5777,
"loc": {
"start": {
"line": 229,
"column": 40
},
"end": {
"line": 229,
"column": 55
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5778,
"end": 5779,
"loc": {
"start": {
"line": 229,
"column": 56
},
"end": {
"line": 229,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "handle",
"start": 5780,
"end": 5786,
"loc": {
"start": {
"line": 229,
"column": 58
},
"end": {
"line": 229,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5786,
"end": 5787,
"loc": {
"start": {
"line": 229,
"column": 64
},
"end": {
"line": 229,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "LOG_LABEL_COLOR",
"start": 5787,
"end": 5802,
"loc": {
"start": {
"line": 229,
"column": 65
},
"end": {
"line": 229,
"column": 80
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5803,
"end": 5804,
"loc": {
"start": {
"line": 229,
"column": 81
},
"end": {
"line": 229,
"column": 82
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "#aaa",
"start": 5805,
"end": 5811,
"loc": {
"start": {
"line": 229,
"column": 83
},
"end": {
"line": 229,
"column": 89
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5811,
"end": 5812,
"loc": {
"start": {
"line": 229,
"column": 89
},
"end": {
"line": 229,
"column": 90
}
}
},
{
"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": 5820,
"end": 5822,
"loc": {
"start": {
"line": 231,
"column": 4
},
"end": {
"line": 231,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5823,
"end": 5824,
"loc": {
"start": {
"line": 231,
"column": 7
},
"end": {
"line": 231,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 5824,
"end": 5832,
"loc": {
"start": {
"line": 231,
"column": 8
},
"end": {
"line": 231,
"column": 16
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 5833,
"end": 5835,
"loc": {
"start": {
"line": 231,
"column": 17
},
"end": {
"line": 231,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 5836,
"end": 5848,
"loc": {
"start": {
"line": 231,
"column": 20
},
"end": {
"line": 231,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5848,
"end": 5849,
"loc": {
"start": {
"line": 231,
"column": 32
},
"end": {
"line": 231,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 5849,
"end": 5854,
"loc": {
"start": {
"line": 231,
"column": 33
},
"end": {
"line": 231,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5854,
"end": 5855,
"loc": {
"start": {
"line": 231,
"column": 38
},
"end": {
"line": 231,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logTimestamps",
"start": 5855,
"end": 5868,
"loc": {
"start": {
"line": 231,
"column": 39
},
"end": {
"line": 231,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5868,
"end": 5869,
"loc": {
"start": {
"line": 231,
"column": 52
},
"end": {
"line": 231,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5870,
"end": 5871,
"loc": {
"start": {
"line": 231,
"column": 54
},
"end": {
"line": 231,
"column": 55
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 5881,
"end": 5886,
"loc": {
"start": {
"line": 232,
"column": 8
},
"end": {
"line": 232,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "timestamp",
"start": 5887,
"end": 5896,
"loc": {
"start": {
"line": 232,
"column": 14
},
"end": {
"line": 232,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5897,
"end": 5898,
"loc": {
"start": {
"line": 232,
"column": 24
},
"end": {
"line": 232,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "⏱ %c",
"start": 5899,
"end": 5905,
"loc": {
"start": {
"line": 232,
"column": 26
},
"end": {
"line": 232,
"column": 32
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5906,
"end": 5907,
"loc": {
"start": {
"line": 232,
"column": 33
},
"end": {
"line": 232,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5908,
"end": 5909,
"loc": {
"start": {
"line": 232,
"column": 35
},
"end": {
"line": 232,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Math",
"start": 5909,
"end": 5913,
"loc": {
"start": {
"line": 232,
"column": 36
},
"end": {
"line": 232,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5913,
"end": 5914,
"loc": {
"start": {
"line": 232,
"column": 40
},
"end": {
"line": 232,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "floor",
"start": 5914,
"end": 5919,
"loc": {
"start": {
"line": 232,
"column": 41
},
"end": {
"line": 232,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5919,
"end": 5920,
"loc": {
"start": {
"line": 232,
"column": 46
},
"end": {
"line": 232,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "performance",
"start": 5920,
"end": 5931,
"loc": {
"start": {
"line": 232,
"column": 47
},
"end": {
"line": 232,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5931,
"end": 5932,
"loc": {
"start": {
"line": 232,
"column": 58
},
"end": {
"line": 232,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "now",
"start": 5932,
"end": 5935,
"loc": {
"start": {
"line": 232,
"column": 59
},
"end": {
"line": 232,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5935,
"end": 5936,
"loc": {
"start": {
"line": 232,
"column": 62
},
"end": {
"line": 232,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5936,
"end": 5937,
"loc": {
"start": {
"line": 232,
"column": 63
},
"end": {
"line": 232,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5937,
"end": 5938,
"loc": {
"start": {
"line": 232,
"column": 64
},
"end": {
"line": 232,
"column": 65
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5939,
"end": 5940,
"loc": {
"start": {
"line": 232,
"column": 66
},
"end": {
"line": 232,
"column": 67
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 5941,
"end": 5943,
"loc": {
"start": {
"line": 232,
"column": 68
},
"end": {
"line": 232,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5943,
"end": 5944,
"loc": {
"start": {
"line": 232,
"column": 70
},
"end": {
"line": 232,
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5944,
"end": 5945,
"loc": {
"start": {
"line": 232,
"column": 71
},
"end": {
"line": 232,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "padEnd",
"start": 5945,
"end": 5951,
"loc": {
"start": {
"line": 232,
"column": 72
},
"end": {
"line": 232,
"column": 78
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5951,
"end": 5952,
"loc": {
"start": {
"line": 232,
"column": 78
},
"end": {
"line": 232,
"column": 79
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 6,
"start": 5952,
"end": 5953,
"loc": {
"start": {
"line": 232,
"column": 79
},
"end": {
"line": 232,
"column": 80
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5953,
"end": 5954,
"loc": {
"start": {
"line": 232,
"column": 80
},
"end": {
"line": 232,
"column": 81
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " ",
"start": 5955,
"end": 5958,
"loc": {
"start": {
"line": 232,
"column": 82
},
"end": {
"line": 232,
"column": 85
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5958,
"end": 5959,
"loc": {
"start": {
"line": 232,
"column": 85
},
"end": {
"line": 232,
"column": 86
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 5960,
"end": 5961,
"loc": {
"start": {
"line": 232,
"column": 87
},
"end": {
"line": 232,
"column": 88
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 5962,
"end": 5964,
"loc": {
"start": {
"line": 232,
"column": 89
},
"end": {
"line": 232,
"column": 91
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5964,
"end": 5965,
"loc": {
"start": {
"line": 232,
"column": 91
},
"end": {
"line": 232,
"column": 92
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "consoleMethod",
"start": 5975,
"end": 5988,
"loc": {
"start": {
"line": 233,
"column": 8
},
"end": {
"line": 233,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5988,
"end": 5989,
"loc": {
"start": {
"line": 233,
"column": 21
},
"end": {
"line": 233,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "call",
"start": 5989,
"end": 5993,
"loc": {
"start": {
"line": 233,
"column": 22
},
"end": {
"line": 233,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5993,
"end": 5994,
"loc": {
"start": {
"line": 233,
"column": 26
},
"end": {
"line": 233,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 6008,
"end": 6015,
"loc": {
"start": {
"line": 234,
"column": 12
},
"end": {
"line": 234,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6015,
"end": 6016,
"loc": {
"start": {
"line": 234,
"column": 19
},
"end": {
"line": 234,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "timestamp",
"start": 6030,
"end": 6039,
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 21
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6040,
"end": 6041,
"loc": {
"start": {
"line": 235,
"column": 22
},
"end": {
"line": 235,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": " %c",
"start": 6042,
"end": 6047,
"loc": {
"start": {
"line": 235,
"column": 24
},
"end": {
"line": 235,
"column": 29
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6048,
"end": 6049,
"loc": {
"start": {
"line": 235,
"column": 30
},
"end": {
"line": 235,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6050,
"end": 6057,
"loc": {
"start": {
"line": 235,
"column": 32
},
"end": {
"line": 235,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6057,
"end": 6058,
"loc": {
"start": {
"line": 235,
"column": 39
},
"end": {
"line": 235,
"column": 40
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "color: #7f7;",
"start": 6072,
"end": 6086,
"loc": {
"start": {
"line": 236,
"column": 12
},
"end": {
"line": 236,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6086,
"end": 6087,
"loc": {
"start": {
"line": 236,
"column": 26
},
"end": {
"line": 236,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "color: ",
"start": 6101,
"end": 6110,
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 21
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6111,
"end": 6112,
"loc": {
"start": {
"line": 237,
"column": 22
},
"end": {
"line": 237,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "labelColor",
"start": 6113,
"end": 6123,
"loc": {
"start": {
"line": 237,
"column": 24
},
"end": {
"line": 237,
"column": 34
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6124,
"end": 6125,
"loc": {
"start": {
"line": 237,
"column": 35
},
"end": {
"line": 237,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ";",
"start": 6126,
"end": 6129,
"loc": {
"start": {
"line": 237,
"column": 37
},
"end": {
"line": 237,
"column": 40
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6129,
"end": 6130,
"loc": {
"start": {
"line": 237,
"column": 40
},
"end": {
"line": 237,
"column": 41
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6144,
"end": 6147,
"loc": {
"start": {
"line": 238,
"column": 12
},
"end": {
"line": 238,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 6147,
"end": 6151,
"loc": {
"start": {
"line": 238,
"column": 15
},
"end": {
"line": 238,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6161,
"end": 6162,
"loc": {
"start": {
"line": 239,
"column": 8
},
"end": {
"line": 239,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6162,
"end": 6163,
"loc": {
"start": {
"line": 239,
"column": 9
},
"end": {
"line": 239,
"column": 10
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6169,
"end": 6170,
"loc": {
"start": {
"line": 240,
"column": 4
},
"end": {
"line": 240,
"column": 5
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 6171,
"end": 6175,
"loc": {
"start": {
"line": 240,
"column": 6
},
"end": {
"line": 240,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6176,
"end": 6177,
"loc": {
"start": {
"line": 240,
"column": 11
},
"end": {
"line": 240,
"column": 12
}
}
},
{
"type": "CommentLine",
"value": " if (G_IS_DEV && !globalConfig.debug.disableLoggingLogSources) {",
"start": 6187,
"end": 6253,
"loc": {
"start": {
"line": 241,
"column": 8
},
"end": {
"line": 241,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "consoleMethod",
"start": 6263,
"end": 6276,
"loc": {
"start": {
"line": 242,
"column": 8
},
"end": {
"line": 242,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6276,
"end": 6277,
"loc": {
"start": {
"line": 242,
"column": 21
},
"end": {
"line": 242,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "call",
"start": 6277,
"end": 6281,
"loc": {
"start": {
"line": 242,
"column": 22
},
"end": {
"line": 242,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6281,
"end": 6282,
"loc": {
"start": {
"line": 242,
"column": 26
},
"end": {
"line": 242,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 6282,
"end": 6289,
"loc": {
"start": {
"line": 242,
"column": 27
},
"end": {
"line": 242,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6289,
"end": 6290,
"loc": {
"start": {
"line": 242,
"column": 34
},
"end": {
"line": 242,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "%c",
"start": 6291,
"end": 6295,
"loc": {
"start": {
"line": 242,
"column": 36
},
"end": {
"line": 242,
"column": 40
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6296,
"end": 6297,
"loc": {
"start": {
"line": 242,
"column": 41
},
"end": {
"line": 242,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6298,
"end": 6305,
"loc": {
"start": {
"line": 242,
"column": 43
},
"end": {
"line": 242,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6305,
"end": 6306,
"loc": {
"start": {
"line": 242,
"column": 50
},
"end": {
"line": 242,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "color: ",
"start": 6307,
"end": 6316,
"loc": {
"start": {
"line": 242,
"column": 52
},
"end": {
"line": 242,
"column": 61
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6317,
"end": 6318,
"loc": {
"start": {
"line": 242,
"column": 62
},
"end": {
"line": 242,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "labelColor",
"start": 6319,
"end": 6329,
"loc": {
"start": {
"line": 242,
"column": 64
},
"end": {
"line": 242,
"column": 74
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6329,
"end": 6330,
"loc": {
"start": {
"line": 242,
"column": 74
},
"end": {
"line": 242,
"column": 75
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6331,
"end": 6334,
"loc": {
"start": {
"line": 242,
"column": 76
},
"end": {
"line": 242,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 6334,
"end": 6338,
"loc": {
"start": {
"line": 242,
"column": 79
},
"end": {
"line": 242,
"column": 83
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6338,
"end": 6339,
"loc": {
"start": {
"line": 242,
"column": 83
},
"end": {
"line": 242,
"column": 84
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6339,
"end": 6340,
"loc": {
"start": {
"line": 242,
"column": 84
},
"end": {
"line": 242,
"column": 85
}
}
},
{
"type": "CommentLine",
"value": " } else {",
"start": 6350,
"end": 6361,
"loc": {
"start": {
"line": 243,
"column": 8
},
"end": {
"line": 243,
"column": 19
}
}
},
{
"type": "CommentLine",
"value": " consoleMethod.call(console, ...args);",
"start": 6371,
"end": 6411,
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 244,
"column": 48
}
}
},
{
"type": "CommentLine",
"value": " }",
"start": 6421,
"end": 6425,
"loc": {
"start": {
"line": 245,
"column": 8
},
"end": {
"line": 245,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6431,
"end": 6432,
"loc": {
"start": {
"line": 246,
"column": 4
},
"end": {
"line": 246,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6434,
"end": 6435,
"loc": {
"start": {
"line": 247,
"column": 0
},
"end": {
"line": 247,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6437,
"end": 6437,
"loc": {
"start": {
"line": 248,
"column": 0
},
"end": {
"line": 248,
"column": 0
}
}
}
]
}