skypager-project
Version:
skypager project framework
2,157 lines (2,136 loc) • 53.9 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 = 124);
/******/ })
/************************************************************************/
/******/ ({
/***/ 124:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(33);
/***/ },
/***/ 33:
/***/ function(module, exports) {
module.exports = {
"path": "/Users/jonathan/Skypager/packages/skypager-project/src/contexts/document-editor.js",
"ast": {
"type": "File",
"start": 0,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 10,
"column": 1
}
},
"program": {
"type": "Program",
"start": 0,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 10,
"column": 1
}
},
"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": "create",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "Identifier",
"name": "undefined",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_extends2"
},
"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": "_extends3"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_extends2"
}
]
}
}
]
},
{
"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": 7,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 10,
"column": 1
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 13,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 10,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 13,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 19
},
"identifierName": "create"
},
"name": "create",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"start": 13,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 19
},
"identifierName": "create"
},
"name": "create",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "FunctionExpression",
"start": 22,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 10,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 13,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 19
},
"identifierName": "create"
},
"name": "create",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 54,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 54
},
"end": {
"line": 10,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"start": 23,
"end": 30,
"loc": {
"start": {
"line": 1,
"column": 23
},
"end": {
"line": 1,
"column": 30
},
"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": 33,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 35
}
},
"properties": [],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"start": 37,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 37
},
"end": {
"line": 1,
"column": 44
},
"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": 47,
"end": 49,
"loc": {
"start": {
"line": 1,
"column": 47
},
"end": {
"line": 1,
"column": 49
}
},
"properties": [],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"start": 70,
"end": 77,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 11
},
"identifierName": "project"
},
"name": "project"
},
"init": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"start": 84,
"end": 91,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 13
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 70,
"end": 77,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 11
},
"identifierName": "project"
},
"name": "project"
},
"computed": false
}
}
],
"leadingComments": [],
"trailingComments": []
},
{
"type": "ReturnStatement",
"start": 95,
"end": 161,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 9,
"column": 3
}
},
"argument": {
"type": "CallExpression",
"callee": {
"type": "SequenceExpression",
"expressions": [
{
"type": "NumericLiteral",
"value": 0
},
{
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "_extends3"
},
"property": {
"type": "Identifier",
"name": "default"
},
"computed": false
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"arguments": [
{
"type": "ObjectExpression",
"properties": []
},
{
"type": "CallExpression",
"start": 111,
"end": 134,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
"start": 111,
"end": 132,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 111,
"end": 118,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 14
},
"identifierName": "project"
},
"name": "project"
},
"property": {
"type": "Identifier",
"start": 119,
"end": 132,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 28
},
"identifierName": "createSandbox"
},
"name": "createSandbox"
},
"computed": false
},
"arguments": []
},
{
"type": "ObjectExpression",
"properties": [
{
"type": "ObjectProperty",
"start": 140,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 140,
"end": 143,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 7
},
"identifierName": "doc"
},
"name": "doc"
},
"value": {
"type": "MemberExpression",
"start": 145,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 145,
"end": 152,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 16
},
"identifierName": "options"
},
"name": "options"
},
"property": {
"type": "Identifier",
"start": 153,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "doc"
},
"name": "doc"
},
"computed": false
}
}
]
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"directives": []
},
"shadow": true
},
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"kind": "var",
"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": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 7,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "create",
"start": 13,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 20,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"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": "options",
"start": 23,
"end": 30,
"loc": {
"start": {
"line": 1,
"column": 23
},
"end": {
"line": 1,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 31,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 31
},
"end": {
"line": 1,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 33,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 34,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 34
},
"end": {
"line": 1,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 35,
"end": 36,
"loc": {
"start": {
"line": 1,
"column": 35
},
"end": {
"line": 1,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 37,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 37
},
"end": {
"line": 1,
"column": 44
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 45,
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"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": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 48,
"end": 49,
"loc": {
"start": {
"line": 1,
"column": 48
},
"end": {
"line": 1,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"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": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 51,
"end": 53,
"loc": {
"start": {
"line": 1,
"column": 51
},
"end": {
"line": 1,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 54,
"end": 55,
"loc": {
"start": {
"line": 1,
"column": 54
},
"end": {
"line": 1,
"column": 55
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 58,
"end": 63,
"loc": {
"start": {
"line": 2,
"column": 2
},
"end": {
"line": 2,
"column": 7
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 64,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "project",
"start": 70,
"end": 77,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 80,
"end": 81,
"loc": {
"start": {
"line": 4,
"column": 2
},
"end": {
"line": 4,
"column": 3
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 82,
"end": 83,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 84,
"end": 91,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 13
}
}
},
{
"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": 95,
"end": 101,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 8
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 102,
"end": 103,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 10
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 108,
"end": 111,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "project",
"start": 111,
"end": 118,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 118,
"end": 119,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createSandbox",
"start": 119,
"end": 132,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 132,
"end": 133,
"loc": {
"start": {
"line": 7,
"column": 28
},
"end": {
"line": 7,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 133,
"end": 134,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 7,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 134,
"end": 135,
"loc": {
"start": {
"line": 7,
"column": 30
},
"end": {
"line": 7,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doc",
"start": 140,
"end": 143,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 7
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 143,
"end": 144,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 145,
"end": 152,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 152,
"end": 153,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doc",
"start": 153,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 156,
"end": 157,
"loc": {
"start": {
"line": 8,
"column": 20
},
"end": {
"line": 8,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 160,
"end": 161,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 162,
"end": 163,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 163,
"end": 163,
"loc": {
"start": {
"line": 10,
"column": 1
},
"end": {
"line": 10,
"column": 1
}
}
}
]
},
"meta": {
"usedHelpers": [
{
"0": "e",
"1": "x",
"2": "t",
"3": "e",
"4": "n",
"5": "d",
"6": "s",
"bold": "\u001b[1mextends\u001b[22m",
"strip": "extends",
"stripColors": "extends",
"trap": "ËӼŦƎͶƊϞ",
"zalgo": "e̷̴̥̦̲̘̹̱̮̤̖͖͖̮̳̯͈͎͕͓̖̖̗̻͙̬̖͇̳̳̼̙̘͚̖͚̘̰̗̜̼̪̱̼̿̂̍̃̈̽͐ͪͪ̿̓͂̃͋ͨ̚̕͘͞ͅͅx̸̢̹̖͎̖̹͖̫͍̜̺̰͇͓͈͇̩̦͇̻͎̖̰̪̫̘̼̪̟̳͉̗̘̤̬͇̹̺͇͙̝͚̙͔̱͚͕͕͉̋͗ͤ͐̈̍͋ͮͭ̾͛̅̓̈́̀ͅͅͅͅͅt͕̪͕͉̼͚͇̖̙̖̺̗͑͆̏͗̾ͭ͊ͮͬ̿ͭ͛̂̐̌̐͋ͭ͋͠͝e̵̡̙̰̮̫̤̩̱̥̤͎̣̭̯͚̦̦͙̳͙̳̤̩͍̘̗͕̣̹̣̳̩̙̭͍̦̗̫͍͍̘̩̳͇͎̙̼̩͖̟̯̥̜̮̩̖̳͚͊͆ͣͯ͟ņ̴̤̦͎͇͖̯͍̪͍̻̫͙̗͕̠̼̭̯͖̙͉̩̱̼̻̝͖̇̓͒ͭ̆̀͢͝d̨̥̲͖̙̜̦͍̰̻͖͎̺̰̙͙ͮ̇͑̓̓ͦ̓̿́̒ͤͧ͐̌ͯ̏͊͟͠ͅͅͅs̠̝̗̰̯̺̦̫̦͍̄͆̎͌ͥ͛̿̿̎̎̽̾͟͠",
"zebra": "e\u001b[7mx\u001b[27mt\u001b[7me\u001b[27mn\u001b[7md\u001b[27ms",
"rainbow": "\u001b[31me\u001b[39m\u001b[33mx\u001b[39m\u001b[32mt\u001b[39m\u001b[34me\u001b[39m\u001b[35mn\u001b[39m\u001b[31md\u001b[39m\u001b[33ms\u001b[39m",
"random": "\u001b[4me\u001b[24m\u001b[36mx\u001b[39m\u001b[34mt\u001b[39m\u001b[33me\u001b[39m\u001b[37mn\u001b[39m\u001b[33md\u001b[39m\u001b[90ms\u001b[39m",
"america": "\u001b[31me\u001b[39m\u001b[37mx\u001b[39m\u001b[34mt\u001b[39m\u001b[31me\u001b[39m\u001b[37mn\u001b[39m\u001b[34md\u001b[39m\u001b[31ms\u001b[39m",
"reset": "\u001b[0mextends\u001b[0m",
"dim": "\u001b[2mextends\u001b[22m",
"italic": "\u001b[3mextends\u001b[23m",
"underline": "\u001b[4mextends\u001b[24m",
"inverse": "\u001b[7mextends\u001b[27m",
"hidden": "\u001b[8mextends\u001b[28m",
"strikethrough": "\u001b[9mextends\u001b[29m",
"black": "\u001b[30mextends\u001b[39m",
"red": "\u001b[31mextends\u001b[39m",
"green": "\u001b[32mextends\u001b[39m",
"yellow": "\u001b[33mextends\u001b[39m",
"blue": "\u001b[34mextends\u001b[39m",
"magenta": "\u001b[35mextends\u001b[39m",
"cyan": "\u001b[36mextends\u001b[39m",
"white": "\u001b[37mextends\u001b[39m",
"gray": "\u001b[90mextends\u001b[39m",
"grey": "\u001b[90mextends\u001b[39m",
"bgBlack": "\u001b[40mextends\u001b[49m",
"bgRed": "\u001b[41mextends\u001b[49m",
"bgGreen": "\u001b[42mextends\u001b[49m",
"bgYellow": "\u001b[43mextends\u001b[49m",
"bgBlue": "\u001b[44mextends\u001b[49m",
"bgMagenta": "\u001b[45mextends\u001b[49m",
"bgCyan": "\u001b[46mextends\u001b[49m",
"bgWhite": "\u001b[47mextends\u001b[49m",
"blackBG": "\u001b[40mextends\u001b[49m",
"redBG": "\u001b[41mextends\u001b[49m",
"greenBG": "\u001b[42mextends\u001b[49m",
"yellowBG": "\u001b[43mextends\u001b[49m",
"blueBG": "\u001b[44mextends\u001b[49m",
"magentaBG": "\u001b[45mextends\u001b[49m",
"cyanBG": "\u001b[46mextends\u001b[49m",
"whiteBG": "\u001b[47mextends\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": "į̭̗͔͚͇̖̬͎̱͓̣͎̝̳͚̫͍̬͉̬̞̠͇̻̫̩̯͎͚͚͍̹̰͕̳̻̯̻̲̥̲͙̘̺̮̤̰̜̺̬͚͎̣͚͇̙͎̹̖̟͔̘ͨ̋̊̅͝n̐̑̔̌͂̈͊̾̏͒̂̐̎ͣ̽̚͢ ҉͇̬̠̻̞̤̰̜͉̪͖̙̙̯̙̘͇̪͎̙̘͍̯̘̼̘̣̻͢ţͥͧ̃̊͂ͥ̓͂ͥ̄ͣ̓̍ͨ͞ ҉̤̥̙͎̘̝̲̩͔̰͖͉̞̭̱̦͇ͅȩ̧̛̗̗̯̘̱̰͉͈ͮ̌͒̾ͭ̀͞ͅr̛͎͉̟̠͕̮̣͉̺͔̖̺̫̪̘̲͙̫͙̥̥̥̝̣̪̤̩̰͈̯͕̣̺͖͔͇̺͙̬̻̭̖̙̙̱͖͇̜͌͑͒̾͌͒̄̐ͧͮ͞ͅͅo̷̵͉̼͙̣̤͓̜͙͇͖̳̺̠͈͓̲̗͙̙̙̳̗̤͖̳̭̘̭̗̪͕̼͙̘̠͓̙̬͈̜̣̭̰͇̰͎̰̟̤̯ͯ̑͗̂̉ͣ͌͋͛̆̈ͥ̾̈̓ͥ̓̕͞p̴̢͙̱̰̤̠̠̜̬̫͉̘͎̣̣̏͂̀ͮ͐̊ͥ̐ͭ͒͊ͅR̶̛̜̝͚͍͍̃̽́̃́ͮ̓͑͗͒̈́̿̌̆́̚ë̴̸̢̲̞̰͇͖̬̪̱͈̫̬̤̱̤̠̲̦̤̞̭̣̤͙̟͉̫͓͈͕̩̝̗̣̩̜̲͔̺̰̫̦̦͇͍̀ͥͮ̎͂̎̿̀̓̽ͧ͢͞q̶̧̮͈̤͇̰͇̫̙̬̜̬͙̞͇̜̻̮͓̯̭̰̗͖͈̩͈̯̫̅̍ͩ͗͂͛͛̅̒̑͑͒̿̚̚͟͝͠ͅuͨͨ̈̈͑ͪ̉̄̾̽ ҉̷̮̟̪͉͔̮̯̦̻̟̙̲̝̘̰̬̩͚͖̭̕ͅi̓̊ͤͧ́ ҉͙͉̜̯̖̝͇̝̬͚͚̜͕͚̗̹̝͍̹̖̤̮̭̫̣̘͕͚̝̳̠̗̪͇̳͓̠͍̠̗͖̟̳̳̱̜̙̬̪̺̀ͅr̨̳̟̟͓͔̺̻̩̻͉͔̠̜̞̩̭̘̯̪̠̬̗̰͉̣͖̫̭͕̤͎̺̭̳̟̖̞̫͉̻͉̣͈̝̻̼̝̩̖͈͓͎̞ͬ̊ͨ͂ͯͤ̆͗͜ͅĕ̷̛̲̥̫͔̦͇̫̬̜̜͔̺̯̺̖̙̜̻͓̝̥̮̟̺̠̘̘͚͓͓͖̯̦͚͚̱̼̤̟̩̹͙̤͈͖͕̖̯̺̯̜̤͙͇̹̹̻̟̽̓͂ͪ̀͊̒͛̓̾̋̍͋̏̚̕͘͞ͅͅͅD̶̹̠̹̤͓̜͙͓̞̲̝̭͖̯̭̘͙̙̳̭͇͚̙̳͔̯͇̭̣̼̝̟̞͖̞̍̈̇̃̏ͦ̀̌ͨͩ͌̐̕͘ȇ̶̢̢̹͓̺͇̼̙͖̦̳̭̗̖̟͙͈̳̳̞̖̰̼̗̻̱̮̣͚̲̼̦̜̪̳̱̹̹̯̥͗̏̅ͩͣ̑ͧͭ͑ͮ̾́ͅͅͅ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[4mi\u001b[24m\u001b[90mn\u001b[39m\u001b[36mt\u001b[39m\u001b[31me\u001b[39m\u001b[32mr\u001b[39m\u001b[90mo\u001b[39m\u001b[31mp\u001b[39m\u001b[35mR\u001b[39m\u001b[37me\u001b[39m\u001b[7mq\u001b[27m\u001b[37mu\u001b[39m\u001b[37mi\u001b[39m\u001b[35mr\u001b[39m\u001b[33me\u001b[39m\u001b[90mD\u001b[39m\u001b[36me\u001b[39m\u001b[36mf\u001b[39m\u001b[7ma\u001b[27m\u001b[90mu\u001b[39m\u001b[31ml\u001b[39m\u001b[90mt\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\