UNPKG

skypager-project

Version:
2,523 lines (2,502 loc) 62.8 kB
module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ // Flag the module as loaded /******/ module.l = true; /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ // identity function for calling harmory imports with the correct context /******/ __webpack_require__.i = function(value) { return value; }; /******/ // define getter function for harmory exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ Object.defineProperty(exports, name, { /******/ configurable: false, /******/ enumerable: true, /******/ get: getter /******/ }); /******/ }; /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ // __webpack_public_path__ /******/ __webpack_require__.p = "/"; /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 116); /******/ }) /************************************************************************/ /******/ ({ /***/ 116: /***/ function(module, exports, __webpack_require__) { module.exports = __webpack_require__(25); /***/ }, /***/ 25: /***/ function(module, exports) { module.exports = { "path": "/Users/jonathan/Skypager/packages/skypager-project/src/config/features/selector.js", "ast": { "type": "File", "start": 0, "end": 225, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 11, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 225, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 11, "column": 0 } }, "sourceType": "module", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "Object" }, "property": { "type": "Identifier", "name": "defineProperty" }, "computed": false }, "arguments": [ { "type": "Identifier", "name": "exports" }, { "type": "StringLiteral", "extra": { "rawValue": "__esModule", "raw": "\"__esModule\"" }, "value": "__esModule" }, { "type": "ObjectExpression", "properties": [ { "type": "ObjectProperty", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "value" }, "value": { "type": "BooleanLiteral", "value": true } } ] } ] } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_defineProperty2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "babel-runtime/helpers/defineProperty", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_defineProperty3" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_defineProperty2" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_extends3" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "babel-runtime/helpers/extends", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_extends4" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_extends3" } ] } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "default", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "Identifier", "start": 24, "end": 32, "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 32 }, "identifierName": "selector" }, "name": "selector", "trailingComments": [], "leadingComments": [], "innerComments": [] } } }, { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "_interopRequireDefault" }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "name": "obj" } ], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "left": { "type": "Identifier", "name": "obj" }, "operator": "&&", "right": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj" }, "property": { "type": "Identifier", "name": "__esModule" }, "computed": false } }, "consequent": { "type": "Identifier", "name": "obj" }, "alternate": { "type": "ObjectExpression", "properties": [ { "type": "ObjectProperty", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "default" }, "value": { "type": "Identifier", "name": "obj" } } ] } } } ], "directives": [] }, "extra": { "parenthesized": true, "parenStart": 3 } }, { "type": "FunctionDeclaration", "start": 15, "end": 224, "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 10, "column": 1 } }, "id": { "type": "Identifier", "start": 24, "end": 32, "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 32 }, "identifierName": "selector" }, "name": "selector", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 33, "end": 41, "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 41 }, "identifierName": "existing" }, "name": "existing" }, { "type": "Identifier", "start": 43, "end": 45, "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 45 }, "identifierName": "id" }, "name": "id" }, { "type": "Identifier", "start": 47, "end": 54, "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 54 }, "identifierName": "handler" }, "name": "handler" } ], "body": { "type": "BlockStatement", "start": 56, "end": 224, "loc": { "start": { "line": 1, "column": 56 }, "end": { "line": 10, "column": 1 } }, "body": [ { "type": "IfStatement", "start": 60, "end": 126, "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 4, "column": 3 } }, "test": { "type": "LogicalExpression", "start": 63, "end": 99, "loc": { "start": { "line": 2, "column": 5 }, "end": { "line": 2, "column": 41 } }, "left": { "type": "UnaryExpression", "start": 63, "end": 66, "loc": { "start": { "line": 2, "column": 5 }, "end": { "line": 2, "column": 8 } }, "operator": "!", "prefix": true, "argument": { "type": "Identifier", "start": 64, "end": 66, "loc": { "start": { "line": 2, "column": 6 }, "end": { "line": 2, "column": 8 }, "identifierName": "id" }, "name": "id" }, "extra": { "parenthesizedArgument": false } }, "operator": "||", "right": { "type": "BinaryExpression", "start": 70, "end": 99, "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 41 } }, "left": { "type": "UnaryExpression", "start": 70, "end": 84, "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 26 } }, "operator": "typeof", "prefix": true, "argument": { "type": "Identifier", "start": 77, "end": 84, "loc": { "start": { "line": 2, "column": 19 }, "end": { "line": 2, "column": 26 }, "identifierName": "handler" }, "name": "handler" }, "extra": { "parenthesizedArgument": false } }, "operator": "!==", "right": { "type": "StringLiteral", "start": 89, "end": 99, "loc": { "start": { "line": 2, "column": 31 }, "end": { "line": 2, "column": 41 } }, "extra": { "rawValue": "function", "raw": "'function'" }, "value": "function" } } }, "consequent": { "type": "BlockStatement", "start": 101, "end": 126, "loc": { "start": { "line": 2, "column": 43 }, "end": { "line": 4, "column": 3 } }, "body": [ { "type": "ReturnStatement", "start": 107, "end": 122, "loc": { "start": { "line": 3, "column": 4 }, "end": { "line": 3, "column": 19 } }, "argument": { "type": "Identifier", "start": 114, "end": 122, "loc": { "start": { "line": 3, "column": 11 }, "end": { "line": 3, "column": 19 }, "identifierName": "existing" }, "name": "existing" } } ], "directives": [] }, "alternate": null }, { "type": "ReturnStatement", "start": 130, "end": 222, "loc": { "start": { "line": 6, "column": 2 }, "end": { "line": 9, "column": 3 } }, "argument": { "type": "CallExpression", "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_extends4" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [ { "type": "ObjectExpression", "properties": [] }, { "type": "LogicalExpression", "start": 147, "end": 161, "loc": { "start": { "line": 7, "column": 8 }, "end": { "line": 7, "column": 22 } }, "left": { "type": "Identifier", "start": 147, "end": 155, "loc": { "start": { "line": 7, "column": 8 }, "end": { "line": 7, "column": 16 }, "identifierName": "existing" }, "name": "existing" }, "operator": "||", "right": { "type": "ObjectExpression", "start": 159, "end": 161, "loc": { "start": { "line": 7, "column": 20 }, "end": { "line": 7, "column": 22 } }, "properties": [] }, "extra": { "parenthesized": true, "parenStart": 146 } }, { "type": "CallExpression", "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_defineProperty3" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [ { "type": "ObjectExpression", "properties": [] }, { "type": "Identifier", "start": 169, "end": 171, "loc": { "start": { "line": 8, "column": 5 }, "end": { "line": 8, "column": 7 }, "identifierName": "id" }, "name": "id" }, { "type": "ConditionalExpression", "start": 174, "end": 217, "loc": { "start": { "line": 8, "column": 10 }, "end": { "line": 8, "column": 53 } }, "test": { "type": "MemberExpression", "start": 174, "end": 186, "loc": { "start": { "line": 8, "column": 10 }, "end": { "line": 8, "column": 22 } }, "object": { "type": "Identifier", "start": 174, "end": 181, "loc": { "start": { "line": 8, "column": 10 }, "end": { "line": 8, "column": 17 }, "identifierName": "handler" }, "name": "handler" }, "property": { "type": "Identifier", "start": 182, "end": 186, "loc": { "start": { "line": 8, "column": 18 }, "end": { "line": 8, "column": 22 }, "identifierName": "bind" }, "name": "bind" }, "computed": false }, "consequent": { "type": "CallExpression", "start": 189, "end": 207, "loc": { "start": { "line": 8, "column": 25 }, "end": { "line": 8, "column": 43 } }, "callee": { "type": "MemberExpression", "start": 189, "end": 201, "loc": { "start": { "line": 8, "column": 25 }, "end": { "line": 8, "column": 37 } }, "object": { "type": "Identifier", "start": 189, "end": 196, "loc": { "start": { "line": 8, "column": 25 }, "end": { "line": 8, "column": 32 }, "identifierName": "handler" }, "name": "handler" }, "property": { "type": "Identifier", "start": 197, "end": 201, "loc": { "start": { "line": 8, "column": 33 }, "end": { "line": 8, "column": 37 }, "identifierName": "bind" }, "name": "bind" }, "computed": false }, "arguments": [ { "type": "ThisExpression", "start": 202, "end": 206, "loc": { "start": { "line": 8, "column": 38 }, "end": { "line": 8, "column": 42 } } } ] }, "alternate": { "type": "Identifier", "start": 210, "end": 217, "loc": { "start": { "line": 8, "column": 46 }, "end": { "line": 8, "column": 53 }, "identifierName": "handler" }, "name": "handler" } } ], "trailingComments": [], "leadingComments": [], "innerComments": [] } ], "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "directives": [] }, "trailingComments": [], "leadingComments": [], "innerComments": [] } ], "directives": [ { "type": "Directive", "value": { "type": "DirectiveLiteral", "value": "use strict" } } ] }, "comments": [], "tokens": [ { "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": 0, "end": 6, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": { "label": "default", "keyword": "default", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "default", "start": 7, "end": 14, "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 14 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 15, "end": 23, "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selector", "start": 24, "end": 32, "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 32 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 32, "end": 33, "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "existing", "start": 33, "end": 41, "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 41 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 41, "end": 42, "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "id", "start": 43, "end": 45, "loc": { "start": { "line": 1, "column": 43 }, "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": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "handler", "start": 47, "end": 54, "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 54 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 54, "end": 55, "loc": { "start": { "line": 1, "column": 54 }, "end": { "line": 1, "column": 55 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 56, "end": 57, "loc": { "start": { "line": 1, "column": 56 }, "end": { "line": 1, "column": 57 } } }, { "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": 60, "end": 62, "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 2, "column": 4 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 62, "end": 63, "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 5 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 63, "end": 64, "loc": { "start": { "line": 2, "column": 5 }, "end": { "line": 2, "column": 6 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "id", "start": 64, "end": 66, "loc": { "start": { "line": 2, "column": 6 }, "end": { "line": 2, "column": 8 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 67, "end": 69, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 11 } } }, { "type": { "label": "typeof", "keyword": "typeof", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "typeof", "start": 70, "end": 76, "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "handler", "start": 77, "end": 84, "loc": { "start": { "line": 2, "column": 19 }, "end": { "line": 2, "column": 26 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "!==", "start": 85, "end": 88, "loc": { "start": { "line": 2, "column": 27 }, "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": "function", "start": 89, "end": 99, "loc": { "start": { "line": 2, "column": 31 }, "end": { "line": 2, "column": 41 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 99, "end": 100, "loc": { "start": { "line": 2, "column": 41 }, "end": { "line": 2, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 101, "end": 102, "loc": { "start": { "line": 2, "column": 43 }, "end": { "line": 2, "column": 44 } } }, { "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": 107, "end": 113, "loc": { "start": { "line": 3, "column": 4 }, "end": { "line": 3, "column": 10 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "existing", "start": 114, "end": 122, "loc": { "start": { "line": 3, "column": 11 }, "end": { "line": 3, "column": 19 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 125, "end": 126, "loc": { "start": { "line": 4, "column": 2 }, "end": { "line": 4, "column": 3 } } }, { "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": 130, "end": 136, "loc": { "start": { "line": 6, "column": 2 }, "end": { "line": 6, "column": 8 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 137, "end": 138, "loc": { "start": { "line": 6, "column": 9 }, "end": { "line": 6, "column": 10 } } }, { "type": { "label": "...", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 143, "end": 146, "loc": { "start": { "line": 7, "column": 4 }, "end": { "line": 7, "column": 7 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 146, "end": 147, "loc": { "start": { "line": 7, "column": 7 }, "end": { "line": 7, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "existing", "start": 147, "end": 155, "loc": { "start": { "line": 7, "column": 8 }, "end": { "line": 7, "column": 16 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 156, "end": 158, "loc": { "start": { "line": 7, "column": 17 }, "end": { "line": 7, "column": 19 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 159, "end": 160, "loc": { "start": { "line": 7, "column": 20 }, "end": { "line": 7, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 160, "end": 161, "loc": { "start": { "line": 7, "column": 21 }, "end": { "line": 7, "column": 22 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 161, "end": 162, "loc": { "start": { "line": 7, "column": 22 }, "end": { "line": 7, "column": 23 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 162, "end": 163, "loc": { "start": { "line": 7, "column": 23 }, "end": { "line": 7, "column": 24 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 168, "end": 169, "loc": { "start": { "line": 8, "column": 4 }, "end": { "line": 8, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "id", "start": 169, "end": 171, "loc": { "start": { "line": 8, "column": 5 }, "end": { "line": 8, "column": 7 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 171, "end": 172, "loc": { "start": { "line": 8, "column": 7 }, "end": { "line": 8, "column": 8 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 172, "end": 173, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 9 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "handler", "start": 174, "end": 181, "loc": { "start": { "line": 8, "column": 10 }, "end": { "line": 8, "column": 17 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 181, "end": 182, "loc": { "start": { "line": 8, "column": 17 }, "end": { "line": 8, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bind", "start": 182, "end": 186, "loc": { "start": { "line": 8, "column": 18 }, "end": { "line": 8, "column": 22 } } }, { "type": { "label": "?", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 187, "end": 188, "loc": { "start": { "line": 8, "column": 23 }, "end": { "line": 8, "column": 24 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "handler", "start": 189, "end": 196, "loc": { "start": { "line": 8, "column": 25 }, "end": { "line": 8, "column": 32 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 196, "end": 197, "loc": { "start": { "line": 8, "column": 32 }, "end": { "line": 8, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bind", "start": 197, "end": 201, "loc": { "start": { "line": 8, "column": 33 }, "end": { "line": 8, "column": 37 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 201, "end": 202, "loc": { "start": { "line": 8, "column": 37 }, "end": { "line": 8, "column": 38 } } }, { "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": 202, "end": 206, "loc": { "start": { "line": 8, "column": 38 }, "end": { "line": 8, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 206, "end": 207, "loc": { "start": { "line": 8, "column": 42 }, "end": { "line": 8, "column": 43 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 208, "end": 209, "loc": { "start": { "line": 8, "column": 44 }, "end": { "line": 8, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "handler", "start": 210, "end": 217, "loc": { "start": { "line": 8, "column": 46 }, "end": { "line": 8, "column": 53 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 217, "end": 218, "loc": { "start": { "line": 8, "column": 53 }, "end": { "line": 8, "column": 54 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 221, "end": 222, "loc": { "start": { "line": 9, "column": 2 }, "end": { "line": 9, "column": 3 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 223, "end": 224, "loc": { "start": { "line": 10, "column": 0 }, "end": { "line": 10, "column": 1 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 225, "end": 225, "loc": { "start": { "line": 11, "column": 0 }, "end": { "line": 11, "column": 0 } } } ] }, "meta": { "usedHelpers": [ { "0": "e", "1": "x", "2": "t", "3": "e", "4": "n", "5": "d", "6": "s", "bold": "\u001b[1mextends\u001b[22m", "strip": "extends", "stripColors": "extends", "trap": "ËӼŦËҊԃϞ", "zalgo": "e̸̤̜̱̗͉̞̬̞͕̻͍͗ͧͭ͌ͧ̓̽̏͂͛̾̑̽͛̕͝x̷̵̶̷͖̫̙̳̣͍̜̺̥͈̩̖̪̭͔͖͇͚̭͚̳̰̦͕̥̻̹̲̭͙̰̥̗͓͓͚̠͙̹̙͔ͤͣ̾̈ͩͦ̔́̚ͅͅt̡̡̫̳̥̰͇̻̘̱͍̗̳̟̠͔͉̫̱̬͕̳̟̭̬̹̙̹͕̲̻͖̥̖̥̤͇͎ͧ́ͫ̆ͯ̔ͭ̎͜͡͞ͅę̸̛͉̱̮̠̣̯̬̖̝͎̠͔͚̲̥̤̘̩̩͚̱̫̘̪̼͈͉̪̮̻̼̫̯̮̲̲͖̯̲̤̹͔̘̎̌̍̊̔̂ͭ̀͊͘͡ͅn̷̶̷̶͓̬͇̼̯̘̞̝͕̲̳̦̞̝̖̙͕̠͈̪͓͕͍̥̮̣͈̼̙̗̬̞̱̠̬͙̤͈͚̜̝̳̦̜͇̫͚̹͇̞̫͚͚̝̞̲̳͕̞͔̯ͨ̽̔́͑ͫ̃͊͗̔̔ͮ̉̓̆̈̕ͅͅd̼̺̮̱͙̙̮͎̹̬̗̲̞̳̩͓͔̯̝̬̺̱̣͙̺̩͕̗͇̟͉̯͑͗̎̉ͤ̇̀̕͟s̴̨̛͚̘͕͔̖͔͍͐̎͗͒ͦ̔̅̋̌́̚̚", "zebra": "e\u001b[7mx\u001b[27mt\u001b[7me\u001b[27mn\u001b[7md\u001b[27ms", "rainbow": "\u001b[31me\u001b[39m\u001b[33mx\u001b[39m\u001b[32mt\u001b[39m\u001b[34me\u001b[39m\u001b[35mn\u001b[39m\u001b[31md\u001b[39m\u001b[33ms\u001b[39m", "random": "\u001b[34me\u001b[39m\u001b[7mx\u001b[27m\u001b[33mt\u001b[39m\u001b[4me\u001b[24m\u001b[31mn\u001b[39m\u001b[32md\u001b[39m\u001b[33ms\u001b[39m", "america": "\u001b[31me\u001b[39m\u001b[37mx\u001b[39m\u001b[34mt\u001b[39m\u001b[31me\u001b[39m\u001b[37mn\u001b[39m\u001b[34md\u001b[39m\u001b[31ms\u001b[39m", "reset": "\u001b[0mextends\u001b[0m", "dim": "\u001b[2mextends\u001b[22m", "italic": "\u001b[3mextends\u001b[23m", "underline": "\u001b[4mextends\u001b[24m", "inverse": "\u001b[7mextends\u001b[27m", "hidden": "\u001b[8mextends\u001b[28m", "strikethrough": "\u001b[9mextends\u001b[29m", "black": "\u001b[30mextends\u001b[39m", "red": "\u001b[31mextends\u001b[39m", "green": "\u001b[32mextends\u001b[39m", "yellow": "\u001b[33mextends\u001b[39m", "blue": "\u001b[34mextends\u001b[39m", "magenta": "\u001b[35mextends\u001b[39m", "cyan": "\u001b[36mextends\u001b