skypager-project
Version:
skypager project framework
2,238 lines (2,217 loc) • 63.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 = 112);
/******/ })
/************************************************************************/
/******/ ({
/***/ 112:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(21);
/***/ },
/***/ 21:
/***/ function(module, exports) {
module.exports = {
"path": "/Users/jonathan/Skypager/packages/skypager-project/src/config/Expression.js",
"ast": {
"type": "File",
"start": 0,
"end": 208,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 14,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 208,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 14,
"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": "default",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "Identifier",
"name": "undefined",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_classCallCheck2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "babel-runtime/helpers/classCallCheck",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_classCallCheck3"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_classCallCheck2"
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_createClass2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "babel-runtime/helpers/createClass",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_createClass3"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_createClass2"
}
]
}
}
]
},
{
"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",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"start": 21,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 31
},
"identifierName": "Expression"
},
"name": "Expression",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"init": {
"type": "CallExpression",
"callee": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "Expression"
},
"params": [
{
"type": "Identifier",
"start": 48,
"end": 58,
"loc": {
"start": {
"line": 2,
"column": 14
},
"end": {
"line": 2,
"column": 24
},
"identifierName": "expression"
},
"name": "expression"
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "SequenceExpression",
"expressions": [
{
"type": "NumericLiteral",
"value": 0
},
{
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "_classCallCheck3"
},
"property": {
"type": "Identifier",
"name": "default"
},
"computed": false
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"arguments": [
{
"type": "ThisExpression"
},
{
"type": "Identifier",
"name": "Expression"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 66,
"end": 95,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 66,
"end": 94,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 66,
"end": 81,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 66,
"end": 70,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 71,
"end": 81,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 19
},
"identifierName": "expression"
},
"name": "expression"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 84,
"end": 94,
"loc": {
"start": {
"line": 3,
"column": 22
},
"end": {
"line": 3,
"column": 32
},
"identifierName": "expression"
},
"name": "expression"
}
}
}
],
"directives": [],
"start": 60,
"loc": {
"start": {
"line": 2,
"column": 26
},
"end": {
"line": 4,
"column": 3
}
},
"end": 99,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"generator": false,
"async": false,
"start": 36,
"loc": {
"start": {
"line": 2,
"column": 2
},
"end": {
"line": 4,
"column": 3
}
},
"end": 99,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "SequenceExpression",
"expressions": [
{
"type": "NumericLiteral",
"value": 0
},
{
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "_createClass3"
},
"property": {
"type": "Identifier",
"name": "default"
},
"computed": false
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"arguments": [
{
"type": "Identifier",
"name": "Expression"
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "ObjectExpression",
"properties": [
{
"type": "ObjectProperty",
"key": {
"type": "Identifier",
"name": "key"
},
"value": {
"type": "StringLiteral",
"value": "toString"
},
"computed": false,
"shorthand": false,
"decorators": null
},
{
"type": "ObjectProperty",
"key": {
"type": "Identifier",
"name": "value"
},
"value": {
"type": "FunctionExpression",
"id": {
"type": "Identifier",
"name": "toString"
},
"params": [],
"body": {
"type": "BlockStatement",
"start": 114,
"end": 158,
"loc": {
"start": {
"line": 6,
"column": 13
},
"end": {
"line": 8,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 120,
"end": 154,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 38
}
},
"argument": {
"type": "CallExpression",
"start": 127,
"end": 153,
"loc": {
"start": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 127,
"end": 151,
"loc": {
"start": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 127,
"end": 142,
"loc": {
"start": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 127,
"end": 131,
"loc": {
"start": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"start": 132,
"end": 142,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 26
},
"identifierName": "expression"
},
"name": "expression"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 143,
"end": 151,
"loc": {
"start": {
"line": 7,
"column": 27
},
"end": {
"line": 7,
"column": 35
},
"identifierName": "toString"
},
"name": "toString"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
},
"generator": false,
"async": false
},
"computed": false,
"shorthand": false,
"decorators": null,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
},
{
"type": "ObjectExpression",
"properties": [
{
"type": "ObjectProperty",
"key": {
"type": "Identifier",
"name": "key"
},
"value": {
"type": "StringLiteral",
"value": "value"
},
"computed": false,
"shorthand": false,
"decorators": null
},
{
"type": "ObjectProperty",
"key": {
"type": "Identifier",
"name": "value"
},
"value": {
"type": "FunctionExpression",
"id": {
"type": "Identifier",
"name": "value"
},
"params": [],
"body": {
"type": "BlockStatement",
"start": 170,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 12,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 176,
"end": 201,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 29
}
},
"argument": {
"type": "CallExpression",
"start": 183,
"end": 200,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 28
}
},
"callee": {
"type": "MemberExpression",
"start": 183,
"end": 198,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 183,
"end": 187,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"start": 188,
"end": 198,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 26
},
"identifierName": "expression"
},
"name": "expression"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
},
"generator": false,
"async": false
},
"computed": false,
"shorthand": false,
"decorators": null,
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
]
}
]
}
},
{
"type": "ReturnStatement",
"argument": {
"type": "Identifier",
"name": "Expression"
}
}
],
"directives": []
},
"generator": false,
"async": false,
"shadow": true
},
"arguments": [],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "exports"
},
"property": {
"type": "Identifier",
"name": "default",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 21,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 31
},
"identifierName": "Expression"
},
"name": "Expression",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
},
"leadingComments": [],
"trailingComments": []
}
],
"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": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 15,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Expression",
"start": 21,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 32,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 32
},
"end": {
"line": 1,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 36,
"end": 47,
"loc": {
"start": {
"line": 2,
"column": 2
},
"end": {
"line": 2,
"column": 13
}
}
},
{
"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": 2,
"column": 13
},
"end": {
"line": 2,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expression",
"start": 48,
"end": 58,
"loc": {
"start": {
"line": 2,
"column": 14
},
"end": {
"line": 2,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 58,
"end": 59,
"loc": {
"start": {
"line": 2,
"column": 24
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 60,
"end": 61,
"loc": {
"start": {
"line": 2,
"column": 26
},
"end": {
"line": 2,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 66,
"end": 70,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 70,
"end": 71,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expression",
"start": 71,
"end": 81,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 19
}
}
},
{
"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": 3,
"column": 20
},
"end": {
"line": 3,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expression",
"start": 84,
"end": 94,
"loc": {
"start": {
"line": 3,
"column": 22
},
"end": {
"line": 3,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 94,
"end": 95,
"loc": {
"start": {
"line": 3,
"column": 32
},
"end": {
"line": 3,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 98,
"end": 99,
"loc": {
"start": {
"line": 4,
"column": 2
},
"end": {
"line": 4,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toString",
"start": 103,
"end": 111,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 111,
"end": 112,
"loc": {
"start": {
"line": 6,
"column": 10
},
"end": {
"line": 6,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 112,
"end": 113,
"loc": {
"start": {
"line": 6,
"column": 11
},
"end": {
"line": 6,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 114,
"end": 115,
"loc": {
"start": {
"line": 6,
"column": 13
},
"end": {
"line": 6,
"column": 14
}
}
},
{
"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": 120,
"end": 126,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 10
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 127,
"end": 131,
"loc": {
"start": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 131,
"end": 132,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expression",
"start": 132,
"end": 142,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 142,
"end": 143,
"loc": {
"start": {
"line": 7,
"column": 26
},
"end": {
"line": 7,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toString",
"start": 143,
"end": 151,
"loc": {
"start": {
"line": 7,
"column": 27
},
"end": {
"line": 7,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 151,
"end": 152,
"loc": {
"start": {
"line": 7,
"column": 35
},
"end": {
"line": 7,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 152,
"end": 153,
"loc": {
"start": {
"line": 7,
"column": 36
},
"end": {
"line": 7,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 153,
"end": 154,
"loc": {
"start": {
"line": 7,
"column": 37
},
"end": {
"line": 7,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 157,
"end": 158,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 162,
"end": 167,
"loc": {
"start": {
"line": 10,
"column": 2
},
"end": {
"line": 10,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 167,
"end": 168,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 8
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 168,
"end": 169,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 170,
"end": 171,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 10,
"column": 11
}
}
},
{
"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": 176,
"end": 182,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 10
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 183,
"end": 187,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 187,
"end": 188,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expression",
"start": 188,
"end": 198,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 198,
"end": 199,
"loc": {
"start": {
"line": 11,
"column": 26
},
"end": {
"line": 11,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 199,
"end": 200,
"loc": {
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 11,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 200,
"end": 201,
"loc": {
"start": {
"line": 11,
"column": 28
},
"end": {
"line": 11,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 204,
"end": 205,
"loc": {
"start": {
"line": 12,
"column": 2
},
"end": {
"line": 12,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 206,
"end": 207,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 208,
"end": 208,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 0
}
}
}
]
},
"meta": {
"usedHelpers": [
{
"0": "c",
"1": "r",
"2": "e",
"3": "a",
"4": "t",
"5": "e",
"6": "C",
"7": "l",
"8": "a",
"9": "s",
"10": "s",
"bold": "\u001b[1mcreateClass\u001b[22m",
"strip": "createClass",
"stripColors": "createClass",
"trap": "©®Ǝ@ŁҼϾĹĄϞϨ",
"zalgo": "c̛̞̲̦̖̗̹̳̮̮̠̥̣̞̺̺̹̖̖͖̯̝̞̮͍͚͙̞̠̮͙̰̫̗̗̣͚͙̩̠̩̮͎̯͍͉͚̮̝̞̝̤̜̩̪̰͙̦̻̣̩̣̳̋ͧ͋͆̋̌̑̔ͧͩ͑́̃̅̍͝͡ͅr̴̡͎̲̳̬̱̹͓͈͓̤̥̼̟͎̲̫̮̥̹͍̮̲̲̳̠͙̣͇̫̱̟͚͎̬ͭ͑̅ͩ̄ͪ̇͂̄͛̽͗̄ͧͣͩͮ̒͢͝ͅȅ̶̸̺͓͕̟̱̹͚̺͔͈̯̣͍͖̖̖̑̍ͫͯͭ͗ͣͧ̍̆̅ͨ͋̍ͅa͇͖̮̱̳͍͉̼̫̼͍͓̻̳̻͉̝̪̮̻̗̬̰̪̻̙͙̲̝͎̬̪̖̦̤̳͇̭̗͎̖͇̣͙̖̰̺̠̩̻̼̒̒ͬ̍̀̓͛ͬ̿̎̉͐̄͠͞t̡̛̬̦͕̙͚͚̙̟̥̗͓̜̙̤̥̯̖͕͍̬̫͖̲̼̘̤̜̟̪͖̬̘̯̥̥̫̫̫̟̠͙̲̪̰̗̻̥̤̬̲̖̮͈̭͓̭̗͔̘̣͑ͥ̔ͤͧ͌ͦ̄͜͡ͅe̛͉͚̞̞͇̝͈͚̬͕̼͉̫͙͖̺͈̭̪̣͖̜̦͙͔̺̠̠̝͚͉̻̳̝̦̦̳͈͌ͬ͑̅̌͊̋̓ͫ͌̐̂̆ͣ̾ͣ̆̀̚͟͝͡ͅͅͅͅĈ̈̎ͭ̊ͯ̈ ҉̢͓͇̮̠̲͉̼̺͙͚̘̩̜̟͚̼͔͎͍̘͈̦̤̥̪̼̰͇͈̖͜ļ̵̠͍̼̯̖̭̬̬̪͉͎̟͇̺̱̥͇̰̣̯̥͔̇͆͗ͫ͋̾ͨͨ͂͘͘͡ͅa̷̠͙̬̞͉̱̻̬̞̜͚͚̳̭̦̦̭͕͙̝̲̠͇͕̪͖͔̥͎̼͈͉̘̩̤̱ͤͭͫ͋̃̋̀̾ͦ̔͒̾̾̽͢͠ͅͅͅͅs̸̨͇͇̼̲̘̯̥̫̤̩̖̯̟̦̙̙͚̬͙̳̬̙̭͕̮̤̲̣͍͙̻̠̹̫̻̠̰̖͈̘̳̟̩̺̖̻̮͈̗͎̦̱̩̣̞͙͔̱͚͔̔̓ͪͥ̀s̵̸͔̭̗̯̮͉͖͉̻͍͉̝̺̞̪̭̩͙͕̩͎̯̳̮̫̙̬͊̽̅̑ͮ̍͑ͬ́̌̊̈̏͐̏̚",
"zebra": "c\u001b[7mr\u001b[27me\u001b[7ma\u001b[27mt\u001b[7me\u001b[27mC\u001b[7ml\u001b[27ma\u001b[7ms\u001b[27ms",
"rainbow": "\u001b[31mc\u001b[39m\u001b[33mr\u001b[39m\u001b[32me\u001b[39m\u001b[34ma\u001b[39m\u001b[35mt\u001b[39m\u001b[31me\u001b[39m\u001b[33mC\u001b[39m\u001b[32ml\u001b[39m\u001b[34ma\u001b[39m\u001b[35ms\u001b[39m\u001b[31ms\u001b[39m",
"random": "\u001b[33