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

15477 lines
433 KiB
JSON

{
"type": "File",
"start": 0,
"end": 2367,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 84,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 2367,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 84,
"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": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
},
"identifierName": "StorageInterface"
},
"name": "StorageInterface"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
},
"identifierName": "StorageInterface"
},
"name": "StorageInterface"
}
}
],
"source": {
"type": "StringLiteral",
"start": 33,
"end": 45,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 45
}
},
"extra": {
"rawValue": "../storage",
"raw": "\"../storage\""
},
"value": "../storage"
}
},
{
"type": "ImportDeclaration",
"start": 48,
"end": 98,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 50
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 57,
"end": 71,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
}
},
"imported": {
"type": "Identifier",
"start": 57,
"end": 71,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
},
"local": {
"type": "Identifier",
"start": 57,
"end": 71,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
}
}
],
"source": {
"type": "StringLiteral",
"start": 79,
"end": 97,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 49
}
},
"extra": {
"rawValue": "../../core/utils",
"raw": "\"../../core/utils\""
},
"value": "../../core/utils"
}
},
{
"type": "ImportDeclaration",
"start": 100,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 50
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 109,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 109,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 21
},
"identifierName": "createLogger"
},
"name": "createLogger"
},
"local": {
"type": "Identifier",
"start": 109,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 21
},
"identifierName": "createLogger"
},
"name": "createLogger"
}
}
],
"source": {
"type": "StringLiteral",
"start": 129,
"end": 149,
"loc": {
"start": {
"line": 3,
"column": 29
},
"end": {
"line": 3,
"column": 49
}
},
"extra": {
"rawValue": "../../core/logging",
"raw": "\"../../core/logging\""
},
"value": "../../core/logging"
}
},
{
"type": "VariableDeclaration",
"start": 154,
"end": 202,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 160,
"end": 201,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 47
}
},
"id": {
"type": "Identifier",
"start": 160,
"end": 166,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 12
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 169,
"end": 201,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 47
}
},
"callee": {
"type": "Identifier",
"start": 169,
"end": 181,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 27
},
"identifierName": "createLogger"
},
"name": "createLogger"
},
"arguments": [
{
"type": "StringLiteral",
"start": 182,
"end": 200,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 5,
"column": 46
}
},
"extra": {
"rawValue": "electron-storage",
"raw": "\"electron-storage\""
},
"value": "electron-storage"
}
]
}
}
],
"kind": "const"
},
{
"type": "ExportNamedDeclaration",
"start": 206,
"end": 2365,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 83,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 213,
"end": 2365,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 83,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 219,
"end": 238,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 32
},
"identifierName": "StorageImplElectron"
},
"name": "StorageImplElectron"
},
"superClass": {
"type": "Identifier",
"start": 247,
"end": 263,
"loc": {
"start": {
"line": 7,
"column": 41
},
"end": {
"line": 7,
"column": 57
},
"identifierName": "StorageInterface"
},
"name": "StorageInterface"
},
"body": {
"type": "ClassBody",
"start": 264,
"end": 2365,
"loc": {
"start": {
"line": 7,
"column": 58
},
"end": {
"line": 83,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 271,
"end": 928,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 271,
"end": 282,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 283,
"end": 286,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 19
},
"identifierName": "app"
},
"name": "app"
}
],
"body": {
"type": "BlockStatement",
"start": 288,
"end": 928,
"loc": {
"start": {
"line": 8,
"column": 21
},
"end": {
"line": 28,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 299,
"end": 310,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 19
}
},
"expression": {
"type": "CallExpression",
"start": 299,
"end": 309,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 18
}
},
"callee": {
"type": "Super",
"start": 299,
"end": 304,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 305,
"end": 308,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 17
},
"identifierName": "app"
},
"name": "app"
}
]
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @type {Object.<number, {resolve:Function, reject: Function}>} ",
"start": 322,
"end": 390,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 76
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 400,
"end": 415,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 23
}
},
"expression": {
"type": "AssignmentExpression",
"start": 400,
"end": 414,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 22
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 400,
"end": 409,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 400,
"end": 404,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 405,
"end": 409,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 17
},
"identifierName": "jobs"
},
"name": "jobs"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "ObjectExpression",
"start": 412,
"end": 414,
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 22
}
},
"properties": []
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @type {Object.<number, {resolve:Function, reject: Function}>} ",
"start": 322,
"end": 390,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 76
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 425,
"end": 440,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 23
}
},
"expression": {
"type": "AssignmentExpression",
"start": 425,
"end": 439,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 22
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 425,
"end": 435,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 425,
"end": 429,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 430,
"end": 435,
"loc": {
"start": {
"line": 13,
"column": 13
},
"end": {
"line": 13,
"column": 18
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 438,
"end": 439,
"loc": {
"start": {
"line": 13,
"column": 21
},
"end": {
"line": 13,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
},
{
"type": "ExpressionStatement",
"start": 452,
"end": 921,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 27,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 452,
"end": 920,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 27,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 452,
"end": 471,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 27
}
},
"object": {
"type": "CallExpression",
"start": 452,
"end": 468,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 24
}
},
"callee": {
"type": "Identifier",
"start": 452,
"end": 466,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 22
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 469,
"end": 471,
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 27
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 472,
"end": 485,
"loc": {
"start": {
"line": 15,
"column": 28
},
"end": {
"line": 15,
"column": 41
}
},
"extra": {
"rawValue": "fs-response",
"raw": "\"fs-response\""
},
"value": "fs-response"
},
{
"type": "ArrowFunctionExpression",
"start": 487,
"end": 919,
"loc": {
"start": {
"line": 15,
"column": 43
},
"end": {
"line": 27,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 488,
"end": 493,
"loc": {
"start": {
"line": 15,
"column": 44
},
"end": {
"line": 15,
"column": 49
},
"identifierName": "event"
},
"name": "event"
},
{
"type": "Identifier",
"start": 495,
"end": 498,
"loc": {
"start": {
"line": 15,
"column": 51
},
"end": {
"line": 15,
"column": 54
},
"identifierName": "arg"
},
"name": "arg"
}
],
"body": {
"type": "BlockStatement",
"start": 503,
"end": 919,
"loc": {
"start": {
"line": 15,
"column": 59
},
"end": {
"line": 27,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 518,
"end": 536,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 30
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 524,
"end": 535,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 29
}
},
"id": {
"type": "Identifier",
"start": 524,
"end": 526,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 20
},
"identifierName": "id"
},
"name": "id"
},
"init": {
"type": "MemberExpression",
"start": 529,
"end": 535,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 529,
"end": 532,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 26
},
"identifierName": "arg"
},
"name": "arg"
},
"property": {
"type": "Identifier",
"start": 533,
"end": 535,
"loc": {
"start": {
"line": 16,
"column": 27
},
"end": {
"line": 16,
"column": 29
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 550,
"end": 690,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 20,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 554,
"end": 568,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 30
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 555,
"end": 568,
"loc": {
"start": {
"line": 17,
"column": 17
},
"end": {
"line": 17,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 555,
"end": 564,
"loc": {
"start": {
"line": 17,
"column": 17
},
"end": {
"line": 17,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 555,
"end": 559,
"loc": {
"start": {
"line": 17,
"column": 17
},
"end": {
"line": 17,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 560,
"end": 564,
"loc": {
"start": {
"line": 17,
"column": 22
},
"end": {
"line": 17,
"column": 26
},
"identifierName": "jobs"
},
"name": "jobs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 565,
"end": 567,
"loc": {
"start": {
"line": 17,
"column": 27
},
"end": {
"line": 17,
"column": 29
},
"identifierName": "id"
},
"name": "id"
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 570,
"end": 690,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 20,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 589,
"end": 650,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 589,
"end": 649,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 589,
"end": 600,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 589,
"end": 595,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 22
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 596,
"end": 600,
"loc": {
"start": {
"line": 18,
"column": 23
},
"end": {
"line": 18,
"column": 27
},
"identifierName": "warn"
},
"name": "warn"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 601,
"end": 644,
"loc": {
"start": {
"line": 18,
"column": 28
},
"end": {
"line": 18,
"column": 71
}
},
"extra": {
"rawValue": "Got unhandled FS response, job not known:",
"raw": "\"Got unhandled FS response, job not known:\""
},
"value": "Got unhandled FS response, job not known:"
},
{
"type": "Identifier",
"start": 646,
"end": 648,
"loc": {
"start": {
"line": 18,
"column": 73
},
"end": {
"line": 18,
"column": 75
},
"identifierName": "id"
},
"name": "id"
}
]
}
},
{
"type": "ReturnStatement",
"start": 668,
"end": 675,
"loc": {
"start": {
"line": 19,
"column": 16
},
"end": {
"line": 19,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 704,
"end": 746,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 710,
"end": 745,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 53
}
},
"id": {
"type": "ObjectPattern",
"start": 710,
"end": 729,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 37
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 712,
"end": 719,
"loc": {
"start": {
"line": 21,
"column": 20
},
"end": {
"line": 21,
"column": 27
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 712,
"end": 719,
"loc": {
"start": {
"line": 21,
"column": 20
},
"end": {
"line": 21,
"column": 27
},
"identifierName": "resolve"
},
"name": "resolve"
},
"value": {
"type": "Identifier",
"start": 712,
"end": 719,
"loc": {
"start": {
"line": 21,
"column": 20
},
"end": {
"line": 21,
"column": 27
},
"identifierName": "resolve"
},
"name": "resolve"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 721,
"end": 727,
"loc": {
"start": {
"line": 21,
"column": 29
},
"end": {
"line": 21,
"column": 35
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 721,
"end": 727,
"loc": {
"start": {
"line": 21,
"column": 29
},
"end": {
"line": 21,
"column": 35
},
"identifierName": "reject"
},
"name": "reject"
},
"value": {
"type": "Identifier",
"start": 721,
"end": 727,
"loc": {
"start": {
"line": 21,
"column": 29
},
"end": {
"line": 21,
"column": 35
},
"identifierName": "reject"
},
"name": "reject"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "MemberExpression",
"start": 732,
"end": 745,
"loc": {
"start": {
"line": 21,
"column": 40
},
"end": {
"line": 21,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 732,
"end": 741,
"loc": {
"start": {
"line": 21,
"column": 40
},
"end": {
"line": 21,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 732,
"end": 736,
"loc": {
"start": {
"line": 21,
"column": 40
},
"end": {
"line": 21,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"start": 737,
"end": 741,
"loc": {
"start": {
"line": 21,
"column": 45
},
"end": {
"line": 21,
"column": 49
},
"identifierName": "jobs"
},
"name": "jobs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 742,
"end": 744,
"loc": {
"start": {
"line": 21,
"column": 50
},
"end": {
"line": 21,
"column": 52
},
"identifierName": "id"
},
"name": "id"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 760,
"end": 908,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 26,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 764,
"end": 782,
"loc": {
"start": {
"line": 22,
"column": 16
},
"end": {
"line": 22,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 764,
"end": 774,
"loc": {
"start": {
"line": 22,
"column": 16
},
"end": {
"line": 22,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 764,
"end": 767,
"loc": {
"start": {
"line": 22,
"column": 16
},
"end": {
"line": 22,
"column": 19
},
"identifierName": "arg"
},
"name": "arg"
},
"property": {
"type": "Identifier",
"start": 768,
"end": 774,
"loc": {
"start": {
"line": 22,
"column": 20
},
"end": {
"line": 22,
"column": 26
},
"identifierName": "result"
},
"name": "result"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 775,
"end": 782,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 34
},
"identifierName": "success"
},
"name": "success"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 784,
"end": 843,
"loc": {
"start": {
"line": 22,
"column": 36
},
"end": {
"line": 24,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 803,
"end": 828,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 803,
"end": 827,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 40
}
},
"callee": {
"type": "Identifier",
"start": 803,
"end": 810,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 23
},
"identifierName": "resolve"
},
"name": "resolve"
},
"arguments": [
{
"type": "MemberExpression",
"start": 811,
"end": 826,
"loc": {
"start": {
"line": 23,
"column": 24
},
"end": {
"line": 23,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 811,
"end": 821,
"loc": {
"start": {
"line": 23,
"column": 24
},
"end": {
"line": 23,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 811,
"end": 814,
"loc": {
"start": {
"line": 23,
"column": 24
},
"end": {
"line": 23,
"column": 27
},
"identifierName": "arg"
},
"name": "arg"
},
"property": {
"type": "Identifier",
"start": 815,
"end": 821,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 34
},
"identifierName": "result"
},
"name": "result"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 822,
"end": 826,
"loc": {
"start": {
"line": 23,
"column": 35
},
"end": {
"line": 23,
"column": 39
},
"identifierName": "data"
},
"name": "data"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 849,
"end": 908,
"loc": {
"start": {
"line": 24,
"column": 19
},
"end": {
"line": 26,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 868,
"end": 893,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 868,
"end": 892,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 40
}
},
"callee": {
"type": "Identifier",
"start": 868,
"end": 874,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 22
},
"identifierName": "reject"
},
"name": "reject"
},
"arguments": [
{
"type": "MemberExpression",
"start": 875,
"end": 891,
"loc": {
"start": {
"line": 25,
"column": 23
},
"end": {
"line": 25,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 875,
"end": 885,
"loc": {
"start": {
"line": 25,
"column": 23
},
"end": {
"line": 25,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 875,
"end": 878,
"loc": {
"start": {
"line": 25,
"column": 23
},
"end": {
"line": 25,
"column": 26
},
"identifierName": "arg"
},
"name": "arg"
},
"property": {
"type": "Identifier",
"start": 879,
"end": 885,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 33
},
"identifierName": "result"
},
"name": "result"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 886,
"end": 891,
"loc": {
"start": {
"line": 25,
"column": 34
},
"end": {
"line": 25,
"column": 39
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 936,
"end": 992,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 32,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 936,
"end": 946,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 14
},
"identifierName": "initialize"
},
"name": "initialize"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 949,
"end": 992,
"loc": {
"start": {
"line": 30,
"column": 17
},
"end": {
"line": 32,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 960,
"end": 985,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 33
}
},
"argument": {
"type": "CallExpression",
"start": 967,
"end": 984,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 31,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 967,
"end": 982,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 31,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 967,
"end": 974,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 31,
"column": 22
},
"identifierName": "Promise"
},
"name": "Promise"
},
"property": {
"type": "Identifier",
"start": 975,
"end": 982,
"loc": {
"start": {
"line": 31,
"column": 23
},
"end": {
"line": 31,
"column": 30
},
"identifierName": "resolve"
},
"name": "resolve"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1000,
"end": 1405,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1000,
"end": 1014,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 18
},
"identifierName": "writeFileAsync"
},
"name": "writeFileAsync"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1015,
"end": 1023,
"loc": {
"start": {
"line": 34,
"column": 19
},
"end": {
"line": 34,
"column": 27
},
"identifierName": "filename"
},
"name": "filename"
},
{
"type": "Identifier",
"start": 1025,
"end": 1033,
"loc": {
"start": {
"line": 34,
"column": 29
},
"end": {
"line": 34,
"column": 37
},
"identifierName": "contents"
},
"name": "contents"
}
],
"body": {
"type": "BlockStatement",
"start": 1035,
"end": 1405,
"loc": {
"start": {
"line": 34,
"column": 39
},
"end": {
"line": 47,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1046,
"end": 1398,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 46,
"column": 11
}
},
"argument": {
"type": "NewExpression",
"start": 1053,
"end": 1397,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 46,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1057,
"end": 1064,
"loc": {
"start": {
"line": 35,
"column": 19
},
"end": {
"line": 35,
"column": 26
},
"identifierName": "Promise"
},
"name": "Promise"
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 1065,
"end": 1396,
"loc": {
"start": {
"line": 35,
"column": 27
},
"end": {
"line": 46,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1066,
"end": 1073,
"loc": {
"start": {
"line": 35,
"column": 28
},
"end": {
"line": 35,
"column": 35
},
"identifierName": "resolve"
},
"name": "resolve"
},
{
"type": "Identifier",
"start": 1075,
"end": 1081,
"loc": {
"start": {
"line": 35,
"column": 37
},
"end": {
"line": 35,
"column": 43
},
"identifierName": "reject"
},
"name": "reject"
}
],
"body": {
"type": "BlockStatement",
"start": 1086,
"end": 1396,
"loc": {
"start": {
"line": 35,
"column": 48
},
"end": {
"line": 46,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1125,
"end": 1152,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1131,
"end": 1151,
"loc": {
"start": {
"line": 37,
"column": 18
},
"end": {
"line": 37,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 1131,
"end": 1136,
"loc": {
"start": {
"line": 37,
"column": 18
},
"end": {
"line": 37,
"column": 23
},
"identifierName": "jobId"
},
"name": "jobId",
"leadingComments": null
},
"init": {
"type": "UpdateExpression",
"start": 1139,
"end": 1151,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 38
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1141,
"end": 1151,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 1141,
"end": 1145,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 1146,
"end": 1151,
"loc": {
"start": {
"line": 37,
"column": 33
},
"end": {
"line": 37,
"column": 38
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentLine",
"value": " ipcMain",
"start": 1101,
"end": 1111,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 22
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1166,
"end": 1205,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1166,
"end": 1204,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1166,
"end": 1182,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 1166,
"end": 1175,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1166,
"end": 1170,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1171,
"end": 1175,
"loc": {
"start": {
"line": 38,
"column": 17
},
"end": {
"line": 38,
"column": 21
},
"identifierName": "jobs"
},
"name": "jobs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1176,
"end": 1181,
"loc": {
"start": {
"line": 38,
"column": 22
},
"end": {
"line": 38,
"column": 27
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": true
},
"right": {
"type": "ObjectExpression",
"start": 1185,
"end": 1204,
"loc": {
"start": {
"line": 38,
"column": 31
},
"end": {
"line": 38,
"column": 50
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1187,
"end": 1194,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 40
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1187,
"end": 1194,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 40
},
"identifierName": "resolve"
},
"name": "resolve"
},
"value": {
"type": "Identifier",
"start": 1187,
"end": 1194,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 40
},
"identifierName": "resolve"
},
"name": "resolve"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1196,
"end": 1202,
"loc": {
"start": {
"line": 38,
"column": 42
},
"end": {
"line": 38,
"column": 48
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1196,
"end": 1202,
"loc": {
"start": {
"line": 38,
"column": 42
},
"end": {
"line": 38,
"column": 48
},
"identifierName": "reject"
},
"name": "reject"
},
"value": {
"type": "Identifier",
"start": 1196,
"end": 1202,
"loc": {
"start": {
"line": 38,
"column": 42
},
"end": {
"line": 38,
"column": 48
},
"identifierName": "reject"
},
"name": "reject"
},
"extra": {
"shorthand": true
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1221,
"end": 1385,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 45,
"column": 15
}
},
"expression": {
"type": "CallExpression",
"start": 1221,
"end": 1384,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 45,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 1221,
"end": 1242,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 33
}
},
"object": {
"type": "CallExpression",
"start": 1221,
"end": 1237,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 1221,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 26
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 1238,
"end": 1242,
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 33
},
"identifierName": "send"
},
"name": "send"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1243,
"end": 1251,
"loc": {
"start": {
"line": 40,
"column": 34
},
"end": {
"line": 40,
"column": 42
}
},
"extra": {
"rawValue": "fs-job",
"raw": "\"fs-job\""
},
"value": "fs-job"
},
{
"type": "ObjectExpression",
"start": 1253,
"end": 1383,
"loc": {
"start": {
"line": 40,
"column": 44
},
"end": {
"line": 45,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1272,
"end": 1285,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 29
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1272,
"end": 1276,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 1278,
"end": 1285,
"loc": {
"start": {
"line": 41,
"column": 22
},
"end": {
"line": 41,
"column": 29
}
},
"extra": {
"rawValue": "write",
"raw": "\"write\""
},
"value": "write"
}
},
{
"type": "ObjectProperty",
"start": 1304,
"end": 1312,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1304,
"end": 1312,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
},
"identifierName": "filename"
},
"name": "filename"
},
"value": {
"type": "Identifier",
"start": 1304,
"end": 1312,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
},
"identifierName": "filename"
},
"name": "filename"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1331,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 24
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1331,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 24
},
"identifierName": "contents"
},
"name": "contents"
},
"value": {
"type": "Identifier",
"start": 1331,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 24
},
"identifierName": "contents"
},
"name": "contents"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1358,
"end": 1367,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1358,
"end": 1360,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 18
},
"identifierName": "id"
},
"name": "id"
},
"value": {
"type": "Identifier",
"start": 1362,
"end": 1367,
"loc": {
"start": {
"line": 44,
"column": 20
},
"end": {
"line": 44,
"column": 25
},
"identifierName": "jobId"
},
"name": "jobId"
}
}
]
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1413,
"end": 1612,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 55,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1413,
"end": 1437,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 28
},
"identifierName": "writeFileSyncIfSupported"
},
"name": "writeFileSyncIfSupported"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1438,
"end": 1446,
"loc": {
"start": {
"line": 49,
"column": 29
},
"end": {
"line": 49,
"column": 37
},
"identifierName": "filename"
},
"name": "filename"
},
{
"type": "Identifier",
"start": 1448,
"end": 1456,
"loc": {
"start": {
"line": 49,
"column": 39
},
"end": {
"line": 49,
"column": 47
},
"identifierName": "contents"
},
"name": "contents"
}
],
"body": {
"type": "BlockStatement",
"start": 1458,
"end": 1612,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 55,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1469,
"end": 1605,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
},
"argument": {
"type": "CallExpression",
"start": 1476,
"end": 1604,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 54,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1476,
"end": 1501,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 40
}
},
"object": {
"type": "CallExpression",
"start": 1476,
"end": 1492,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 31
}
},
"callee": {
"type": "Identifier",
"start": 1476,
"end": 1490,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 29
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 1493,
"end": 1501,
"loc": {
"start": {
"line": 50,
"column": 32
},
"end": {
"line": 50,
"column": 40
},
"identifierName": "sendSync"
},
"name": "sendSync"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1502,
"end": 1515,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 54
}
},
"extra": {
"rawValue": "fs-sync-job",
"raw": "\"fs-sync-job\""
},
"value": "fs-sync-job"
},
{
"type": "ObjectExpression",
"start": 1517,
"end": 1603,
"loc": {
"start": {
"line": 50,
"column": 56
},
"end": {
"line": 54,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1532,
"end": 1545,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1532,
"end": 1536,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 16
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 1538,
"end": 1545,
"loc": {
"start": {
"line": 51,
"column": 18
},
"end": {
"line": 51,
"column": 25
}
},
"extra": {
"rawValue": "write",
"raw": "\"write\""
},
"value": "write"
}
},
{
"type": "ObjectProperty",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"column": 20
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"column": 20
},
"identifierName": "filename"
},
"name": "filename"
},
"value": {
"type": "Identifier",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"column": 20
},
"identifierName": "filename"
},
"name": "filename"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1583,
"end": 1591,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1583,
"end": 1591,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
},
"identifierName": "contents"
},
"name": "contents"
},
"value": {
"type": "Identifier",
"start": 1583,
"end": 1591,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
},
"identifierName": "contents"
},
"name": "contents"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1620,
"end": 1986,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 69,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1620,
"end": 1633,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 17
},
"identifierName": "readFileAsync"
},
"name": "readFileAsync"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1634,
"end": 1642,
"loc": {
"start": {
"line": 57,
"column": 18
},
"end": {
"line": 57,
"column": 26
},
"identifierName": "filename"
},
"name": "filename"
}
],
"body": {
"type": "BlockStatement",
"start": 1644,
"end": 1986,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 69,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1655,
"end": 1979,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 68,
"column": 11
}
},
"argument": {
"type": "NewExpression",
"start": 1662,
"end": 1978,
"loc": {
"start": {
"line": 58,
"column": 15
},
"end": {
"line": 68,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1666,
"end": 1673,
"loc": {
"start": {
"line": 58,
"column": 19
},
"end": {
"line": 58,
"column": 26
},
"identifierName": "Promise"
},
"name": "Promise"
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 1674,
"end": 1977,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 68,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1675,
"end": 1682,
"loc": {
"start": {
"line": 58,
"column": 28
},
"end": {
"line": 58,
"column": 35
},
"identifierName": "resolve"
},
"name": "resolve"
},
{
"type": "Identifier",
"start": 1684,
"end": 1690,
"loc": {
"start": {
"line": 58,
"column": 37
},
"end": {
"line": 58,
"column": 43
},
"identifierName": "reject"
},
"name": "reject"
}
],
"body": {
"type": "BlockStatement",
"start": 1695,
"end": 1977,
"loc": {
"start": {
"line": 58,
"column": 48
},
"end": {
"line": 68,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1734,
"end": 1761,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1740,
"end": 1760,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 1740,
"end": 1745,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 23
},
"identifierName": "jobId"
},
"name": "jobId",
"leadingComments": null
},
"init": {
"type": "UpdateExpression",
"start": 1748,
"end": 1760,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 38
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1750,
"end": 1760,
"loc": {
"start": {
"line": 60,
"column": 28
},
"end": {
"line": 60,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 1750,
"end": 1754,
"loc": {
"start": {
"line": 60,
"column": 28
},
"end": {
"line": 60,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 1755,
"end": 1760,
"loc": {
"start": {
"line": 60,
"column": 33
},
"end": {
"line": 60,
"column": 38
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentLine",
"value": " ipcMain",
"start": 1710,
"end": 1720,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1775,
"end": 1814,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1775,
"end": 1813,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1775,
"end": 1791,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 1775,
"end": 1784,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1775,
"end": 1779,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1780,
"end": 1784,
"loc": {
"start": {
"line": 61,
"column": 17
},
"end": {
"line": 61,
"column": 21
},
"identifierName": "jobs"
},
"name": "jobs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1785,
"end": 1790,
"loc": {
"start": {
"line": 61,
"column": 22
},
"end": {
"line": 61,
"column": 27
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": true
},
"right": {
"type": "ObjectExpression",
"start": 1794,
"end": 1813,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 50
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1796,
"end": 1803,
"loc": {
"start": {
"line": 61,
"column": 33
},
"end": {
"line": 61,
"column": 40
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1796,
"end": 1803,
"loc": {
"start": {
"line": 61,
"column": 33
},
"end": {
"line": 61,
"column": 40
},
"identifierName": "resolve"
},
"name": "resolve"
},
"value": {
"type": "Identifier",
"start": 1796,
"end": 1803,
"loc": {
"start": {
"line": 61,
"column": 33
},
"end": {
"line": 61,
"column": 40
},
"identifierName": "resolve"
},
"name": "resolve"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1805,
"end": 1811,
"loc": {
"start": {
"line": 61,
"column": 42
},
"end": {
"line": 61,
"column": 48
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1805,
"end": 1811,
"loc": {
"start": {
"line": 61,
"column": 42
},
"end": {
"line": 61,
"column": 48
},
"identifierName": "reject"
},
"name": "reject"
},
"value": {
"type": "Identifier",
"start": 1805,
"end": 1811,
"loc": {
"start": {
"line": 61,
"column": 42
},
"end": {
"line": 61,
"column": 48
},
"identifierName": "reject"
},
"name": "reject"
},
"extra": {
"shorthand": true
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1830,
"end": 1966,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 67,
"column": 15
}
},
"expression": {
"type": "CallExpression",
"start": 1830,
"end": 1965,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 67,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 1830,
"end": 1851,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 33
}
},
"object": {
"type": "CallExpression",
"start": 1830,
"end": 1846,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 1830,
"end": 1844,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 26
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 1847,
"end": 1851,
"loc": {
"start": {
"line": 63,
"column": 29
},
"end": {
"line": 63,
"column": 33
},
"identifierName": "send"
},
"name": "send"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1852,
"end": 1860,
"loc": {
"start": {
"line": 63,
"column": 34
},
"end": {
"line": 63,
"column": 42
}
},
"extra": {
"rawValue": "fs-job",
"raw": "\"fs-job\""
},
"value": "fs-job"
},
{
"type": "ObjectExpression",
"start": 1862,
"end": 1964,
"loc": {
"start": {
"line": 63,
"column": 44
},
"end": {
"line": 67,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1881,
"end": 1893,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1881,
"end": 1885,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 1887,
"end": 1893,
"loc": {
"start": {
"line": 64,
"column": 22
},
"end": {
"line": 64,
"column": 28
}
},
"extra": {
"rawValue": "read",
"raw": "\"read\""
},
"value": "read"
}
},
{
"type": "ObjectProperty",
"start": 1912,
"end": 1920,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 24
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1912,
"end": 1920,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 24
},
"identifierName": "filename"
},
"name": "filename"
},
"value": {
"type": "Identifier",
"start": 1912,
"end": 1920,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 24
},
"identifierName": "filename"
},
"name": "filename"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 1939,
"end": 1948,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1939,
"end": 1941,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 18
},
"identifierName": "id"
},
"name": "id"
},
"value": {
"type": "Identifier",
"start": 1943,
"end": 1948,
"loc": {
"start": {
"line": 66,
"column": 20
},
"end": {
"line": 66,
"column": 25
},
"identifierName": "jobId"
},
"name": "jobId"
}
}
]
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1994,
"end": 2362,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1994,
"end": 2009,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 19
},
"identifierName": "deleteFileAsync"
},
"name": "deleteFileAsync"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2010,
"end": 2018,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 28
},
"identifierName": "filename"
},
"name": "filename"
}
],
"body": {
"type": "BlockStatement",
"start": 2020,
"end": 2362,
"loc": {
"start": {
"line": 71,
"column": 30
},
"end": {
"line": 82,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2031,
"end": 2355,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 81,
"column": 11
}
},
"argument": {
"type": "NewExpression",
"start": 2038,
"end": 2354,
"loc": {
"start": {
"line": 72,
"column": 15
},
"end": {
"line": 81,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 2042,
"end": 2049,
"loc": {
"start": {
"line": 72,
"column": 19
},
"end": {
"line": 72,
"column": 26
},
"identifierName": "Promise"
},
"name": "Promise"
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 2050,
"end": 2353,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 81,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2051,
"end": 2058,
"loc": {
"start": {
"line": 72,
"column": 28
},
"end": {
"line": 72,
"column": 35
},
"identifierName": "resolve"
},
"name": "resolve"
},
{
"type": "Identifier",
"start": 2060,
"end": 2066,
"loc": {
"start": {
"line": 72,
"column": 37
},
"end": {
"line": 72,
"column": 43
},
"identifierName": "reject"
},
"name": "reject"
}
],
"body": {
"type": "BlockStatement",
"start": 2071,
"end": 2353,
"loc": {
"start": {
"line": 72,
"column": 48
},
"end": {
"line": 81,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2110,
"end": 2137,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 74,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2116,
"end": 2136,
"loc": {
"start": {
"line": 74,
"column": 18
},
"end": {
"line": 74,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 2116,
"end": 2121,
"loc": {
"start": {
"line": 74,
"column": 18
},
"end": {
"line": 74,
"column": 23
},
"identifierName": "jobId"
},
"name": "jobId",
"leadingComments": null
},
"init": {
"type": "UpdateExpression",
"start": 2124,
"end": 2136,
"loc": {
"start": {
"line": 74,
"column": 26
},
"end": {
"line": 74,
"column": 38
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2126,
"end": 2136,
"loc": {
"start": {
"line": 74,
"column": 28
},
"end": {
"line": 74,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 2126,
"end": 2130,
"loc": {
"start": {
"line": 74,
"column": 28
},
"end": {
"line": 74,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 2131,
"end": 2136,
"loc": {
"start": {
"line": 74,
"column": 33
},
"end": {
"line": 74,
"column": 38
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentLine",
"value": " ipcMain",
"start": 2086,
"end": 2096,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 22
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2151,
"end": 2190,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2151,
"end": 2189,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2151,
"end": 2167,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 2151,
"end": 2160,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 2151,
"end": 2155,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2156,
"end": 2160,
"loc": {
"start": {
"line": 75,
"column": 17
},
"end": {
"line": 75,
"column": 21
},
"identifierName": "jobs"
},
"name": "jobs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2161,
"end": 2166,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 27
},
"identifierName": "jobId"
},
"name": "jobId"
},
"computed": true
},
"right": {
"type": "ObjectExpression",
"start": 2170,
"end": 2189,
"loc": {
"start": {
"line": 75,
"column": 31
},
"end": {
"line": 75,
"column": 50
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2172,
"end": 2179,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 40
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 2172,
"end": 2179,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 40
},
"identifierName": "resolve"
},
"name": "resolve"
},
"value": {
"type": "Identifier",
"start": 2172,
"end": 2179,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 40
},
"identifierName": "resolve"
},
"name": "resolve"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 2181,
"end": 2187,
"loc": {
"start": {
"line": 75,
"column": 42
},
"end": {
"line": 75,
"column": 48
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 2181,
"end": 2187,
"loc": {
"start": {
"line": 75,
"column": 42
},
"end": {
"line": 75,
"column": 48
},
"identifierName": "reject"
},
"name": "reject"
},
"value": {
"type": "Identifier",
"start": 2181,
"end": 2187,
"loc": {
"start": {
"line": 75,
"column": 42
},
"end": {
"line": 75,
"column": 48
},
"identifierName": "reject"
},
"name": "reject"
},
"extra": {
"shorthand": true
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 2204,
"end": 2342,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 80,
"column": 15
}
},
"expression": {
"type": "CallExpression",
"start": 2204,
"end": 2341,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 80,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 2204,
"end": 2225,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 33
}
},
"object": {
"type": "CallExpression",
"start": 2204,
"end": 2220,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 28
}
},
"callee": {
"type": "Identifier",
"start": 2204,
"end": 2218,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 26
},
"identifierName": "getIPCRenderer"
},
"name": "getIPCRenderer"
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 2221,
"end": 2225,
"loc": {
"start": {
"line": 76,
"column": 29
},
"end": {
"line": 76,
"column": 33
},
"identifierName": "send"
},
"name": "send"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2226,
"end": 2234,
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 42
}
},
"extra": {
"rawValue": "fs-job",
"raw": "\"fs-job\""
},
"value": "fs-job"
},
{
"type": "ObjectExpression",
"start": 2236,
"end": 2340,
"loc": {
"start": {
"line": 76,
"column": 44
},
"end": {
"line": 80,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2255,
"end": 2269,
"loc": {
"start": {
"line": 77,
"column": 16
},
"end": {
"line": 77,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2255,
"end": 2259,
"loc": {
"start": {
"line": 77,
"column": 16
},
"end": {
"line": 77,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 2261,
"end": 2269,
"loc": {
"start": {
"line": 77,
"column": 22
},
"end": {
"line": 77,
"column": 30
}
},
"extra": {
"rawValue": "delete",
"raw": "\"delete\""
},
"value": "delete"
}
},
{
"type": "ObjectProperty",
"start": 2288,
"end": 2296,
"loc": {
"start": {
"line": 78,
"column": 16
},
"end": {
"line": 78,
"column": 24
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 2288,
"end": 2296,
"loc": {
"start": {
"line": 78,
"column": 16
},
"end": {
"line": 78,
"column": 24
},
"identifierName": "filename"
},
"name": "filename"
},
"value": {
"type": "Identifier",
"start": 2288,
"end": 2296,
"loc": {
"start": {
"line": 78,
"column": 16
},
"end": {
"line": 78,
"column": 24
},
"identifierName": "filename"
},
"name": "filename"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 2315,
"end": 2324,
"loc": {
"start": {
"line": 79,
"column": 16
},
"end": {
"line": 79,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2315,
"end": 2317,
"loc": {
"start": {
"line": 79,
"column": 16
},
"end": {
"line": 79,
"column": 18
},
"identifierName": "id"
},
"name": "id"
},
"value": {
"type": "Identifier",
"start": 2319,
"end": 2324,
"loc": {
"start": {
"line": 79,
"column": 20
},
"end": {
"line": 79,
"column": 25
},
"identifierName": "jobId"
},
"name": "jobId"
}
}
]
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @type {Object.<number, {resolve:Function, reject: Function}>} ",
"start": 322,
"end": 390,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 76
}
}
},
{
"type": "CommentLine",
"value": " ipcMain",
"start": 1101,
"end": 1111,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 22
}
}
},
{
"type": "CommentLine",
"value": " ipcMain",
"start": 1710,
"end": 1720,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
}
}
},
{
"type": "CommentLine",
"value": " ipcMain",
"start": 2086,
"end": 2096,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 22
}
}
}
],
"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": "StorageInterface",
"start": 9,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 26,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 28,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../storage",
"start": 33,
"end": 45,
"loc": {
"start": {
"line": 1,
"column": 33
},
"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": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 48,
"end": 54,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 55,
"end": 56,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIPCRenderer",
"start": 57,
"end": 71,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 72,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 24
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 74,
"end": 78,
"loc": {
"start": {
"line": 2,
"column": 26
},
"end": {
"line": 2,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../core/utils",
"start": 79,
"end": 97,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 97,
"end": 98,
"loc": {
"start": {
"line": 2,
"column": 49
},
"end": {
"line": 2,
"column": 50
}
}
},
{
"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": 100,
"end": 106,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 107,
"end": 108,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createLogger",
"start": 109,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 122,
"end": 123,
"loc": {
"start": {
"line": 3,
"column": 22
},
"end": {
"line": 3,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 124,
"end": 128,
"loc": {
"start": {
"line": 3,
"column": 24
},
"end": {
"line": 3,
"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/logging",
"start": 129,
"end": 149,
"loc": {
"start": {
"line": 3,
"column": 29
},
"end": {
"line": 3,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 149,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 49
},
"end": {
"line": 3,
"column": 50
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 154,
"end": 159,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 160,
"end": 166,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 167,
"end": 168,
"loc": {
"start": {
"line": 5,
"column": 13
},
"end": {
"line": 5,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createLogger",
"start": 169,
"end": 181,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 181,
"end": 182,
"loc": {
"start": {
"line": 5,
"column": 27
},
"end": {
"line": 5,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "electron-storage",
"start": 182,
"end": 200,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 5,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 200,
"end": 201,
"loc": {
"start": {
"line": 5,
"column": 46
},
"end": {
"line": 5,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 201,
"end": 202,
"loc": {
"start": {
"line": 5,
"column": 47
},
"end": {
"line": 5,
"column": 48
}
}
},
{
"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": 206,
"end": 212,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 6
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 213,
"end": 218,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "StorageImplElectron",
"start": 219,
"end": 238,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 32
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 239,
"end": 246,
"loc": {
"start": {
"line": 7,
"column": 33
},
"end": {
"line": 7,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "StorageInterface",
"start": 247,
"end": 263,
"loc": {
"start": {
"line": 7,
"column": 41
},
"end": {
"line": 7,
"column": 57
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 264,
"end": 265,
"loc": {
"start": {
"line": 7,
"column": 58
},
"end": {
"line": 7,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 271,
"end": 282,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
}
}
},
{
"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": 8,
"column": 15
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 283,
"end": 286,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 286,
"end": 287,
"loc": {
"start": {
"line": 8,
"column": 19
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 288,
"end": 289,
"loc": {
"start": {
"line": 8,
"column": 21
},
"end": {
"line": 8,
"column": 22
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 299,
"end": 304,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
{
"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": 9,
"column": 13
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 305,
"end": 308,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 308,
"end": 309,
"loc": {
"start": {
"line": 9,
"column": 17
},
"end": {
"line": 9,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 309,
"end": 310,
"loc": {
"start": {
"line": 9,
"column": 18
},
"end": {
"line": 9,
"column": 19
}
}
},
{
"type": "CommentBlock",
"value": "* @type {Object.<number, {resolve:Function, reject: Function}>} ",
"start": 322,
"end": 390,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 76
}
}
},
{
"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": 400,
"end": 404,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 404,
"end": 405,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobs",
"start": 405,
"end": 409,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 410,
"end": 411,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 412,
"end": 413,
"loc": {
"start": {
"line": 12,
"column": 20
},
"end": {
"line": 12,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 413,
"end": 414,
"loc": {
"start": {
"line": 12,
"column": 21
},
"end": {
"line": 12,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 414,
"end": 415,
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 12,
"column": 23
}
}
},
{
"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": 425,
"end": 429,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 429,
"end": 430,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 430,
"end": 435,
"loc": {
"start": {
"line": 13,
"column": 13
},
"end": {
"line": 13,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 436,
"end": 437,
"loc": {
"start": {
"line": 13,
"column": 19
},
"end": {
"line": 13,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 438,
"end": 439,
"loc": {
"start": {
"line": 13,
"column": 21
},
"end": {
"line": 13,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 439,
"end": 440,
"loc": {
"start": {
"line": 13,
"column": 22
},
"end": {
"line": 13,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIPCRenderer",
"start": 452,
"end": 466,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 466,
"end": 467,
"loc": {
"start": {
"line": 15,
"column": 22
},
"end": {
"line": 15,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 467,
"end": 468,
"loc": {
"start": {
"line": 15,
"column": 23
},
"end": {
"line": 15,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 468,
"end": 469,
"loc": {
"start": {
"line": 15,
"column": 24
},
"end": {
"line": 15,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 469,
"end": 471,
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 471,
"end": 472,
"loc": {
"start": {
"line": 15,
"column": 27
},
"end": {
"line": 15,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fs-response",
"start": 472,
"end": 485,
"loc": {
"start": {
"line": 15,
"column": 28
},
"end": {
"line": 15,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 485,
"end": 486,
"loc": {
"start": {
"line": 15,
"column": 41
},
"end": {
"line": 15,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 487,
"end": 488,
"loc": {
"start": {
"line": 15,
"column": 43
},
"end": {
"line": 15,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 488,
"end": 493,
"loc": {
"start": {
"line": 15,
"column": 44
},
"end": {
"line": 15,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 493,
"end": 494,
"loc": {
"start": {
"line": 15,
"column": 49
},
"end": {
"line": 15,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 495,
"end": 498,
"loc": {
"start": {
"line": 15,
"column": 51
},
"end": {
"line": 15,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 498,
"end": 499,
"loc": {
"start": {
"line": 15,
"column": 54
},
"end": {
"line": 15,
"column": 55
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 500,
"end": 502,
"loc": {
"start": {
"line": 15,
"column": 56
},
"end": {
"line": 15,
"column": 58
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 503,
"end": 504,
"loc": {
"start": {
"line": 15,
"column": 59
},
"end": {
"line": 15,
"column": 60
}
}
},
{
"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": 518,
"end": 523,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 524,
"end": 526,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 527,
"end": 528,
"loc": {
"start": {
"line": 16,
"column": 21
},
"end": {
"line": 16,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 529,
"end": 532,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 532,
"end": 533,
"loc": {
"start": {
"line": 16,
"column": 26
},
"end": {
"line": 16,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 533,
"end": 535,
"loc": {
"start": {
"line": 16,
"column": 27
},
"end": {
"line": 16,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 535,
"end": 536,
"loc": {
"start": {
"line": 16,
"column": 29
},
"end": {
"line": 16,
"column": 30
}
}
},
{
"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": 550,
"end": 552,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 553,
"end": 554,
"loc": {
"start": {
"line": 17,
"column": 15
},
"end": {
"line": 17,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 554,
"end": 555,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 17
}
}
},
{
"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": 555,
"end": 559,
"loc": {
"start": {
"line": 17,
"column": 17
},
"end": {
"line": 17,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 559,
"end": 560,
"loc": {
"start": {
"line": 17,
"column": 21
},
"end": {
"line": 17,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobs",
"start": 560,
"end": 564,
"loc": {
"start": {
"line": 17,
"column": 22
},
"end": {
"line": 17,
"column": 26
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 564,
"end": 565,
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 565,
"end": 567,
"loc": {
"start": {
"line": 17,
"column": 27
},
"end": {
"line": 17,
"column": 29
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 567,
"end": 568,
"loc": {
"start": {
"line": 17,
"column": 29
},
"end": {
"line": 17,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 568,
"end": 569,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 570,
"end": 571,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 589,
"end": 595,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 595,
"end": 596,
"loc": {
"start": {
"line": 18,
"column": 22
},
"end": {
"line": 18,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warn",
"start": 596,
"end": 600,
"loc": {
"start": {
"line": 18,
"column": 23
},
"end": {
"line": 18,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 600,
"end": 601,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Got unhandled FS response, job not known:",
"start": 601,
"end": 644,
"loc": {
"start": {
"line": 18,
"column": 28
},
"end": {
"line": 18,
"column": 71
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 644,
"end": 645,
"loc": {
"start": {
"line": 18,
"column": 71
},
"end": {
"line": 18,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 646,
"end": 648,
"loc": {
"start": {
"line": 18,
"column": 73
},
"end": {
"line": 18,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 648,
"end": 649,
"loc": {
"start": {
"line": 18,
"column": 75
},
"end": {
"line": 18,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 649,
"end": 650,
"loc": {
"start": {
"line": 18,
"column": 76
},
"end": {
"line": 18,
"column": 77
}
}
},
{
"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": 668,
"end": 674,
"loc": {
"start": {
"line": 19,
"column": 16
},
"end": {
"line": 19,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 674,
"end": 675,
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 689,
"end": 690,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 13
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 704,
"end": 709,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 710,
"end": 711,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 712,
"end": 719,
"loc": {
"start": {
"line": 21,
"column": 20
},
"end": {
"line": 21,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 719,
"end": 720,
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 721,
"end": 727,
"loc": {
"start": {
"line": 21,
"column": 29
},
"end": {
"line": 21,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 728,
"end": 729,
"loc": {
"start": {
"line": 21,
"column": 36
},
"end": {
"line": 21,
"column": 37
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 730,
"end": 731,
"loc": {
"start": {
"line": 21,
"column": 38
},
"end": {
"line": 21,
"column": 39
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 732,
"end": 736,
"loc": {
"start": {
"line": 21,
"column": 40
},
"end": {
"line": 21,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 736,
"end": 737,
"loc": {
"start": {
"line": 21,
"column": 44
},
"end": {
"line": 21,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobs",
"start": 737,
"end": 741,
"loc": {
"start": {
"line": 21,
"column": 45
},
"end": {
"line": 21,
"column": 49
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 741,
"end": 742,
"loc": {
"start": {
"line": 21,
"column": 49
},
"end": {
"line": 21,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 742,
"end": 744,
"loc": {
"start": {
"line": 21,
"column": 50
},
"end": {
"line": 21,
"column": 52
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 744,
"end": 745,
"loc": {
"start": {
"line": 21,
"column": 52
},
"end": {
"line": 21,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 745,
"end": 746,
"loc": {
"start": {
"line": 21,
"column": 53
},
"end": {
"line": 21,
"column": 54
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 760,
"end": 762,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 763,
"end": 764,
"loc": {
"start": {
"line": 22,
"column": 15
},
"end": {
"line": 22,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 764,
"end": 767,
"loc": {
"start": {
"line": 22,
"column": 16
},
"end": {
"line": 22,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 767,
"end": 768,
"loc": {
"start": {
"line": 22,
"column": 19
},
"end": {
"line": 22,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 768,
"end": 774,
"loc": {
"start": {
"line": 22,
"column": 20
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 774,
"end": 775,
"loc": {
"start": {
"line": 22,
"column": 26
},
"end": {
"line": 22,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "success",
"start": 775,
"end": 782,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 782,
"end": 783,
"loc": {
"start": {
"line": 22,
"column": 34
},
"end": {
"line": 22,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 784,
"end": 785,
"loc": {
"start": {
"line": 22,
"column": 36
},
"end": {
"line": 22,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 803,
"end": 810,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 810,
"end": 811,
"loc": {
"start": {
"line": 23,
"column": 23
},
"end": {
"line": 23,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 811,
"end": 814,
"loc": {
"start": {
"line": 23,
"column": 24
},
"end": {
"line": 23,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 814,
"end": 815,
"loc": {
"start": {
"line": 23,
"column": 27
},
"end": {
"line": 23,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 815,
"end": 821,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 821,
"end": 822,
"loc": {
"start": {
"line": 23,
"column": 34
},
"end": {
"line": 23,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 822,
"end": 826,
"loc": {
"start": {
"line": 23,
"column": 35
},
"end": {
"line": 23,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 826,
"end": 827,
"loc": {
"start": {
"line": 23,
"column": 39
},
"end": {
"line": 23,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 827,
"end": 828,
"loc": {
"start": {
"line": 23,
"column": 40
},
"end": {
"line": 23,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 842,
"end": 843,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"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": 844,
"end": 848,
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 849,
"end": 850,
"loc": {
"start": {
"line": 24,
"column": 19
},
"end": {
"line": 24,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 868,
"end": 874,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 874,
"end": 875,
"loc": {
"start": {
"line": 25,
"column": 22
},
"end": {
"line": 25,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "arg",
"start": 875,
"end": 878,
"loc": {
"start": {
"line": 25,
"column": 23
},
"end": {
"line": 25,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 878,
"end": 879,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 879,
"end": 885,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 885,
"end": 886,
"loc": {
"start": {
"line": 25,
"column": 33
},
"end": {
"line": 25,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 886,
"end": 891,
"loc": {
"start": {
"line": 25,
"column": 34
},
"end": {
"line": 25,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 891,
"end": 892,
"loc": {
"start": {
"line": 25,
"column": 39
},
"end": {
"line": 25,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 892,
"end": 893,
"loc": {
"start": {
"line": 25,
"column": 40
},
"end": {
"line": 25,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 907,
"end": 908,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 918,
"end": 919,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 919,
"end": 920,
"loc": {
"start": {
"line": 27,
"column": 9
},
"end": {
"line": 27,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 920,
"end": 921,
"loc": {
"start": {
"line": 27,
"column": 10
},
"end": {
"line": 27,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 927,
"end": 928,
"loc": {
"start": {
"line": 28,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialize",
"start": 936,
"end": 946,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 946,
"end": 947,
"loc": {
"start": {
"line": 30,
"column": 14
},
"end": {
"line": 30,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 947,
"end": 948,
"loc": {
"start": {
"line": 30,
"column": 15
},
"end": {
"line": 30,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 949,
"end": 950,
"loc": {
"start": {
"line": 30,
"column": 17
},
"end": {
"line": 30,
"column": 18
}
}
},
{
"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": 960,
"end": 966,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Promise",
"start": 967,
"end": 974,
"loc": {
"start": {
"line": 31,
"column": 15
},
"end": {
"line": 31,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 974,
"end": 975,
"loc": {
"start": {
"line": 31,
"column": 22
},
"end": {
"line": 31,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 975,
"end": 982,
"loc": {
"start": {
"line": 31,
"column": 23
},
"end": {
"line": 31,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 982,
"end": 983,
"loc": {
"start": {
"line": 31,
"column": 30
},
"end": {
"line": 31,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 983,
"end": 984,
"loc": {
"start": {
"line": 31,
"column": 31
},
"end": {
"line": 31,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 984,
"end": 985,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 991,
"end": 992,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "writeFileAsync",
"start": 1000,
"end": 1014,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1014,
"end": 1015,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1015,
"end": 1023,
"loc": {
"start": {
"line": 34,
"column": 19
},
"end": {
"line": 34,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1023,
"end": 1024,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 1025,
"end": 1033,
"loc": {
"start": {
"line": 34,
"column": 29
},
"end": {
"line": 34,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1033,
"end": 1034,
"loc": {
"start": {
"line": 34,
"column": 37
},
"end": {
"line": 34,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1035,
"end": 1036,
"loc": {
"start": {
"line": 34,
"column": 39
},
"end": {
"line": 34,
"column": 40
}
}
},
{
"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": 1046,
"end": 1052,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"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": 1053,
"end": 1056,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Promise",
"start": 1057,
"end": 1064,
"loc": {
"start": {
"line": 35,
"column": 19
},
"end": {
"line": 35,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1064,
"end": 1065,
"loc": {
"start": {
"line": 35,
"column": 26
},
"end": {
"line": 35,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1065,
"end": 1066,
"loc": {
"start": {
"line": 35,
"column": 27
},
"end": {
"line": 35,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 1066,
"end": 1073,
"loc": {
"start": {
"line": 35,
"column": 28
},
"end": {
"line": 35,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1073,
"end": 1074,
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 1075,
"end": 1081,
"loc": {
"start": {
"line": 35,
"column": 37
},
"end": {
"line": 35,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1081,
"end": 1082,
"loc": {
"start": {
"line": 35,
"column": 43
},
"end": {
"line": 35,
"column": 44
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1083,
"end": 1085,
"loc": {
"start": {
"line": 35,
"column": 45
},
"end": {
"line": 35,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1086,
"end": 1087,
"loc": {
"start": {
"line": 35,
"column": 48
},
"end": {
"line": 35,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " ipcMain",
"start": 1101,
"end": 1111,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 22
}
}
},
{
"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": 1125,
"end": 1130,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1131,
"end": 1136,
"loc": {
"start": {
"line": 37,
"column": 18
},
"end": {
"line": 37,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1137,
"end": 1138,
"loc": {
"start": {
"line": 37,
"column": 24
},
"end": {
"line": 37,
"column": 25
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 1139,
"end": 1141,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 28
}
}
},
{
"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": 1141,
"end": 1145,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1145,
"end": 1146,
"loc": {
"start": {
"line": 37,
"column": 32
},
"end": {
"line": 37,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1146,
"end": 1151,
"loc": {
"start": {
"line": 37,
"column": 33
},
"end": {
"line": 37,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1151,
"end": 1152,
"loc": {
"start": {
"line": 37,
"column": 38
},
"end": {
"line": 37,
"column": 39
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1166,
"end": 1170,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1170,
"end": 1171,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobs",
"start": 1171,
"end": 1175,
"loc": {
"start": {
"line": 38,
"column": 17
},
"end": {
"line": 38,
"column": 21
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1175,
"end": 1176,
"loc": {
"start": {
"line": 38,
"column": 21
},
"end": {
"line": 38,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1176,
"end": 1181,
"loc": {
"start": {
"line": 38,
"column": 22
},
"end": {
"line": 38,
"column": 27
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1181,
"end": 1182,
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1183,
"end": 1184,
"loc": {
"start": {
"line": 38,
"column": 29
},
"end": {
"line": 38,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1185,
"end": 1186,
"loc": {
"start": {
"line": 38,
"column": 31
},
"end": {
"line": 38,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 1187,
"end": 1194,
"loc": {
"start": {
"line": 38,
"column": 33
},
"end": {
"line": 38,
"column": 40
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1194,
"end": 1195,
"loc": {
"start": {
"line": 38,
"column": 40
},
"end": {
"line": 38,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 1196,
"end": 1202,
"loc": {
"start": {
"line": 38,
"column": 42
},
"end": {
"line": 38,
"column": 48
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1203,
"end": 1204,
"loc": {
"start": {
"line": 38,
"column": 49
},
"end": {
"line": 38,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1204,
"end": 1205,
"loc": {
"start": {
"line": 38,
"column": 50
},
"end": {
"line": 38,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIPCRenderer",
"start": 1221,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1235,
"end": 1236,
"loc": {
"start": {
"line": 40,
"column": 26
},
"end": {
"line": 40,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1236,
"end": 1237,
"loc": {
"start": {
"line": 40,
"column": 27
},
"end": {
"line": 40,
"column": 28
}
}
},
{
"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": 40,
"column": 28
},
"end": {
"line": 40,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "send",
"start": 1238,
"end": 1242,
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1242,
"end": 1243,
"loc": {
"start": {
"line": 40,
"column": 33
},
"end": {
"line": 40,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fs-job",
"start": 1243,
"end": 1251,
"loc": {
"start": {
"line": 40,
"column": 34
},
"end": {
"line": 40,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1251,
"end": 1252,
"loc": {
"start": {
"line": 40,
"column": 42
},
"end": {
"line": 40,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1253,
"end": 1254,
"loc": {
"start": {
"line": 40,
"column": 44
},
"end": {
"line": 40,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1272,
"end": 1276,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1276,
"end": 1277,
"loc": {
"start": {
"line": 41,
"column": 20
},
"end": {
"line": 41,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "write",
"start": 1278,
"end": 1285,
"loc": {
"start": {
"line": 41,
"column": 22
},
"end": {
"line": 41,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1285,
"end": 1286,
"loc": {
"start": {
"line": 41,
"column": 29
},
"end": {
"line": 41,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1304,
"end": 1312,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1312,
"end": 1313,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 1331,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1339,
"end": 1340,
"loc": {
"start": {
"line": 43,
"column": 24
},
"end": {
"line": 43,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 1358,
"end": 1360,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1360,
"end": 1361,
"loc": {
"start": {
"line": 44,
"column": 18
},
"end": {
"line": 44,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1362,
"end": 1367,
"loc": {
"start": {
"line": 44,
"column": 20
},
"end": {
"line": 44,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1367,
"end": 1368,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1382,
"end": 1383,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1383,
"end": 1384,
"loc": {
"start": {
"line": 45,
"column": 13
},
"end": {
"line": 45,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1384,
"end": 1385,
"loc": {
"start": {
"line": 45,
"column": 14
},
"end": {
"line": 45,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1395,
"end": 1396,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1396,
"end": 1397,
"loc": {
"start": {
"line": 46,
"column": 9
},
"end": {
"line": 46,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1397,
"end": 1398,
"loc": {
"start": {
"line": 46,
"column": 10
},
"end": {
"line": 46,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1404,
"end": 1405,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "writeFileSyncIfSupported",
"start": 1413,
"end": 1437,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1437,
"end": 1438,
"loc": {
"start": {
"line": 49,
"column": 28
},
"end": {
"line": 49,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1438,
"end": 1446,
"loc": {
"start": {
"line": 49,
"column": 29
},
"end": {
"line": 49,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1446,
"end": 1447,
"loc": {
"start": {
"line": 49,
"column": 37
},
"end": {
"line": 49,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 1448,
"end": 1456,
"loc": {
"start": {
"line": 49,
"column": 39
},
"end": {
"line": 49,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1456,
"end": 1457,
"loc": {
"start": {
"line": 49,
"column": 47
},
"end": {
"line": 49,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1458,
"end": 1459,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 49,
"column": 50
}
}
},
{
"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": 1469,
"end": 1475,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIPCRenderer",
"start": 1476,
"end": 1490,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1490,
"end": 1491,
"loc": {
"start": {
"line": 50,
"column": 29
},
"end": {
"line": 50,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1491,
"end": 1492,
"loc": {
"start": {
"line": 50,
"column": 30
},
"end": {
"line": 50,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1492,
"end": 1493,
"loc": {
"start": {
"line": 50,
"column": 31
},
"end": {
"line": 50,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sendSync",
"start": 1493,
"end": 1501,
"loc": {
"start": {
"line": 50,
"column": 32
},
"end": {
"line": 50,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1501,
"end": 1502,
"loc": {
"start": {
"line": 50,
"column": 40
},
"end": {
"line": 50,
"column": 41
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fs-sync-job",
"start": 1502,
"end": 1515,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 54
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1515,
"end": 1516,
"loc": {
"start": {
"line": 50,
"column": 54
},
"end": {
"line": 50,
"column": 55
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1517,
"end": 1518,
"loc": {
"start": {
"line": 50,
"column": 56
},
"end": {
"line": 50,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1532,
"end": 1536,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1536,
"end": 1537,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "write",
"start": 1538,
"end": 1545,
"loc": {
"start": {
"line": 51,
"column": 18
},
"end": {
"line": 51,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1545,
"end": 1546,
"loc": {
"start": {
"line": 51,
"column": 25
},
"end": {
"line": 51,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1568,
"end": 1569,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contents",
"start": 1583,
"end": 1591,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1591,
"end": 1592,
"loc": {
"start": {
"line": 53,
"column": 20
},
"end": {
"line": 53,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1602,
"end": 1603,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1603,
"end": 1604,
"loc": {
"start": {
"line": 54,
"column": 9
},
"end": {
"line": 54,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1604,
"end": 1605,
"loc": {
"start": {
"line": 54,
"column": 10
},
"end": {
"line": 54,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1611,
"end": 1612,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 55,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "readFileAsync",
"start": 1620,
"end": 1633,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1633,
"end": 1634,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1634,
"end": 1642,
"loc": {
"start": {
"line": 57,
"column": 18
},
"end": {
"line": 57,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1642,
"end": 1643,
"loc": {
"start": {
"line": 57,
"column": 26
},
"end": {
"line": 57,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1644,
"end": 1645,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 29
}
}
},
{
"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": 1655,
"end": 1661,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 14
}
}
},
{
"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": 1662,
"end": 1665,
"loc": {
"start": {
"line": 58,
"column": 15
},
"end": {
"line": 58,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Promise",
"start": 1666,
"end": 1673,
"loc": {
"start": {
"line": 58,
"column": 19
},
"end": {
"line": 58,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1673,
"end": 1674,
"loc": {
"start": {
"line": 58,
"column": 26
},
"end": {
"line": 58,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1674,
"end": 1675,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 1675,
"end": 1682,
"loc": {
"start": {
"line": 58,
"column": 28
},
"end": {
"line": 58,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1682,
"end": 1683,
"loc": {
"start": {
"line": 58,
"column": 35
},
"end": {
"line": 58,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 1684,
"end": 1690,
"loc": {
"start": {
"line": 58,
"column": 37
},
"end": {
"line": 58,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1690,
"end": 1691,
"loc": {
"start": {
"line": 58,
"column": 43
},
"end": {
"line": 58,
"column": 44
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1692,
"end": 1694,
"loc": {
"start": {
"line": 58,
"column": 45
},
"end": {
"line": 58,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1695,
"end": 1696,
"loc": {
"start": {
"line": 58,
"column": 48
},
"end": {
"line": 58,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " ipcMain",
"start": 1710,
"end": 1720,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
}
}
},
{
"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": 1734,
"end": 1739,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1740,
"end": 1745,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1746,
"end": 1747,
"loc": {
"start": {
"line": 60,
"column": 24
},
"end": {
"line": 60,
"column": 25
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 1748,
"end": 1750,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 28
}
}
},
{
"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": 1750,
"end": 1754,
"loc": {
"start": {
"line": 60,
"column": 28
},
"end": {
"line": 60,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1754,
"end": 1755,
"loc": {
"start": {
"line": 60,
"column": 32
},
"end": {
"line": 60,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1755,
"end": 1760,
"loc": {
"start": {
"line": 60,
"column": 33
},
"end": {
"line": 60,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1760,
"end": 1761,
"loc": {
"start": {
"line": 60,
"column": 38
},
"end": {
"line": 60,
"column": 39
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1775,
"end": 1779,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1779,
"end": 1780,
"loc": {
"start": {
"line": 61,
"column": 16
},
"end": {
"line": 61,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobs",
"start": 1780,
"end": 1784,
"loc": {
"start": {
"line": 61,
"column": 17
},
"end": {
"line": 61,
"column": 21
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1784,
"end": 1785,
"loc": {
"start": {
"line": 61,
"column": 21
},
"end": {
"line": 61,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1785,
"end": 1790,
"loc": {
"start": {
"line": 61,
"column": 22
},
"end": {
"line": 61,
"column": 27
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1790,
"end": 1791,
"loc": {
"start": {
"line": 61,
"column": 27
},
"end": {
"line": 61,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1792,
"end": 1793,
"loc": {
"start": {
"line": 61,
"column": 29
},
"end": {
"line": 61,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1794,
"end": 1795,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 1796,
"end": 1803,
"loc": {
"start": {
"line": 61,
"column": 33
},
"end": {
"line": 61,
"column": 40
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1803,
"end": 1804,
"loc": {
"start": {
"line": 61,
"column": 40
},
"end": {
"line": 61,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 1805,
"end": 1811,
"loc": {
"start": {
"line": 61,
"column": 42
},
"end": {
"line": 61,
"column": 48
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1812,
"end": 1813,
"loc": {
"start": {
"line": 61,
"column": 49
},
"end": {
"line": 61,
"column": 50
}
}
},
{
"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": 61,
"column": 50
},
"end": {
"line": 61,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIPCRenderer",
"start": 1830,
"end": 1844,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1844,
"end": 1845,
"loc": {
"start": {
"line": 63,
"column": 26
},
"end": {
"line": 63,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1845,
"end": 1846,
"loc": {
"start": {
"line": 63,
"column": 27
},
"end": {
"line": 63,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 63,
"column": 28
},
"end": {
"line": 63,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "send",
"start": 1847,
"end": 1851,
"loc": {
"start": {
"line": 63,
"column": 29
},
"end": {
"line": 63,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1851,
"end": 1852,
"loc": {
"start": {
"line": 63,
"column": 33
},
"end": {
"line": 63,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fs-job",
"start": 1852,
"end": 1860,
"loc": {
"start": {
"line": 63,
"column": 34
},
"end": {
"line": 63,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1860,
"end": 1861,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1862,
"end": 1863,
"loc": {
"start": {
"line": 63,
"column": 44
},
"end": {
"line": 63,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1881,
"end": 1885,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 20
}
}
},
{
"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": 64,
"column": 20
},
"end": {
"line": 64,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "read",
"start": 1887,
"end": 1893,
"loc": {
"start": {
"line": 64,
"column": 22
},
"end": {
"line": 64,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1893,
"end": 1894,
"loc": {
"start": {
"line": 64,
"column": 28
},
"end": {
"line": 64,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 1912,
"end": 1920,
"loc": {
"start": {
"line": 65,
"column": 16
},
"end": {
"line": 65,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1920,
"end": 1921,
"loc": {
"start": {
"line": 65,
"column": 24
},
"end": {
"line": 65,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 1939,
"end": 1941,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1941,
"end": 1942,
"loc": {
"start": {
"line": 66,
"column": 18
},
"end": {
"line": 66,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 1943,
"end": 1948,
"loc": {
"start": {
"line": 66,
"column": 20
},
"end": {
"line": 66,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1948,
"end": 1949,
"loc": {
"start": {
"line": 66,
"column": 25
},
"end": {
"line": 66,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1963,
"end": 1964,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1964,
"end": 1965,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1965,
"end": 1966,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1976,
"end": 1977,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1977,
"end": 1978,
"loc": {
"start": {
"line": 68,
"column": 9
},
"end": {
"line": 68,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1978,
"end": 1979,
"loc": {
"start": {
"line": 68,
"column": 10
},
"end": {
"line": 68,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1985,
"end": 1986,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 69,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "deleteFileAsync",
"start": 1994,
"end": 2009,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2009,
"end": 2010,
"loc": {
"start": {
"line": 71,
"column": 19
},
"end": {
"line": 71,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 2010,
"end": 2018,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2018,
"end": 2019,
"loc": {
"start": {
"line": 71,
"column": 28
},
"end": {
"line": 71,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2020,
"end": 2021,
"loc": {
"start": {
"line": 71,
"column": 30
},
"end": {
"line": 71,
"column": 31
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 2031,
"end": 2037,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 14
}
}
},
{
"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": 2038,
"end": 2041,
"loc": {
"start": {
"line": 72,
"column": 15
},
"end": {
"line": 72,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Promise",
"start": 2042,
"end": 2049,
"loc": {
"start": {
"line": 72,
"column": 19
},
"end": {
"line": 72,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2049,
"end": 2050,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2050,
"end": 2051,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 72,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 2051,
"end": 2058,
"loc": {
"start": {
"line": 72,
"column": 28
},
"end": {
"line": 72,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2058,
"end": 2059,
"loc": {
"start": {
"line": 72,
"column": 35
},
"end": {
"line": 72,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 2060,
"end": 2066,
"loc": {
"start": {
"line": 72,
"column": 37
},
"end": {
"line": 72,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2066,
"end": 2067,
"loc": {
"start": {
"line": 72,
"column": 43
},
"end": {
"line": 72,
"column": 44
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2068,
"end": 2070,
"loc": {
"start": {
"line": 72,
"column": 45
},
"end": {
"line": 72,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2071,
"end": 2072,
"loc": {
"start": {
"line": 72,
"column": 48
},
"end": {
"line": 72,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " ipcMain",
"start": 2086,
"end": 2096,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 22
}
}
},
{
"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": 2110,
"end": 2115,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 74,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 2116,
"end": 2121,
"loc": {
"start": {
"line": 74,
"column": 18
},
"end": {
"line": 74,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2122,
"end": 2123,
"loc": {
"start": {
"line": 74,
"column": 24
},
"end": {
"line": 74,
"column": 25
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 2124,
"end": 2126,
"loc": {
"start": {
"line": 74,
"column": 26
},
"end": {
"line": 74,
"column": 28
}
}
},
{
"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": 2126,
"end": 2130,
"loc": {
"start": {
"line": 74,
"column": 28
},
"end": {
"line": 74,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2130,
"end": 2131,
"loc": {
"start": {
"line": 74,
"column": 32
},
"end": {
"line": 74,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 2131,
"end": 2136,
"loc": {
"start": {
"line": 74,
"column": 33
},
"end": {
"line": 74,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2136,
"end": 2137,
"loc": {
"start": {
"line": 74,
"column": 38
},
"end": {
"line": 74,
"column": 39
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2151,
"end": 2155,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2155,
"end": 2156,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobs",
"start": 2156,
"end": 2160,
"loc": {
"start": {
"line": 75,
"column": 17
},
"end": {
"line": 75,
"column": 21
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2160,
"end": 2161,
"loc": {
"start": {
"line": 75,
"column": 21
},
"end": {
"line": 75,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 2161,
"end": 2166,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 27
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2166,
"end": 2167,
"loc": {
"start": {
"line": 75,
"column": 27
},
"end": {
"line": 75,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2168,
"end": 2169,
"loc": {
"start": {
"line": 75,
"column": 29
},
"end": {
"line": 75,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2170,
"end": 2171,
"loc": {
"start": {
"line": 75,
"column": 31
},
"end": {
"line": 75,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resolve",
"start": 2172,
"end": 2179,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 40
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2179,
"end": 2180,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reject",
"start": 2181,
"end": 2187,
"loc": {
"start": {
"line": 75,
"column": 42
},
"end": {
"line": 75,
"column": 48
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2188,
"end": 2189,
"loc": {
"start": {
"line": 75,
"column": 49
},
"end": {
"line": 75,
"column": 50
}
}
},
{
"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": 75,
"column": 50
},
"end": {
"line": 75,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getIPCRenderer",
"start": 2204,
"end": 2218,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2218,
"end": 2219,
"loc": {
"start": {
"line": 76,
"column": 26
},
"end": {
"line": 76,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2219,
"end": 2220,
"loc": {
"start": {
"line": 76,
"column": 27
},
"end": {
"line": 76,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2220,
"end": 2221,
"loc": {
"start": {
"line": 76,
"column": 28
},
"end": {
"line": 76,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "send",
"start": 2221,
"end": 2225,
"loc": {
"start": {
"line": 76,
"column": 29
},
"end": {
"line": 76,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2225,
"end": 2226,
"loc": {
"start": {
"line": 76,
"column": 33
},
"end": {
"line": 76,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fs-job",
"start": 2226,
"end": 2234,
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2234,
"end": 2235,
"loc": {
"start": {
"line": 76,
"column": 42
},
"end": {
"line": 76,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2236,
"end": 2237,
"loc": {
"start": {
"line": 76,
"column": 44
},
"end": {
"line": 76,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2255,
"end": 2259,
"loc": {
"start": {
"line": 77,
"column": 16
},
"end": {
"line": 77,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2259,
"end": 2260,
"loc": {
"start": {
"line": 77,
"column": 20
},
"end": {
"line": 77,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "delete",
"start": 2261,
"end": 2269,
"loc": {
"start": {
"line": 77,
"column": 22
},
"end": {
"line": 77,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2269,
"end": 2270,
"loc": {
"start": {
"line": 77,
"column": 30
},
"end": {
"line": 77,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "filename",
"start": 2288,
"end": 2296,
"loc": {
"start": {
"line": 78,
"column": 16
},
"end": {
"line": 78,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2296,
"end": 2297,
"loc": {
"start": {
"line": 78,
"column": 24
},
"end": {
"line": 78,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 2315,
"end": 2317,
"loc": {
"start": {
"line": 79,
"column": 16
},
"end": {
"line": 79,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2317,
"end": 2318,
"loc": {
"start": {
"line": 79,
"column": 18
},
"end": {
"line": 79,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "jobId",
"start": 2319,
"end": 2324,
"loc": {
"start": {
"line": 79,
"column": 20
},
"end": {
"line": 79,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2324,
"end": 2325,
"loc": {
"start": {
"line": 79,
"column": 25
},
"end": {
"line": 79,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2339,
"end": 2340,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2340,
"end": 2341,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2341,
"end": 2342,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2352,
"end": 2353,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2353,
"end": 2354,
"loc": {
"start": {
"line": 81,
"column": 9
},
"end": {
"line": 81,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2354,
"end": 2355,
"loc": {
"start": {
"line": 81,
"column": 10
},
"end": {
"line": 81,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2361,
"end": 2362,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2364,
"end": 2365,
"loc": {
"start": {
"line": 83,
"column": 0
},
"end": {
"line": 83,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2367,
"end": 2367,
"loc": {
"start": {
"line": 84,
"column": 0
},
"end": {
"line": 84,
"column": 0
}
}
}
]
}