UNPKG

skypager-project

Version:
1,936 lines (1,914 loc) 163 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 = 140); /******/ }) /************************************************************************/ /******/ ({ /***/ 140: /***/ function(module, exports, __webpack_require__) { module.exports = __webpack_require__(49); /***/ }, /***/ 49: /***/ function(module, exports) { module.exports = { "path": "/Users/jonathan/Skypager/packages/skypager-project/src/file-systems/node.js", "ast": { "type": "File", "start": 0, "end": 807, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 37, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 807, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 37, "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": "_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": "_pick" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "lodash/pick", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_pick2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_pick" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_mapValues" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "lodash/mapValues", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 40 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_mapValues2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_mapValues" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_fsExtraPromise" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "fs-extra-promise", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 34 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_fsExtraPromise2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_fsExtraPromise" } ] } } ] }, { "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": "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": "FunctionExpression", "start": 123, "end": 806, "loc": { "start": { "line": 5, "column": 15 }, "end": { "line": 36, "column": 1 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 155, "end": 806, "loc": { "start": { "line": 5, "column": 47 }, "end": { "line": 36, "column": 1 } }, "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 124, "end": 131, "loc": { "start": { "line": 5, "column": 16 }, "end": { "line": 5, "column": 23 }, "identifierName": "options" }, "name": "options", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "left": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "Identifier", "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "operator": "&&", "right": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "operator": "!==", "right": { "type": "Identifier", "name": "undefined" } } }, "consequent": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "alternate": { "type": "ObjectExpression", "start": 134, "end": 136, "loc": { "start": { "line": 5, "column": 26 }, "end": { "line": 5, "column": 28 } }, "properties": [], "trailingComments": [], "leadingComments": [], "innerComments": [] } } } ], "kind": "var" }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 138, "end": 145, "loc": { "start": { "line": 5, "column": 30 }, "end": { "line": 5, "column": 37 }, "identifierName": "context" }, "name": "context", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "left": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "Identifier", "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "value": 1, "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "operator": "&&", "right": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 1, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "operator": "!==", "right": { "type": "Identifier", "name": "undefined" } } }, "consequent": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 1, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "alternate": { "type": "ObjectExpression", "start": 148, "end": 150, "loc": { "start": { "line": 5, "column": 40 }, "end": { "line": 5, "column": 42 } }, "properties": [], "trailingComments": [], "leadingComments": [], "innerComments": [] } } } ], "kind": "var" }, { "type": "VariableDeclaration", "start": 159, "end": 222, "loc": { "start": { "line": 6, "column": 2 }, "end": { "line": 6, "column": 65 } }, "declarations": [ { "type": "VariableDeclarator", "start": 165, "end": 222, "loc": { "start": { "line": 6, "column": 8 }, "end": { "line": 6, "column": 65 } }, "id": { "type": "Identifier", "start": 165, "end": 169, "loc": { "start": { "line": 6, "column": 8 }, "end": { "line": 6, "column": 12 }, "identifierName": "host" }, "name": "host" }, "init": { "type": "LogicalExpression", "start": 172, "end": 222, "loc": { "start": { "line": 6, "column": 15 }, "end": { "line": 6, "column": 65 } }, "left": { "type": "LogicalExpression", "start": 172, "end": 203, "loc": { "start": { "line": 6, "column": 15 }, "end": { "line": 6, "column": 46 } }, "left": { "type": "MemberExpression", "start": 172, "end": 184, "loc": { "start": { "line": 6, "column": 15 }, "end": { "line": 6, "column": 27 } }, "object": { "type": "Identifier", "start": 172, "end": 179, "loc": { "start": { "line": 6, "column": 15 }, "end": { "line": 6, "column": 22 }, "identifierName": "options" }, "name": "options" }, "property": { "type": "Identifier", "start": 180, "end": 184, "loc": { "start": { "line": 6, "column": 23 }, "end": { "line": 6, "column": 27 }, "identifierName": "host" }, "name": "host" }, "computed": false }, "operator": "||", "right": { "type": "MemberExpression", "start": 188, "end": 203, "loc": { "start": { "line": 6, "column": 31 }, "end": { "line": 6, "column": 46 } }, "object": { "type": "Identifier", "start": 188, "end": 195, "loc": { "start": { "line": 6, "column": 31 }, "end": { "line": 6, "column": 38 }, "identifierName": "options" }, "name": "options" }, "property": { "type": "Identifier", "start": 196, "end": 203, "loc": { "start": { "line": 6, "column": 39 }, "end": { "line": 6, "column": 46 }, "identifierName": "project" }, "name": "project" }, "computed": false } }, "operator": "||", "right": { "type": "MemberExpression", "start": 207, "end": 222, "loc": { "start": { "line": 6, "column": 50 }, "end": { "line": 6, "column": 65 } }, "object": { "type": "Identifier", "start": 207, "end": 214, "loc": { "start": { "line": 6, "column": 50 }, "end": { "line": 6, "column": 57 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 215, "end": 222, "loc": { "start": { "line": 6, "column": 58 }, "end": { "line": 6, "column": 65 }, "identifierName": "project" }, "name": "project" }, "computed": false } } } ], "kind": "var" }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_options$methods" }, "init": { "type": "MemberExpression", "object": { "type": "Identifier", "start": 453, "end": 460, "loc": { "start": { "line": 22, "column": 6 }, "end": { "line": 22, "column": 13 }, "identifierName": "options" }, "name": "options" }, "property": { "type": "Identifier", "start": 238, "end": 245, "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 9, "column": 11 }, "identifierName": "methods" }, "name": "methods" }, "computed": false } } ], "leadingComments": [] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 238, "end": 245, "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 9, "column": 11 }, "identifierName": "methods" }, "name": "methods" }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "_options$methods" }, "right": { "type": "Identifier", "name": "undefined" } }, "consequent": { "type": "ArrayExpression", "start": 248, "end": 446, "loc": { "start": { "line": 9, "column": 14 }, "end": { "line": 21, "column": 5 } }, "elements": [ { "type": "StringLiteral", "start": 256, "end": 262, "loc": { "start": { "line": 10, "column": 6 }, "end": { "line": 10, "column": 12 } }, "extra": { "rawValue": "walk", "raw": "'walk'" }, "value": "walk" }, { "type": "StringLiteral", "start": 270, "end": 282, "loc": { "start": { "line": 11, "column": 6 }, "end": { "line": 11, "column": 18 } }, "extra": { "rawValue": "outputJson", "raw": "'outputJson'" }, "value": "outputJson" }, { "type": "StringLiteral", "start": 290, "end": 301, "loc": { "start": { "line": 12, "column": 6 }, "end": { "line": 12, "column": 17 } }, "extra": { "rawValue": "writeFile", "raw": "'writeFile'" }, "value": "writeFile" }, { "type": "StringLiteral", "start": 309, "end": 319, "loc": { "start": { "line": 13, "column": 6 }, "end": { "line": 13, "column": 16 } }, "extra": { "rawValue": "readFile", "raw": "'readFile'" }, "value": "readFile" }, { "type": "StringLiteral", "start": 327, "end": 336, "loc": { "start": { "line": 14, "column": 6 }, "end": { "line": 14, "column": 15 } }, "extra": { "rawValue": "readdir", "raw": "'readdir'" }, "value": "readdir" }, { "type": "StringLiteral", "start": 344, "end": 354, "loc": { "start": { "line": 15, "column": 6 }, "end": { "line": 15, "column": 16 } }, "extra": { "rawValue": "readJson", "raw": "'readJson'" }, "value": "readJson" }, { "type": "StringLiteral", "start": 362, "end": 373, "loc": { "start": { "line": 16, "column": 6 }, "end": { "line": 16, "column": 17 } }, "extra": { "rawValue": "writeJson", "raw": "'writeJson'" }, "value": "writeJson" }, { "type": "StringLiteral", "start": 381, "end": 393, "loc": { "start": { "line": 17, "column": 6 }, "end": { "line": 17, "column": 18 } }, "extra": { "rawValue": "outputFile", "raw": "'outputFile'" }, "value": "outputFile" }, { "type": "StringLiteral", "start": 401, "end": 409, "loc": { "start": { "line": 18, "column": 6 }, "end": { "line": 18, "column": 14 } }, "extra": { "rawValue": "exists", "raw": "'exists'" }, "value": "exists" }, { "type": "StringLiteral", "start": 417, "end": 425, "loc": { "start": { "line": 19, "column": 6 }, "end": { "line": 19, "column": 14 } }, "extra": { "rawValue": "mkdirp", "raw": "'mkdirp'" }, "value": "mkdirp" }, { "type": "StringLiteral", "start": 433, "end": 439, "loc": { "start": { "line": 20, "column": 6 }, "end": { "line": 20, "column": 12 } }, "extra": { "rawValue": "copy", "raw": "'copy'" }, "value": "copy" } ] }, "alternate": { "type": "Identifier", "name": "_options$methods" } } } ], "trailingComments": [] }, { "type": "ExpressionStatement", "start": 464, "end": 515, "loc": { "start": { "line": 24, "column": 2 }, "end": { "line": 24, "column": 53 } }, "expression": { "type": "CallExpression", "start": 464, "end": 515, "loc": { "start": { "line": 24, "column": 2 }, "end": { "line": 24, "column": 53 } }, "callee": { "type": "MemberExpression", "start": 464, "end": 476, "loc": { "start": { "line": 24, "column": 2 }, "end": { "line": 24, "column": 14 } }, "object": { "type": "MemberExpression", "object": { "type": "Identifier", "start": 464, "end": 471, "loc": { "start": { "line": 24, "column": 2 }, "end": { "line": 24, "column": 9 }, "identifierName": "methods" }, "name": "methods" }, "property": { "type": "Identifier", "start": 472, "end": 476, "loc": { "start": { "line": 24, "column": 10 }, "end": { "line": 24, "column": 14 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "property": { "type": "Identifier", "name": "apply" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 464, "end": 471, "loc": { "start": { "line": 24, "column": 2 }, "end": { "line": 24, "column": 9 }, "identifierName": "methods" }, "name": "methods" }, { "type": "CallExpression", "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_toConsumableArray3" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [ { "type": "CallExpression", "start": 480, "end": 514, "loc": { "start": { "line": 24, "column": 18 }, "end": { "line": 24, "column": 52 } }, "callee": { "type": "MemberExpression", "start": 480, "end": 491, "loc": { "start": { "line": 24, "column": 18 }, "end": { "line": 24, "column": 29 } }, "object": { "type": "Identifier", "start": 480, "end": 487, "loc": { "start": { "line": 24, "column": 18 }, "end": { "line": 24, "column": 25 }, "identifierName": "methods" }, "name": "methods" }, "property": { "type": "Identifier", "start": 488, "end": 491, "loc": { "start": { "line": 24, "column": 26 }, "end": { "line": 24, "column": 29 }, "identifierName": "map" }, "name": "map" }, "computed": false }, "arguments": [ { "type": "FunctionExpression", "start": 492, "end": 513, "loc": { "start": { "line": 24, "column": 30 }, "end": { "line": 24, "column": 51 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 492, "end": 496, "loc": { "start": { "line": 24, "column": 30 }, "end": { "line": 24, "column": 34 }, "identifierName": "name" }, "name": "name" } ], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "start": 503, "end": 507, "loc": { "start": { "line": 24, "column": 41 }, "end": { "line": 24, "column": 45 }, "identifierName": "name" }, "name": "name" }, "right": { "type": "StringLiteral", "value": "Sync" }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "directives": [] }, "shadow": true } ] } ] } ] } }, { "type": "ExpressionStatement", "start": 518, "end": 570, "loc": { "start": { "line": 25, "column": 2 }, "end": { "line": 25, "column": 54 } }, "expression": { "type": "CallExpression", "start": 518, "end": 570, "loc": { "start": { "line": 25, "column": 2 }, "end": { "line": 25, "column": 54 } }, "callee": { "type": "MemberExpression", "start": 518, "end": 530, "loc": { "start": { "line": 25, "column": 2 }, "end": { "line": 25, "column": 14 } }, "object": { "type": "MemberExpression", "object": { "type": "Identifier", "start": 518, "end": 525, "loc": { "start": { "line": 25, "column": 2 }, "end": { "line": 25, "column": 9 }, "identifierName": "methods" }, "name": "methods" }, "property": { "type": "Identifier", "start": 526, "end": 530, "loc": { "start": { "line": 25, "column": 10 }, "end": { "line": 25, "column": 14 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "property": { "type": "Identifier", "name": "apply" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 518, "end": 525, "loc": { "start": { "line": 25, "column": 2 }, "end": { "line": 25, "column": 9 }, "identifierName": "methods" }, "name": "methods" }, { "type": "CallExpression", "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_toConsumableArray3" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [ { "type": "CallExpression", "start": 534, "end": 569, "loc": { "start": { "line": 25, "column": 18 }, "end": { "line": 25, "column": 53 } }, "callee": { "type": "MemberExpression", "start": 534, "end": 545, "loc": { "start": { "line": 25, "column": 18 }, "end": { "line": 25, "column": 29 } }, "object": { "type": "Identifier", "start": 534, "end": 541, "loc": { "start": { "line": 25, "column": 18 }, "end": { "line": 25, "column": 25 }, "identifierName": "methods" }, "name": "methods" }, "property": { "type": "Identifier", "start": 542, "end": 545, "loc": { "start": { "line": 25, "column": 26 }, "end": { "line": 25, "column": 29 }, "identifierName": "map" }, "name": "map" }, "computed": false }, "arguments": [ { "type": "FunctionExpression", "start": 546, "end": 568, "loc": { "start": { "line": 25, "column": 30 }, "end": { "line": 25, "column": 52 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 546, "end": 550, "loc": { "start": { "line": 25, "column": 30 }, "end": { "line": 25, "column": 34 }, "identifierName": "name" }, "name": "name" } ], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "start": 557, "end": 561, "loc": { "start": { "line": 25, "column": 41 }, "end": { "line": 25, "column": 45 }, "identifierName": "name" }, "name": "name" }, "right": { "type": "StringLiteral", "value": "Async" }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "directives": [] }, "shadow": true } ] } ] } ] } }, { "type": "ExpressionStatement", "start": 574, "end": 610, "loc": { "start": { "line": 27, "column": 2 }, "end": { "line": 27, "column": 38 } }, "expression": { "type": "CallExpression", "start": 574, "end": 610,