skypager-project
Version:
skypager project framework
2,016 lines (1,993 loc) • 49.8 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 = 115);
/******/ })
/************************************************************************/
/******/ ({
/***/ 115:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(24);
/***/ },
/***/ 24:
/***/ function(module, exports) {
module.exports = {
"path": "/Users/jonathan/Skypager/packages/skypager-project/src/config/features/scope.js",
"ast": {
"type": "File",
"start": 0,
"end": 144,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 8,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 144,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 8,
"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": "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": 29,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "scope"
},
"name": "scope",
"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": 143,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 7,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 24,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "scope"
},
"name": "scope",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 30,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 38
},
"identifierName": "existing"
},
"name": "existing"
}
],
"body": {
"type": "BlockStatement",
"start": 49,
"end": 143,
"loc": {
"start": {
"line": 1,
"column": 49
},
"end": {
"line": 7,
"column": 1
}
},
"body": [
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_len",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "arguments",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"property": {
"type": "Identifier",
"name": "length"
},
"computed": false
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"start": 43,
"end": 47,
"loc": {
"start": {
"line": 1,
"column": 43
},
"end": {
"line": 1,
"column": 47
},
"identifierName": "args"
},
"name": "args",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "Array"
},
"arguments": [
{
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": ">",
"left": {
"type": "Identifier",
"name": "_len",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"right": {
"type": "NumericLiteral",
"value": 1,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
},
"consequent": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "_len",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"right": {
"type": "NumericLiteral",
"value": 1,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
},
"alternate": {
"type": "NumericLiteral",
"value": 0
},
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_key",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "NumericLiteral",
"value": 1,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"kind": "var"
},
"test": {
"type": "BinaryExpression",
"left": {
"type": "Identifier",
"name": "_key",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"operator": "<",
"right": {
"type": "Identifier",
"name": "_len",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"name": "_key",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"start": 43,
"end": 47,
"loc": {
"start": {
"line": 1,
"column": 43
},
"end": {
"line": 1,
"column": 47
},
"identifierName": "args"
},
"name": "args",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "_key",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"right": {
"type": "NumericLiteral",
"value": 1,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": true
},
"right": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "arguments",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"property": {
"type": "Identifier",
"name": "_key",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": true
}
}
}
],
"directives": []
}
},
{
"type": "IfStatement",
"start": 53,
"end": 141,
"loc": {
"start": {
"line": 2,
"column": 2
},
"end": {
"line": 6,
"column": 3
}
},
"test": {
"type": "BinaryExpression",
"start": 57,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 21
}
},
"left": {
"type": "MemberExpression",
"start": 57,
"end": 68,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 57,
"end": 61,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 10
},
"identifierName": "args"
},
"name": "args"
},
"property": {
"type": "Identifier",
"start": 62,
"end": 68,
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 2,
"column": 17
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 71,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 20
},
"end": {
"line": 2,
"column": 21
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 74,
"end": 110,
"loc": {
"start": {
"line": 2,
"column": 23
},
"end": {
"line": 4,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 80,
"end": 106,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 30
}
},
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"object": {
"type": "ArrayExpression",
"elements": []
},
"property": {
"type": "Identifier",
"name": "concat"
},
"computed": false
},
"arguments": [
{
"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": "Identifier",
"start": 91,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 15
},
"end": {
"line": 3,
"column": 23
},
"identifierName": "existing"
},
"name": "existing"
}
]
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Identifier",
"start": 101,
"end": 105,
"loc": {
"start": {
"line": 3,
"column": 25
},
"end": {
"line": 3,
"column": 29
},
"identifierName": "args"
},
"name": "args"
}
]
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 116,
"end": 141,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 6,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 122,
"end": 137,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 19
}
},
"argument": {
"type": "Identifier",
"start": 129,
"end": 137,
"loc": {
"start": {
"line": 5,
"column": 11
},
"end": {
"line": 5,
"column": 19
},
"identifierName": "existing"
},
"name": "existing"
}
}
],
"directives": []
}
}
],
"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": "scope",
"start": 24,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 29,
"end": 30,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "existing",
"start": 30,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 38,
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 38
},
"end": {
"line": 1,
"column": 39
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 40,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 43,
"end": 47,
"loc": {
"start": {
"line": 1,
"column": 43
},
"end": {
"line": 1,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 47,
"end": 48,
"loc": {
"start": {
"line": 1,
"column": 47
},
"end": {
"line": 1,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 49,
"end": 50,
"loc": {
"start": {
"line": 1,
"column": 49
},
"end": {
"line": 1,
"column": 50
}
}
},
{
"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": 53,
"end": 55,
"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": 56,
"end": 57,
"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": "args",
"start": 57,
"end": 61,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 61,
"end": 62,
"loc": {
"start": {
"line": 2,
"column": 10
},
"end": {
"line": 2,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 62,
"end": 68,
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 69,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 19
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 71,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 20
},
"end": {
"line": 2,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 72,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 21
},
"end": {
"line": 2,
"column": 22
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 74,
"end": 75,
"loc": {
"start": {
"line": 2,
"column": 23
},
"end": {
"line": 2,
"column": 24
}
}
},
{
"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": 80,
"end": 86,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 10
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 87,
"end": 88,
"loc": {
"start": {
"line": 3,
"column": 11
},
"end": {
"line": 3,
"column": 12
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 88,
"end": 91,
"loc": {
"start": {
"line": 3,
"column": 12
},
"end": {
"line": 3,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "existing",
"start": 91,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 15
},
"end": {
"line": 3,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 99,
"end": 100,
"loc": {
"start": {
"line": 3,
"column": 23
},
"end": {
"line": 3,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "args",
"start": 101,
"end": 105,
"loc": {
"start": {
"line": 3,
"column": 25
},
"end": {
"line": 3,
"column": 29
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 105,
"end": 106,
"loc": {
"start": {
"line": 3,
"column": 29
},
"end": {
"line": 3,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 109,
"end": 110,
"loc": {
"start": {
"line": 4,
"column": 2
},
"end": {
"line": 4,
"column": 3
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 111,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 116,
"end": 117,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 10
}
}
},
{
"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": 122,
"end": 128,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "existing",
"start": 129,
"end": 137,
"loc": {
"start": {
"line": 5,
"column": 11
},
"end": {
"line": 5,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 140,
"end": 141,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 142,
"end": 143,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 144,
"end": 144,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 0
}
}
}
]
},
"meta": {
"usedHelpers": [
{
"0": "t",
"1": "o",
"2": "C",
"3": "o",
"4": "n",
"5": "s",
"6": "u",
"7": "m",
"8": "a",
"9": "b",
"10": "l",
"11": "e",
"12": "A",
"13": "r",
"14": "r",
"15": "a",
"16": "y",
"bold": "\u001b[1mtoConsumableArray\u001b[22m",
"strip": "toConsumableArray",
"stripColors": "toConsumableArray",
"trap": "ŁǾȻõΠϟƱӍ@ɃĹƎɅʀЯД¥",
"zalgo": "t̹͎̥̟̯̣̣͈̼̰̜͖̖͍̖̤̯̜̦͙̯͚͖̖̯̙̱̀̏ͮ̍̀͞ơ̴̦̲͈̗͈̤̬̘̞̬͎̳̩̮̝̝̥̣̪̗̞̣̥̻̳̣͙̟͓̻̯̮͔̤̱̲̫̗̜̳̫̹̮̝̰̜̦͖̳͍͖͈̳̩̼͙̫̪͎̙͇̘̪̯̪͓͛͛̃́͌͌̑C̵̶̛̹̞̯͈̦̦͇̤̫̙͇͈̜͔͎̲̳̞̥͖̼͉̠̪̮̲̼͚͇̫̗̖̯͚͓͉̗͓̭͖̭̻̺̻͖̮̫̰̣̭̬̝̳̲͂ͩ͊̎̅ͥ̿̓͟͝ͅǫ̷̧̪̱̦͙̦͚̖̹͇̤̪̱̭̭͉̖̖̺̭̹͚̞̠̳̝̻̼̦̬͉͚̖̻͔̥̜̞͎̪͖̹̲̟̻̭͙͎͉͈͗ͭ̀ͪ̀̀̅̌ͧͭn̻͕̬̞͕͔̝͇̯̝̱̤̣̬͓̲̮͍̪̪͉̦̼̰̻̰̥̱̳̳̯͖͖̼̻̭̩̖̥͕͈̞̩͍͔̪̣̲̪̘̥͉̰̙̞̹̠̮̤̓ͪ͆͐̄ͧ̅ͧ͒̋́̚͞ś̛̙͔̱͔̫̻̝̣͉̮͔͔͎̳̖̻̻͙̏̋͛̌̓ͫ̈̅̂̌͜u̒͛̒ͣͤ̿́̏̈̉͑ͩ͛̃̒ͫ̀͜͟ ҉͉͉̪͎͔͇̟͔̘̺̮̱̭̼͇͇̬̦͚͇̲͖̙̙͖̩̮̫̙̮͜ͅm̶̼͇͈̤̣͔͎͖͉͇͍̟̞̺̳̻̩̲̻̖̣̭̳̙̦͍̼̖̰͉̝̪͕̏ͮ̒͆́͝a̷̡̟͇̖̤̗̜͇̺̹̦͕͑̓ͮ͛͐͂͗͂̉̿̍ͣ̓̌͗̽̑b̨̙͖̠͉̦̝͓̮̠̬̦̜͖͇̰̪̩̖̠̹̹̹̖̮̳͈̰̟̬͇̰͖ͧͣͬ̓̇͘͟͢ͅͅḷ̷̡̧͎̝̹̟̯̘̣̤̥͙̮̗̫͍͓̳̠̙̘̫̣͕̬͕̪ͦ͐ͥ̇ͥ̌͘ę̴̢͔͇͖̹̤̭͙͖̯͈̬̬͇͕̯̯̦̤̳̭̩̳̠̩̦̼̻̞̰̜͓̤̩̱͈͍̞̞ͣ̅̋̄ͅA̧̨̨̤̥̣̥̺͙̪̳̣̝̫̱͖̯̖̫̲͙̪͔̳̗̹̲̼͕̖̩̬͉̫̭͕̗͖͎̯͚̣̠͐ͦ̀̋ͯͦ̊̽̔̐͗ͨ̉ͪ͛̚͟͝r̸̷̞̘̥̖̥̦̣͈̲͉̻̹̞̭̭̮̗͈͖̮̟̺̞̻͚͓̘̞͖̦̯̪͙͇̳̟͍̬͓̣̩̯̞͉̼̭͓̘̦̬̓͛͌ͮ̐̃̿̓͂ͬ̈r̢̳͈̗͙̺̜͎͚̙̭̳̱̞͎̣̪̮̖͖͍̰͙̱̯̗̠̥̣̣̯̟̰͆̿͗̉̀̚͢͡a̧͉̤̼͇͉͓̱͕̦͎̥̤̜̪̳̝̝̝̠͚̥̬̥̤̞͙͇̙̻̩̰̖͎̠̥̞͎̹̫̝̰͚̮̙̙̩̙̦͉̹̠̭̥̰͉̘̒́ͩ̽ͬ͛ͤ͞ͅy̪̱͚͕͕͎͍̟̼̰̰̩̫̭͙͔̻̜͓̮̠̟͎͍͔̗̜̳̭̲̗͚̯͇̪̪̾͗͒͛͆̑͟͢͟͞ͅ",
"zebra": "t\u001b[7mo\u001b[27mC\u001b[7mo\u001b[27mn\u001b[7ms\u001b[27mu\u001b[7mm\u001b[27ma\u001b[7mb\u001b[27ml\u001b[7me\u001b[27mA\u001b[7mr\u001b[27mr\u001b[7ma\u001b[27my",
"rainbow": "\u001b[31mt\u001b[39m\u001b[33mo\u001b[39m\u001b[32mC\u001b[39m\u001b[34mo\u001b[39m\u001b[35mn\u001b[39m\u001b[31ms\u001b[39m\u001b[33mu\u001b[39m\u001b[32mm\u001b[39m\u001b[34ma\u001b[39m\u001b[35mb\u001b[39m\u001b[31ml\u001b[39m\u001b[33me\u001b[39m\u001b[32mA\u001b[39m\u001b[34mr\u001b[39m\u001b[35mr\u001b[39m\u001b[31ma\u001b[39m\u001b[33my\u001b[39m",
"random": "\u001b[32mt\u001b[39m\u001b[37mo\u001b[39m\u001b[90mC\u001b[39m\u001b[36mo\u001b[39m\u001b[7mn\u001b[27m\u001b[33ms\u001b[39m\u001b[37mu\u001b[39m\u001b[7mm\u001b[27m\u001b[36ma\u001b[39m\u001b[36mb\u001b[39m\u001b[7ml\u001b[27m\u001b[36me\u001b[39m\u001b[32mA\u001b[39m\u001b[32mr\u001b[39m\u001b[31mr\u001b[39m\u001b[34ma\u001b[39m\u001b[37my\u001b[39m",
"america": "\u001b[31mt\u001b[39m\u001b[37mo\u001b[39m\u001b[34mC\u001b[39m\u001b[31mo\u001b[39m\u001b[37mn\u001b[39m\u001b[34ms\u001b[39m\u001b[31mu\u001b[39m\u001b[37mm\u001b[39m\u001b[34ma\u001b[39m\u001b[31mb\u001b[39m\u001b[37ml\u001b[39m\u001b[34me\u001b[39m\u001b[31mA\u001b[39m\u001b[37mr\u001b[39m\u001b[34mr\u001b[39m\u001b[31ma\u001b[39m\u001b[37my\u001b[39m",
"reset": "\u001b[0mtoConsumableArray\u001b[0m",
"dim": "\u001b[2mtoConsumableArray\u001b[22m",
"italic": "\u001b[3mtoConsumableArray\u001b[23m",
"underline": "\u001b[4mtoConsumableArray\u001b[24m",
"inverse": "\u001b[7mtoConsumableArray\u001b[27m",
"hidden": "\u001b[8mtoConsumableArray\u001b[28m",
"strikethrough": "\u001b[9mtoConsumableArray\u001b[29m",
"black": "\u001b[30mtoConsumableArray\u001b[39m",
"red": "\u001b[31mtoConsumableArray\u001b[39m",
"green": "\u001b[32mtoConsumableArray\u001b[39m",
"yellow": "\u001b[33mtoConsumableArray\u001b[39m",
"blue": "\u001b[34mtoConsumableArray\u001b[39m",
"magenta": "\u001b[35mtoConsumableArray\u001b[39m",
"cyan": "\u001b[36mtoConsumableArray\u001b[39m",
"white": "\u001b[37mtoConsumableArray\u001b[39m",
"gray": "\u001b[90mtoConsumableArray\u001b[39m",
"grey": "\u001b[90mtoConsumableArray\u001b[39m",
"bgBlack": "\u001b[40mtoConsumableArray\u001b[49m",
"bgRed": "\u001b[41mtoConsumableArray\u001b[49m",
"bgGreen": "\u001b[42mtoConsumableArray\u001b[49m",
"bgYellow": "\u001b[43mtoConsumableArray\u001b[49m",
"bgBlue": "\u001b[44mtoConsumableArray\u001b[49m",
"bgMagenta": "\u001b[45mtoConsumableArray\u001b[49m",
"bgCyan": "\u001b[46mtoConsumableArray\u001b[49m",
"bgWhite": "\u001b[47mtoConsumableArray\u001b[49m",
"blackBG": "\u001b[40mtoConsumableArray\u001b[49m",
"redBG": "\u001b[41mtoConsumableArray\u001b[49m",
"greenBG": "\u001b[42mtoConsumableArray\u001b[49m",
"yellowBG": "\u001b[43mtoConsumableArray\u001b[49m",
"blueBG": "\u001b[44mtoConsumableArray\u001b[49m",
"magentaBG": "\u001b[45mtoConsumableArray\u001b[49m",
"cyanBG": "\u001b[46mtoConsumableArray\u001b[49m",
"whiteBG": "\u001b[47mtoConsumableArray\u001b[49m"
},
{
"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": "D",
"15": "e",
"16": "f",
"17": "a",
"18": "u",
"19": "l",
"20": "t",
"bold": "\u001b[1minteropRequireDefault\u001b[22m",
"strip": "interopRequireDefault",
"stripColors": "interopRequireDefault",
"trap": "༏ͶŦ੬ȐѺǷЯË্Ʊ༏ƦҼԃΣӺĄՍĹͳ",
"zalgo": "į̵̶̪̗͉͚̮̤͓͓̖̜͎͉͍̰̘̯͔̣̼̫̫̲̬̫̣̪̥̒͆ͩ̈ͤ̏͌ͤ̔̄̆̈͞ͅṋ̛̹͇͉̘͎͕̬̠̝̰͙͇̤̖͓̎̉̃̈̅̉̾̂ͫ́̕͝͠t̛̙͉̺̦͔͇͕̘̯̲̟͉̪̓͒̓̉ͦ͘ͅę̶̞̮͔̰̪͖̹̳̮̪͔̞͙͎̠̠͕̘̙͕̩̪̱̭͕͈̭̺̭̣̖̩̙̺̞̖̭̲̙͓̲̜̆ͧ͋ͮ̆ŗ̙̣̯̲̗͕͍̺̰͉̬̗̹͎̲͎̠͙̪̰̗̰̖ͮͪ̓ͭ͋ͤ͆ͧ̾͊ͦͯͧͭ̍͜õ̴̢̭̩̗̭̠̯̤̼̼̩̩̤̺̱̬̠̩̪̘̼̭͓͇̣͓͎̯̼̬͉̗̫͔͕̘̟͇̖̗̫͉̱̣̬͍̬̼̜͛ͭ̐̀̓̊̏̀̐ͭ͟ͅͅp̸̧̬̟̟͕̻̮̗̲͕̘̫̤̰͓̺͖͈̳̝̟͎̭̭͎͇͕̯̪̳̬͎͍̩̮̥̼̗͓͙̐͂̔̆͑͊ͫ͐̒̊̀̎ͣͥ̚͞ͅRͨ̓ͣͣ͛̀̊ͨ̒̕ ҉͕͔͍͉̰̜̮̬̲͓̗̱̳̠͍͍͓̲͡e̴̸̶̗̖̞̹̟̥̮͉̙͉͚̭͚̤̯̜̜̫͇͎̭̙̯͓̺̰͈̟͈̺͕͇̖̫̬̯̻̮̞͖̩̻̞̬̠̯̣͕̦̦̼̤ͨͨ̆̆͛̕͜ͅͅͅq̢̛͚͖̤̫̱̩̮̗̫̩̟͍̦̮̠̪̞͓̹̠̣̠̪̫̰̦͉͍̫̞̼͍ͯ̄̀̂ͩ͊̃̽͋̿̆̄ͤ͊̑ü̸̸̞̤̜̺̻̫͔̖͙̺̺̹̠̟̺̗̮̗̟̼̙̙̹̗̫̥̪͓̩͚̫̗̳̖̳̖̣̬̠̹̺̬̹̔͆ͥͦͤ̇ͥ̿͊̕͡͞ͅi̸̸̠͔̩̳̗̼̣͍̦̳̟̮̣̘͖̞̲͖̖̥̮̥͕̻̯̟̹̗̘̝̠̦̱͍̺̜̦̼̼̭̦̰͎̣̗̼͍͍̬̖̻̖̬̹ͥ͛͛̓͐͑̉̐́ͅr̷̡̧̠̖̫͎͍̼̱̥̫̬̰̭͎̱̬͙̝̘̞̦̱͕̠̪̙͚̮̹͚͍̲̳͍͕̼͖̪̟̱̣̯̦̰̭̣͎̱̭͇̪̹̲͆̈̈ͨ̅ͥ͋ͧ͞͠ẻ̷̳̳̭̹̖̱̜̙̖̲̱͓̣̯̘̼̝̳̳̹͇̹̝̫͓̗̖͖̯͈̪͎̣̩̹̙̘̳̯̥͌̓̍̔ͣ̽̐̓̀͞ͅD̢̨̢̘̲͔̹̻̹̙̜̺̙̩̻͎̞̱͈̱̹̠̼̻̱̲̹̱̩̤͖͈͎̯̝̹͍͇̲̘̬̮̫͙̤͙̼͉̦͓̥̳̭̮̜̣̝͉̯̋̾͊͌ͣ̇ͭ́̏́͆̽̃͗̐ͨͧ̍̚͢͡ͅe̴̸̡̛͉͖͖͖͈̜͖̞͚̩̫̪̜̬̋̾̌̎̔́̋̽ͭͅͅf̨ͧͦ̾̽̂͟ ҉͎͙͎̫̫͉̞͇͚̼͔̭͈̠̙̤̪̬͍͚̫̫̜͖͇ͅa̛̱̲̟̰͈̼̗͉̟̘̟̝̜̦̫̩̠͖̲̗̤̲͖͍̤̝̦͖̒͐̋̓ͩ̐̀͜͞ͅu͖̥̝̻̟͙̣̗̙̤̝̭͍̫̫̼͈̯͙̰͓̼͔̘͖̹̯ͮͣ̉ͩ̇̄̌̀ͧ̏́̌̀̋̄̂͛͟͠l̛͚̘̘̭͔̖͉̪͊ͯ̑͒͂͘t̢̧̠̻̼̘̜̙̟̲͎̬͕̮̳̬̺̼̰̠̣̙̲̪͎̺͎̪̩̼͕̞̰͓̼̲͉̞͍̻͈͍̝̹̪̣̹̲̠̠͙̠̫̲̺̤̔͐͛̉͛̊̈͌ͨ̇̐̓ͪͭͥ͆́͢ͅͅ",
"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[27mD\u001b[7me\u001b[27mf\u001b[7ma\u001b[27mu\u001b[7ml\u001b[27mt",
"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[35mD\u001b[39m\u001b[31me\u001b[39m\u001b[33mf\u001b[39m\u001b[32ma\u001b[39m\u001b[34mu\u001b[39m\u001b[35ml\u001b[39m\u001b[31mt\u001b[39m",
"random": "\u001b[34mi\u001b[39m\u001b[36mn\u001b[39m\u001b[34mt\u001b[39m\u001b[34me\u001b[39m\u001b[36mr\u001b[39m\u001b[4mo\u001b[24m\u001b[37mp\u001b[39m\u001b[37mR\u001b[39m\u001b[7me\u001b[27m\u001b[36mq\u001b[39m\u001b[35mu\u001b[39m\u001b[37mi\u001b[39m\u001b[34mr\u001b[39m\u001b[31me\u001b[39m\u001b[37mD\u001b[39m\u001b[34me\u001b[39m\u001b[4mf\u001b[24m\u001b[4ma\u001b[24m\u001b[4mu\u001b[24m\u001b[90ml\u001b[39m\u001b[32mt\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[34mD\u001b[39m\u001b[31me\u001b[39m\u001b[37mf\u001b[39m\u001b[34ma\u001b[39m\u001b[31mu\u001b[39m\u001b[37ml\u001b[39m\u001b[34mt\u001b[39m",
"reset": "\u001b[0minteropRequireDefault\u001b[0m",
"dim": "\u001b[2minteropRequireDefault\u001b[22m",
"italic": "\u001b[3minteropRequireDefault\u001b[23m",
"underline": "\u001b[4minteropRequireDefault\u001b[24m",
"inverse": "\u001b[7minteropRequireDefault\u001b[27m",
"hidden": "\u001b[8minteropRequireDefault\u001b[28m",
"strikethrough": "\u001b[9minteropRequireDefault\u001b[29m",
"black": "\u001b[30minteropRequireDefault\u001b[39m",
"red": "\u001b[31minteropRequireDefault\u001b[39m",
"green": "\u001b[32minteropRequireDefault\u001b[39m",
"yellow": "\u001b[33minteropRequireDefault\u001b[39m",
"blue": "\u001b[34minteropRequireDefault\u001b[39m",
"magenta": "\u001b[35minteropRequireDefault\u001b[39m",
"cyan": "\u001b[36minteropRequireDefault\u001b[39m",
"white": "\u001b[37minteropRequireDefault\u001b[39m",
"gray": "\u001b[90minteropRequireDefault\u001b[39m",
"grey": "\u001b[90minteropRequireDefault\u001b[39m",
"bgBlack": "\u001b[40minteropRequireDefault\u001b[49m",
"bgRed": "\u001b[41minteropRequireDefault\u001b[49m",
"bgGreen": "\u001b[42minteropRequireDefault\u001b[49m",
"bgYellow": "\u001b[43minteropRequireDefault\u001b[49m",
"bgBlue": "\u001b[44minteropRequireDefault\u001b[49m",
"bgMagenta": "\u001b[45minteropRequireDefault\u001b[49m",
"bgCyan": "\u001b[46minteropRequireDefault\u001b[49m",
"bgWhite": "\u001b[47minteropRequireDefault\u001b[49m",
"blackBG": "\u001b[40minteropRequireDefault\u001b[49m",
"redBG": "\u001b[41minteropRequireDefault\u001b[49m",
"greenBG": "\u001b[42minteropRequireDefault\u001b[49m",
"yellowBG": "\u001b[43minteropRequireDefault\u001b[49m",
"blueBG": "\u001b[44minteropRequireDefault\u001b[49m",
"magentaBG": "\u001b[45minteropRequireDefault\u001b[49m",
"cyanBG": "\u001b[46minteropRequireDefault\u001b[49m",
"whiteBG": "\u001b[47minteropRequireDefault\u001b[49m"
}
],
"marked": [],
"modules": {
"imports": [],
"exports": {
"exported": [
"scope",
"existing",
"args"
],
"specifiers": [
{
"kind": "local",
"local": "scope",
"exported": "default"
},
{
"kind": "local",
"local": "existing",
"exported": "default"
},
{
"kind": "local",
"local": "args",
"exported": "default"
}
]
}
}
},
"query": {
"": true
}
};
/***/ }
/******/ });