UNPKG

skypager-project

Version:
2,278 lines (2,257 loc) 52.2 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 = 100); /******/ }) /************************************************************************/ /******/ ({ /***/ 100: /***/ function(module, exports, __webpack_require__) { module.exports = __webpack_require__(9); /***/ }, /***/ 9: /***/ function(module, exports) { module.exports = { "path": "/Users/jonathan/Skypager/packages/skypager-project/src/config-builders/project.js", "ast": { "type": "File", "start": 0, "end": 246, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 8, "column": 18 } }, "program": { "type": "Program", "start": 0, "end": 246, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 8, "column": 18 } }, "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": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "initialState", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "api", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "features", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "reducers", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "Identifier", "name": "undefined", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_index" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "./project/index", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 42 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 12, "end": 19, "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 19 }, "identifierName": "builder" }, "name": "builder" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireWildcard" }, "arguments": [ { "type": "Identifier", "name": "_index" } ] } } ] }, { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "_interopRequireWildcard" }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "name": "obj" } ], "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "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": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "Identifier", "name": "obj" } } ], "directives": [] }, "alternate": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "newObj" }, "init": { "type": "ObjectExpression", "properties": [] } } ], "kind": "var" }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "left": { "type": "Identifier", "name": "obj" }, "operator": "!=", "right": { "type": "NullLiteral" } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ForInStatement", "left": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "key" }, "init": null } ], "kind": "var" }, "right": { "type": "Identifier", "name": "obj" }, "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "Object" }, "property": { "type": "Identifier", "name": "prototype" }, "computed": false }, "property": { "type": "Identifier", "name": "hasOwnProperty" }, "computed": false }, "property": { "type": "Identifier", "name": "call" }, "computed": false }, "arguments": [ { "type": "Identifier", "name": "obj" }, { "type": "Identifier", "name": "key" } ] }, "consequent": { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "newObj" }, "property": { "type": "Identifier", "name": "key" }, "computed": true }, "right": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj" }, "property": { "type": "Identifier", "name": "key" }, "computed": true } } }, "alternate": null } ], "directives": [] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "newObj" }, "property": { "type": "Identifier", "name": "default" }, "computed": false }, "right": { "type": "Identifier", "name": "obj" } } }, { "type": "ReturnStatement", "argument": { "type": "Identifier", "name": "newObj" } } ], "directives": [] } } ], "directives": [] }, "extra": { "parenthesized": true, "parenStart": 3 } }, { "type": "VariableDeclaration", "start": 51, "end": 91, "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 57, "end": 91, "loc": { "start": { "line": 3, "column": 13 }, "end": { "line": 3, "column": 47 } }, "id": { "type": "Identifier", "start": 57, "end": 65, "loc": { "start": { "line": 3, "column": 13 }, "end": { "line": 3, "column": 21 }, "identifierName": "reducers" }, "name": "reducers", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "start": 57, "end": 65, "loc": { "start": { "line": 3, "column": 13 }, "end": { "line": 3, "column": 21 }, "identifierName": "reducers" }, "name": "reducers", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "MemberExpression", "start": 68, "end": 91, "loc": { "start": { "line": 3, "column": 24 }, "end": { "line": 3, "column": 47 } }, "object": { "type": "Identifier", "start": 68, "end": 75, "loc": { "start": { "line": 3, "column": 24 }, "end": { "line": 3, "column": 31 }, "identifierName": "builder" }, "name": "builder" }, "property": { "type": "Identifier", "start": 76, "end": 91, "loc": { "start": { "line": 3, "column": 32 }, "end": { "line": 3, "column": 47 }, "identifierName": "defaultReducers" }, "name": "defaultReducers" }, "computed": false }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "kind": "var", "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "type": "VariableDeclaration", "start": 99, "end": 139, "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 105, "end": 139, "loc": { "start": { "line": 4, "column": 13 }, "end": { "line": 4, "column": 47 } }, "id": { "type": "Identifier", "start": 105, "end": 113, "loc": { "start": { "line": 4, "column": 13 }, "end": { "line": 4, "column": 21 }, "identifierName": "features" }, "name": "features", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "start": 105, "end": 113, "loc": { "start": { "line": 4, "column": 13 }, "end": { "line": 4, "column": 21 }, "identifierName": "features" }, "name": "features", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "MemberExpression", "start": 116, "end": 139, "loc": { "start": { "line": 4, "column": 24 }, "end": { "line": 4, "column": 47 } }, "object": { "type": "Identifier", "start": 116, "end": 123, "loc": { "start": { "line": 4, "column": 24 }, "end": { "line": 4, "column": 31 }, "identifierName": "builder" }, "name": "builder" }, "property": { "type": "Identifier", "start": 124, "end": 139, "loc": { "start": { "line": 4, "column": 32 }, "end": { "line": 4, "column": 47 }, "identifierName": "defaultFeatures" }, "name": "defaultFeatures" }, "computed": false }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "kind": "var", "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "type": "VariableDeclaration", "start": 147, "end": 170, "loc": { "start": { "line": 5, "column": 7 }, "end": { "line": 5, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", "start": 153, "end": 170, "loc": { "start": { "line": 5, "column": 13 }, "end": { "line": 5, "column": 30 } }, "id": { "type": "Identifier", "start": 153, "end": 156, "loc": { "start": { "line": 5, "column": 13 }, "end": { "line": 5, "column": 16 }, "identifierName": "api" }, "name": "api", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "start": 153, "end": 156, "loc": { "start": { "line": 5, "column": 13 }, "end": { "line": 5, "column": 16 }, "identifierName": "api" }, "name": "api", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "MemberExpression", "start": 159, "end": 170, "loc": { "start": { "line": 5, "column": 19 }, "end": { "line": 5, "column": 30 } }, "object": { "type": "Identifier", "start": 159, "end": 166, "loc": { "start": { "line": 5, "column": 19 }, "end": { "line": 5, "column": 26 }, "identifierName": "builder" }, "name": "builder" }, "property": { "type": "Identifier", "start": 167, "end": 170, "loc": { "start": { "line": 5, "column": 27 }, "end": { "line": 5, "column": 30 }, "identifierName": "api" }, "name": "api" }, "computed": false }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "kind": "var", "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "type": "VariableDeclaration", "start": 178, "end": 226, "loc": { "start": { "line": 6, "column": 7 }, "end": { "line": 6, "column": 55 } }, "declarations": [ { "type": "VariableDeclarator", "start": 184, "end": 226, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 55 } }, "id": { "type": "Identifier", "start": 184, "end": 196, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 25 }, "identifierName": "initialState" }, "name": "initialState", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "start": 184, "end": 196, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 25 }, "identifierName": "initialState" }, "name": "initialState", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "MemberExpression", "start": 199, "end": 226, "loc": { "start": { "line": 6, "column": 28 }, "end": { "line": 6, "column": 55 } }, "object": { "type": "Identifier", "start": 199, "end": 206, "loc": { "start": { "line": 6, "column": 28 }, "end": { "line": 6, "column": 35 }, "identifierName": "builder" }, "name": "builder" }, "property": { "type": "Identifier", "start": 207, "end": 226, "loc": { "start": { "line": 6, "column": 36 }, "end": { "line": 6, "column": 55 }, "identifierName": "defaultInitialState" }, "name": "defaultInitialState" }, "computed": false }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "kind": "var", "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "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": 243, "end": 246, "loc": { "start": { "line": 8, "column": 15 }, "end": { "line": 8, "column": 18 }, "identifierName": "api" }, "name": "api", "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "trailingComments": [], "leadingComments": [], "innerComments": [] } ], "directives": [ { "type": "Directive", "value": { "type": "DirectiveLiteral", "value": "use strict" } } ] }, "comments": [], "tokens": [ { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": false, "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": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 10, "updateContext": null }, "value": "*", "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": "as", "start": 9, "end": 11, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "builder", "start": 12, "end": 19, "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 20, "end": 24, "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 24 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "./project/index", "start": 25, "end": 42, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 42 } } }, { "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": 44, "end": 50, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 6 } } }, { "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": 51, "end": 56, "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "reducers", "start": 57, "end": 65, "loc": { "start": { "line": 3, "column": 13 }, "end": { "line": 3, "column": 21 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 66, "end": 67, "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": "builder", "start": 68, "end": 75, "loc": { "start": { "line": 3, "column": 24 }, "end": { "line": 3, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 75, "end": 76, "loc": { "start": { "line": 3, "column": 31 }, "end": { "line": 3, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "defaultReducers", "start": 76, "end": 91, "loc": { "start": { "line": 3, "column": 32 }, "end": { "line": 3, "column": 47 } } }, { "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": 92, "end": 98, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 6 } } }, { "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": 99, "end": 104, "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "features", "start": 105, "end": 113, "loc": { "start": { "line": 4, "column": 13 }, "end": { "line": 4, "column": 21 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 114, "end": 115, "loc": { "start": { "line": 4, "column": 22 }, "end": { "line": 4, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "builder", "start": 116, "end": 123, "loc": { "start": { "line": 4, "column": 24 }, "end": { "line": 4, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 123, "end": 124, "loc": { "start": { "line": 4, "column": 31 }, "end": { "line": 4, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "defaultFeatures", "start": 124, "end": 139, "loc": { "start": { "line": 4, "column": 32 }, "end": { "line": 4, "column": 47 } } }, { "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": 140, "end": 146, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 6 } } }, { "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": 147, "end": 152, "loc": { "start": { "line": 5, "column": 7 }, "end": { "line": 5, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "api", "start": 153, "end": 156, "loc": { "start": { "line": 5, "column": 13 }, "end": { "line": 5, "column": 16 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 157, "end": 158, "loc": { "start": { "line": 5, "column": 17 }, "end": { "line": 5, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "builder", "start": 159, "end": 166, "loc": { "start": { "line": 5, "column": 19 }, "end": { "line": 5, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 166, "end": 167, "loc": { "start": { "line": 5, "column": 26 }, "end": { "line": 5, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "api", "start": 167, "end": 170, "loc": { "start": { "line": 5, "column": 27 }, "end": { "line": 5, "column": 30 } } }, { "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": 171, "end": 177, "loc": { "start": { "line": 6, "column": 0 }, "end": { "line": 6, "column": 6 } } }, { "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": 178, "end": 183, "loc": { "start": { "line": 6, "column": 7 }, "end": { "line": 6, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "initialState", "start": 184, "end": 196, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 25 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 197, "end": 198, "loc": { "start": { "line": 6, "column": 26 }, "end": { "line": 6, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "builder", "start": 199, "end": 206, "loc": { "start": { "line": 6, "column": 28 }, "end": { "line": 6, "column": 35 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 206, "end": 207, "loc": { "start": { "line": 6, "column": 35 }, "end": { "line": 6, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "defaultInitialState", "start": 207, "end": 226, "loc": { "start": { "line": 6, "column": 36 }, "end": { "line": 6, "column": 55 } } }, { "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": 228, "end": 234, "loc": { "start": { "line": 8, "column": 0 }, "end": { "line": 8, "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": 235, "end": 242, "loc": { "start": { "line": 8, "column": 7 }, "end": { "line": 8, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "api", "start": 243, "end": 246, "loc": { "start": { "line": 8, "column": 15 }, "end": { "line": 8, "column": 18 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 246, "end": 246, "loc": { "start": { "line": 8, "column": 18 }, "end": { "line": 8, "column": 18 } } } ] }, "meta": { "usedHelpers": [ { "0": "i", "1": "n", "2": "t", "3": "e", "4": "r", "5": "o", "6": "p", "7": "R", "8": "e", "9": "q", "10": "u", "11": "i", "12": "r", "13": "e", "14": "W", "15": "i", "16": "l", "17": "d", "18": "c", "19": "a", "20": "r", "21": "d", "bold": "\u001b[1minteropRequireWildcard\u001b[22m", "strip": "interopRequireWildcard", "stripColors": "interopRequireWildcard", "trap": "༏ΠͳξʀםҎɌɘ্Ʊ༏ɌËѼ༏ĹƊ©ΔȐԀ", "zalgo": "i̛ͦ̅̀ͬͪ̈̏́̌̾ ҉̻̹̥̬̫̘̗͉̥̼͖̟̺̠̬̝͉͖͈̜̦͔̙̱̗̣̠̪͚̥̩͉̺͈̰͕̰̀̀̕ͅͅņ̛͔̭͉̮͓̝͖̖̜ͫ̎̇ͪ̇͗̓ͪ̑̽̕͢t̳̙̮͔͖̬͚͉̟͓̲̥̰̩̜̲̪̙̣͚̯͇̱̫̺͕̘̬̟͈̾̌͒͆̔̅̏̎͘͢͡ͅe̵͔̳̝̭̖̝͉̪͎͕̝̲̹͇̘̜͍̮̝̲̳̠̭̝̦͓̞̣̙̟͍͍̞̲̦̥̮̳̣̗̯͍̖͓̳͈̘̙͇̲̰͕̯̫̪̯̙̟͙̗̮̖̞ͦ̍̄̀̌̑ͨͣ̈͒͋͘͢͟͞ͅͅͅͅŗ̶̸͙̘̳͉̻̼͉̟̣͉̝̺̱̣̭̭̭̤͔̣̖͎͙͈̺̮̗͇̤̼͙͇̥͖̮̜̠̪̥̣̟͙̰̞̬̏̓ͨ̈͂̈ͯ̍͋͆ͦ͒͋͂ͭ̎͢͠ỏ̜͓̲͍͍̫̺̜̙̪͖̰̱̳̮̦̮̲͓̖̯̞̝͎̞̞͍͍̳̘͙̗̹̦̠̣̗̪͚̬͕̇ͤͣͦ̌ͣ̌͐̀̓ͨ̐́́ͅp̴͐̋ͣ̒ͦ̕͢͜ ҉̲̱̭͈̹̮͚̱̩̻̖̝̩̻̖̤̻̞̗̹͉̲̩̭̫̞̫͔̦̰͎͕͉̳̰̲̟̯̠͓͍ͅR̢̨̙̱̤̫̳̯̯̩̤͚̠̣̳̱̞̪͉̳͚̠͓̠̤̦̤̙̪̲̹̖̠͈̼̼̲̲̤̹͇̤̝̿̂̀͗̊͞ẽ̸̢͇̗̖͕̰̲̰̱͚̗̜͕͔͂ͫ̾ͧͫͭ̅̀̚͘q̸̮͎̞̝̗͓͖̹̭̣̲̯͇̰͉͓͕͍̼͔̥͍̞ͪͧ̾̒ͧͭ̓ͪ́̂̈͋́͢ͅͅu̢̜͇̲̺̹̥̰̥̘̳̤̰͙͇̩̻͈͙̪̼̱̼͎̥͚͉̙̱̠̠̯̺̻̳͔͍̙̮̦̘̭̫̥͍̭͈̦̫̜͓͓̤̖̖̘̜͌̆ͧ̀̄ͣ̎̽ͣͣ͐̿̔̿ͪ̎́́͘͜͠ͅͅͅͅį̨̝̖̺̭͑͗ͪͭͣ̇ͨ̔ͯ̔͘r̴̪͉͚̙͍̗̬̱̯̻͙̩̰̱͕̹̙͚̦̥̤̟̱̖̬̦͎̜̫̣͍̲̻̳̘̱͉͔̗͙̜ͮͮ͑̒͗̓̀̎̀ͬͤͧ̚͢ͅȩ̷̪̝̩̲̣̱̲͕̪͍̯̹͍̺̘̙̬͔̝̠͕͆͋ͤͬ͘͜͝W̷̧̡̳͕͚̦̤͕͕̜̮͇͕̠̖̙̞̯̩̝̼͕̭͉̦͓͉̻̱͙͙̠̤̫̓ͤͭ̆̎̌͘͟ȉ̴̢̳͉̤̠̲̞̜͚̈ͭ̉͌ͣͣ͌̄̽ͥ̀͘̕l̶̶̴͉̝͔̪͕͎͔̟͎͔̇̂ͬͯͧ́͊ͫ̚͡͞d̶̛̜̤̞̞̫͔̗̺̩̖̟͈̮̟͇̫̱̲̱͎̖̮̝̯͍̹̮͇̮̦̟͙͈͈̘̘͔̲̝̹̮̼̫̰̖͍̮͙̳̯̺̰͖͓͉͖̠̘͍̱ͧ̆ͩ̈̓ͩ̽̅̑ͭͦ̆̀̓͢͞ͅͅͅͅc̈͊̔̋̉͂ͣ̅͆̋ͨ̇ͬ̈̊̒͘ ҉͝ ҉̻͙͉̲̞͚͙̠͙̼̝͔͈̲͔̞̙̞͍ͅą̷̶̟̗̠͖͉͔̞̳̗̞̞̯̻̠̻̪͉̙̟̬̰̖̰̤̞̟̦̲̬̟̠̟̓ͯ͑̉ͧ͐̋͗͢͠r̡̧͚̜͖̖͙͉̻͔̙̰͓̟̤͍͖̩͇̳̼̰̥̺͎̩͔̮̮̣̭̳͉͕̦̻͓̥̗̳̣̥͇͔̳̮̫̜̫͙̲͉̣͔̞̭͙̩̙̈͋͂ͤd̢͔͎̱͙͙̱̩͇͕̙̼̝̯̺̱̫̥͖̦̭͍͎̱̲̳̘̪̜͎̘͓̘̻̙͓͔͈̭̄͌ͬͭ͂ͧ͒͗ͨ͋͂̽̽͗ͮ̿ͬ́͠", "zebra": "i\u001b[7mn\u001b[27mt\u001b[7me\u001b[27mr\u001b[7mo\u001b[27mp\u001b[7mR\u001b[27me\u001b[7mq\u001b[27mu\u001b[7mi\u001b[27mr\u001b[7me\u001b[27mW\u001b[7mi\u001b[27ml\u001b[7md\u001b[27mc\u001b[7ma\u001b[27mr\u001b[7md\u001b[27m", "rainbow": "\u001b[31mi\u001b[39m\u001b[33mn\u001b[39m\u001b[32mt\u001b[39m\u001b[34me\u001b[39m\u001b[35mr\u001b[39m\u001b[31mo\u001b[39m\u001b[33mp\u001b[39m\u001b[32mR\u001b[39m\u001b[34me\u001b[39m\u001b[35mq\u001b[39m\u001b[31mu\u001b[39m\u001b[33mi\u001b[39m\u001b[32mr\u001b[39m\u001b[34me\u001b[39m\u001b[35mW\u001b[39m\u001b[31mi\u001b[39m\u001b[33ml\u001b[39m\u001b[32md\u001b[39m\u001b[34mc\u001b[39m\u001b[35ma\u001b[39m\u001b[31mr\u001b[39m\u001b[33md\u001b[39m", "random": "\u001b[36mi\u001b[39m\u001b[90mn\u001b[39m\u001b[36mt\u001b[39m\u001b[34me\u001b[39m\u001b[37mr\u001b[39m\u001b[31mo\u001b[39m\u001b[31mp\u001b[39m\u001b[34mR\u001b[39m\u001b[32me\u001b[39m\u001b[33mq\u001b[39m\u001b[90mu\u001b[39m\u001b[34mi\u001b[39m\u001b[33mr\u001b[39m\u001b[31me\u001b[39m\u001b[31mW\u001b[39m\u001b[33mi\u001b[39m\u001b[32ml\u001b[39m\u001b[31md\u001b[39m\u001b[90mc\u001b[39m\u001b[31ma\u001b[39m\u001b[32mr\u001b[39m\u001b[37md\u001b[39m", "america": "\u001b[31mi\u001b[39m\u001b[37mn\u001b[39m\u001b[34mt\u001b[39m\u001b[31me\u001b[39m\u001b[37mr\u001b[39m\u001b[34mo\u001b[39m\u001b[31mp\u001b[39m\u001b[37mR\u001b[39m\u001b[34me\u001b[39m\u001b[31mq\u001b[39m\u001b[37mu\u001b[39m\u001b[34mi\u001b[39m\u001b[31mr\u001b[39m\u001b[37me\u001b[39m\u001b[34mW\u001b[39m\u001b[31mi\u001b[39m\u001b[37ml\u001b[39m\u001b[34md\u001b[39m\u001b[31mc\u001b[39m\u001b[37ma\u001b[39m\u001b[34mr\u001b[39m\u001b[31md\u001b[39m", "reset": "\u001b[0minteropRequireWildcard\u001b[0m", "dim": "\u001b[2minteropRequireWildcard\u001b[22m", "italic": "\u001b[3minteropRequireWildcard\u001b[23m", "underline": "\u001b[4minteropRequireWildcard\u001b[24m", "inverse": "\u001b[7minteropRequireWildcard\u001b[27m", "hidden": "\u001b[8minteropRequireWildcard\u001b[28m", "strikethrough": "\u001b[9minteropRequireWildcard\u001b[29m", "black": "\u001b[30minteropRequireWildcard\u001b[39m", "red": "\u001b[31minteropRequireWildcard\u001b[39m", "green": "\u001b[32minteropRequireWildcard\u001b[39m", "yellow": "\u001b[33minteropRequireWildcard\u001b[39m", "blue": "\u001b[34minteropRequireWildcard\u001b[39m", "magenta": "\u001b[35minteropRequireWildcard\u001b[39m", "cyan": "\u001b[36minteropRequireWildcard\u001b[39m", "white": "\u001b[37minteropRequireWildcard\u001b[39m", "gray": "\u001b[90minteropRequireWildcard\u001b[39m", "grey": "\u001b[90minteropRequireWildcard\u001b[39m", "bgBlack": "\u001b[40minteropRequireWildcard\u001b[49m", "bgRed": "\u001b[41minteropRequireWildcard\u001b[49m", "bgGreen": "\u001b[42minteropRequireWildcard\u001b[49m", "bgYellow": "\u001b[43minteropRequireWildcard\u001b[49m", "bgBlue": "\u001b[44minteropRequireWildcard\u001b[49m", "bgMagenta": "\u001b[45minteropRequireWildcard\u001b[49m", "bgCyan": "\u001b[46minteropRequireWildcard\u001b[49m", "bgWhite": "\u001b[47minteropRequireWildcard\u001b[49m", "blackBG": "\u001b[40minteropRequireWildcard\u001b[49m", "redBG": "\u001b[41minteropRequireWildcard\u001b[49m", "greenBG": "\u001b[42minteropRequireWildcard\u001b[49m", "yel