skypager-project
Version:
skypager project framework
2,116 lines (2,094 loc) • 657 kB
JavaScript
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 = 117);
/******/ })
/************************************************************************/
/******/ ({
/***/ 117:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(26);
/***/ },
/***/ 26:
/***/ function(module, exports) {
module.exports = {
"path": "/Users/jonathan/Skypager/packages/skypager-project/src/config/index.js",
"ast": {
"type": "File",
"start": 0,
"end": 3004,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 116,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 3004,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 116,
"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": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"name": "defaultReducers",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"name": "defaultFeatures",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "Identifier",
"name": "undefined",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_toConsumableArray2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "babel-runtime/helpers/toConsumableArray",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_toConsumableArray3"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_toConsumableArray2"
}
]
}
}
]
},
{
"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": "_extends8"
},
"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": "_extends9"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_extends8"
}
]
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"start": 716,
"end": 719,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 19
},
"identifierName": "api"
},
"name": "api",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 716,
"end": 719,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 19
},
"identifierName": "api"
},
"name": "api",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_lodash"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "lodash",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 65
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_stringify"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "./stringify",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 36
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_stringify2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_stringify"
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_string"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "skypager-util/lib/string",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 52
}
}
},
{
"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": "VariableDeclaration",
"start": 157,
"end": 222,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 65
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 163,
"end": 222,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 65
}
},
"id": {
"type": "Identifier",
"start": 163,
"end": 174,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
},
"identifierName": "featuresReq"
},
"name": "featuresReq"
},
"init": {
"type": "CallExpression",
"start": 177,
"end": 222,
"loc": {
"start": {
"line": 5,
"column": 20
},
"end": {
"line": 5,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 177,
"end": 192,
"loc": {
"start": {
"line": 5,
"column": 20
},
"end": {
"line": 5,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 177,
"end": 184,
"loc": {
"start": {
"line": 5,
"column": 20
},
"end": {
"line": 5,
"column": 27
},
"identifierName": "require"
},
"name": "require"
},
"property": {
"type": "Identifier",
"start": 185,
"end": 192,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 5,
"column": 35
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 193,
"end": 205,
"loc": {
"start": {
"line": 5,
"column": 36
},
"end": {
"line": 5,
"column": 48
}
},
"extra": {
"rawValue": "./features",
"raw": "'./features'"
},
"value": "./features"
},
{
"type": "BooleanLiteral",
"start": 207,
"end": 212,
"loc": {
"start": {
"line": 5,
"column": 50
},
"end": {
"line": 5,
"column": 55
}
},
"value": false
},
{
"type": "RegExpLiteral",
"start": 214,
"end": 221,
"loc": {
"start": {
"line": 5,
"column": 57
},
"end": {
"line": 5,
"column": 64
}
},
"extra": {
"raw": "/\\.js$/"
},
"pattern": "\\.js$",
"flags": ""
}
]
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 223,
"end": 288,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 65
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 229,
"end": 288,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 65
}
},
"id": {
"type": "Identifier",
"start": 229,
"end": 240,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 17
},
"identifierName": "reducersReq"
},
"name": "reducersReq"
},
"init": {
"type": "CallExpression",
"start": 243,
"end": 288,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 243,
"end": 258,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 243,
"end": 250,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "require"
},
"name": "require"
},
"property": {
"type": "Identifier",
"start": 251,
"end": 258,
"loc": {
"start": {
"line": 6,
"column": 28
},
"end": {
"line": 6,
"column": 35
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 259,
"end": 271,
"loc": {
"start": {
"line": 6,
"column": 36
},
"end": {
"line": 6,
"column": 48
}
},
"extra": {
"rawValue": "./reducers",
"raw": "'./reducers'"
},
"value": "./reducers"
},
{
"type": "BooleanLiteral",
"start": 273,
"end": 278,
"loc": {
"start": {
"line": 6,
"column": 50
},
"end": {
"line": 6,
"column": 55
}
},
"value": false
},
{
"type": "RegExpLiteral",
"start": 280,
"end": 287,
"loc": {
"start": {
"line": 6,
"column": 57
},
"end": {
"line": 6,
"column": 64
}
},
"extra": {
"raw": "/\\.js$/"
},
"pattern": "\\.js$",
"flags": ""
}
]
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 289,
"end": 341,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 52
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 295,
"end": 341,
"loc": {
"start": {
"line": 7,
"column": 6
},
"end": {
"line": 7,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 295,
"end": 298,
"loc": {
"start": {
"line": 7,
"column": 6
},
"end": {
"line": 7,
"column": 9
},
"identifierName": "es6"
},
"name": "es6"
},
"init": {
"type": "FunctionExpression",
"start": 301,
"end": 341,
"loc": {
"start": {
"line": 7,
"column": 12
},
"end": {
"line": 7,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 295,
"end": 298,
"loc": {
"start": {
"line": 7,
"column": 6
},
"end": {
"line": 7,
"column": 9
},
"identifierName": "es6"
},
"name": "es6"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 302,
"end": 305,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 16
},
"identifierName": "mod"
},
"name": "mod"
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "ConditionalExpression",
"start": 310,
"end": 341,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 7,
"column": 52
}
},
"test": {
"type": "MemberExpression",
"start": 310,
"end": 321,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 7,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 310,
"end": 313,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 7,
"column": 24
},
"identifierName": "mod"
},
"name": "mod"
},
"property": {
"type": "Identifier",
"start": 314,
"end": 321,
"loc": {
"start": {
"line": 7,
"column": 25
},
"end": {
"line": 7,
"column": 32
},
"identifierName": "default"
},
"name": "default"
},
"computed": false
},
"consequent": {
"type": "MemberExpression",
"start": 324,
"end": 335,
"loc": {
"start": {
"line": 7,
"column": 35
},
"end": {
"line": 7,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 324,
"end": 327,
"loc": {
"start": {
"line": 7,
"column": 35
},
"end": {
"line": 7,
"column": 38
},
"identifierName": "mod"
},
"name": "mod"
},
"property": {
"type": "Identifier",
"start": 328,
"end": 335,
"loc": {
"start": {
"line": 7,
"column": 39
},
"end": {
"line": 7,
"column": 46
},
"identifierName": "default"
},
"name": "default"
},
"computed": false
},
"alternate": {
"type": "Identifier",
"start": 338,
"end": 341,
"loc": {
"start": {
"line": 7,
"column": 49
},
"end": {
"line": 7,
"column": 52
},
"identifierName": "mod"
},
"name": "mod"
}
}
}
],
"directives": []
},
"shadow": true
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 350,
"end": 519,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 14,
"column": 9
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 356,
"end": 519,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 14,
"column": 9
}
},
"id": {
"type": "Identifier",
"start": 356,
"end": 371,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 28
},
"identifierName": "defaultFeatures"
},
"name": "defaultFeatures",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"start": 356,
"end": 371,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 28
},
"identifierName": "defaultFeatures"
},
"name": "defaultFeatures",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 374,
"end": 519,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 14,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
"start": 374,
"end": 405,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 11,
"column": 9
}
},
"object": {
"type": "CallExpression",
"start": 374,
"end": 395,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 10,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
"start": 374,
"end": 393,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 10,
"column": 7
}
},
"object": {
"type": "Identifier",
"start": 374,
"end": 385,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 9,
"column": 42
},
"identifierName": "featuresReq"
},
"name": "featuresReq"
},
"property": {
"type": "Identifier",
"start": 389,
"end": 393,
"loc": {
"start": {
"line": 10,
"column": 3
},
"end": {
"line": 10,
"column": 7
},
"identifierName": "keys"
},
"name": "keys"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 399,
"end": 405,
"loc": {
"start": {
"line": 11,
"column": 3
},
"end": {
"line": 11,
"column": 9
},
"identifierName": "reduce"
},
"name": "reduce"
},
"computed": false
},
"arguments": [
{
"type": "FunctionExpression",
"start": 406,
"end": 514,
"loc": {
"start": {
"line": 11,
"column": 10
},
"end": {
"line": 14,
"column": 4
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 407,
"end": 411,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 15
},
"identifierName": "memo"
},
"name": "memo"
},
{
"type": "Identifier",
"start": 413,
"end": 416,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 20
},
"identifierName": "key"
},
"name": "key"
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "CallExpression",
"callee": {
"type": "SequenceExpression",
"expressions": [
{
"type": "NumericLiteral",
"value": 0
},
{
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "_extends9"
},
"property": {
"type": "Identifier",
"name": "default"
},
"computed": false
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"arguments": [
{
"type": "ObjectExpression",
"properties": []
},
{
"type": "Identifier",
"start": 431,
"end": 435,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 11
},
"identifierName": "memo"
},
"name": "memo"
},
{
"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": "CallExpression",
"start": 442,
"end": 484,
"loc": {
"start": {
"line": 13,
"column": 5
},
"end": {
"line": 13,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 442,
"end": 472,
"loc": {
"start": {
"line": 13,
"column": 5
},
"end": {
"line": 13,
"column": 35
}
},
"object": {
"type": "CallExpression",
"start": 442,
"end": 464,
"loc": {
"start": {
"line": 13,
"column": 5
},
"end": {
"line": 13,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
"start": 442,
"end": 453,
"loc": {
"start": {
"line": 13,
"column": 5
},
"end": {
"line": 13,
"column": 16
}
},
"object": {
"type": "Identifier",
"start": 442,
"end": 445,
"loc": {
"start": {
"line": 13,
"column": 5
},
"end": {
"line": 13,
"column": 8
},
"identifierName": "key"
},
"name": "key"
},
"property": {
"type": "Identifier",
"start": 446,
"end": 453,
"loc": {
"start": {
"line": 13,
"column": 9
},
"end": {
"line": 13,
"column": 16
},
"identifierName": "replace"
},
"name": "replace"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 454,
"end": 460,
"loc": {
"start": {
"line": 13,
"column": 17
},
"end": {
"line": 13,
"column": 23
}
},
"extra": {
"raw": "/\\.\\//"
},
"pattern": "\\.\\/",
"flags": ""
},
{
"type": "StringLiteral",
"start": 461,
"end": 463,
"loc": {
"start": {
"line": 13,
"column": 24
},
"end": {
"line": 13,
"column": 26
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
]
},
"property": {
"type": "Identifier",
"start": 465,
"end": 472,
"loc": {
"start": {
"line": 13,
"column": 28
},
"end": {
"line": 13,
"column": 35
},
"identifierName": "replace"
},
"name": "replace"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 473,
"end": 480,
"loc": {
"start": {
"line": 13,
"column": 36
},
"end": {
"line": 13,
"column": 43
}
},
"extra": {
"raw": "/\\.js$/"
},
"pattern": "\\.js$",
"flags": ""
},
{
"type": "StringLiteral",
"start": 481,
"end": 483,
"loc": {
"start": {
"line": 13,
"column": 44
},
"end": {
"line": 13,
"column": 46
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
]
},
{
"type": "CallExpression",
"start": 487,
"end": 508,
"loc": {
"start": {
"line": 13,
"column": 50
},
"end": {
"line": 13,
"column": 71
}
},
"callee": {
"type": "Identifier",
"start": 487,
"end": 490,
"loc": {
"start": {
"line": 13,
"column": 50
},
"end": {
"line": 13,
"column": 53
},
"identifierName": "es6"
},
"name": "es6"
},
"arguments": [
{
"type": "CallExpression",
"start": 491,
"end": 507,
"loc": {
"start": {
"line": 13,
"column": 54
},
"end": {
"line": 13,
"column": 70
}
},
"callee": {
"type": "Identifier",
"start": 491,
"end": 502,
"loc": {
"start": {
"line": 13,
"column": 54
},
"end": {
"line": 13,
"column": 65
},
"identifierName": "featuresReq"
},
"name": "featuresReq"
},
"arguments": [
{
"type": "Identifier",
"start": 503,
"end": 506,
"loc": {
"start": {
"line": 13,
"column": 66
},
"end": {
"line": 13,
"column": 69
},
"identifierName": "key"
},
"name": "key"
}
]
}
]
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"directives": []
},
"shadow": true
},
{
"type": "ObjectExpression",
"start": 516,
"end": 518,
"loc": {
"start": {
"line": 14,
"column": 6
},
"end": {
"line": 14,
"column": 8
}
},
"properties": []
}
]
},
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"kind": "var",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
{
"type": "VariableDeclaration",
"start": 528,
"end": 697,
"loc": {
"start": {
"line": 16,
"column": 7
},
"end": {
"line": 21,
"column": 9
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 534,
"end": 697,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 21,
"column": 9
}
},
"id": {
"type": "Identifier",
"start": 534,
"end": 549,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 28
},
"identifierName": "defaultReducers"
},
"name": "defaultReducers",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"start": 534,
"end": 549,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 28
},
"identifierName": "defaultReducers"
},
"name": "defaultReducers",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 552,
"end": 697,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 21,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
"start": 552,
"end": 583,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 18,
"column": 9
}
},
"object": {
"type": "CallExpression",
"start": 552,
"end": 573,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 17,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
"start": 552,
"end": 571,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 17,
"column": 7
}
},
"object": {
"type": "Identifier",
"start": 552,
"end": 563,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 16,
"column": 42
},
"identifierName": "reducersReq"
},
"name": "reducersReq"
},
"property": {
"type": "Identifier",
"start": 567,
"end": 571,
"loc": {
"start": {
"line": 17,
"column": 3
},
"end": {
"line": 17,
"column": 7
},
"identifierName": "keys"
},
"name": "keys"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 577,
"end": 583,
"loc": {
"start": {
"line": 18,
"column": 3
},
"end": {
"line": 18,
"column": 9
},
"identifierName": "reduce"
},
"name": "reduce"
},
"computed": false
},
"arguments": [
{
"type": "FunctionExpression",
"start": 584,
"end": 692,
"loc": {
"start": {
"line": 18,
"column": 10
},
"end": {
"line": 21,
"column": 4
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,