@xailabs/altx
Version:
Flux flavor based on alt.js
2,048 lines (2,047 loc) • 64.3 kB
JSON
{
"type": "File",
"start": 0,
"end": 417,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 17,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 417,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 17,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 35
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 7,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 15
}
},
"local": {
"type": "Identifier",
"start": 7,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "validate"
},
"name": "validate"
}
}
],
"source": {
"type": "StringLiteral",
"start": 21,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 34
}
},
"extra": {
"rawValue": "validate.js",
"raw": "'validate.js'"
},
"value": "validate.js"
}
},
{
"type": "ExportNamedDeclaration",
"start": 39,
"end": 261,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 13,
"column": 3
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 46,
"end": 261,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 13,
"column": 3
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 52,
"end": 260,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 13,
"column": 2
}
},
"id": {
"type": "Identifier",
"start": 52,
"end": 73,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 3,
"column": 34
},
"identifierName": "definitionConstraints"
},
"name": "definitionConstraints"
},
"init": {
"type": "ArrowFunctionExpression",
"start": 76,
"end": 260,
"loc": {
"start": {
"line": 3,
"column": 37
},
"end": {
"line": 13,
"column": 2
}
},
"id": {
"type": "Identifier",
"start": 52,
"end": 73,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 3,
"column": 34
},
"identifierName": "definitionConstraints"
},
"name": "definitionConstraints"
},
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "ObjectExpression",
"start": 98,
"end": 259,
"loc": {
"start": {
"line": 3,
"column": 59
},
"end": {
"line": 13,
"column": 1
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 105,
"end": 152,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 6,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 105,
"end": 116,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "sideEffects"
},
"name": "sideEffects",
"leadingComments": null
},
"value": {
"type": "ObjectExpression",
"start": 118,
"end": 152,
"loc": {
"start": {
"line": 4,
"column": 17
},
"end": {
"line": 6,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 129,
"end": 144,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 129,
"end": 137,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 16
},
"identifierName": "presence"
},
"name": "presence"
},
"value": {
"type": "BooleanLiteral",
"start": 139,
"end": 144,
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 23
}
},
"value": false
}
}
]
},
"leadingComments": null
},
{
"type": "ObjectProperty",
"start": 159,
"end": 204,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 9,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 159,
"end": 169,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 14
},
"identifierName": "dataSource"
},
"name": "dataSource"
},
"value": {
"type": "ObjectExpression",
"start": 171,
"end": 204,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 9,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 182,
"end": 196,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 182,
"end": 190,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 16
},
"identifierName": "presence"
},
"name": "presence"
},
"value": {
"type": "BooleanLiteral",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 8,
"column": 18
},
"end": {
"line": 8,
"column": 22
}
},
"value": true
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 211,
"end": 255,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 211,
"end": 219,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 12
},
"identifierName": "reducers"
},
"name": "reducers"
},
"value": {
"type": "ObjectExpression",
"start": 221,
"end": 255,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 12,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 232,
"end": 247,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 232,
"end": 240,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "presence"
},
"name": "presence"
},
"value": {
"type": "BooleanLiteral",
"start": 242,
"end": 247,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 23
}
},
"value": false
}
}
]
}
}
],
"leadingComments": [
{
"type": "CommentBlock",
"value": "definition}",
"start": 77,
"end": 92,
"loc": {
"start": {
"line": 3,
"column": 38
},
"end": {
"line": 3,
"column": 53
}
}
}
],
"extra": {
"parenthesized": true,
"parenStart": 97
}
}
}
}
],
"kind": "const",
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportDefaultDeclaration",
"start": 263,
"end": 414,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 16,
"column": 1
}
},
"declaration": {
"type": "FunctionDeclaration",
"start": 278,
"end": 414,
"loc": {
"start": {
"line": 14,
"column": 15
},
"end": {
"line": 16,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 287,
"end": 305,
"loc": {
"start": {
"line": 14,
"column": 24
},
"end": {
"line": 14,
"column": 42
},
"identifierName": "validateDefinition"
},
"name": "validateDefinition"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 306,
"end": 316,
"loc": {
"start": {
"line": 14,
"column": 43
},
"end": {
"line": 14,
"column": 53
},
"identifierName": "definition"
},
"name": "definition"
},
{
"type": "AssignmentPattern",
"start": 318,
"end": 339,
"loc": {
"start": {
"line": 14,
"column": 55
},
"end": {
"line": 14,
"column": 76
}
},
"left": {
"type": "Identifier",
"start": 318,
"end": 324,
"loc": {
"start": {
"line": 14,
"column": 55
},
"end": {
"line": 14,
"column": 61
},
"identifierName": "logger"
},
"name": "logger"
},
"right": {
"type": "MemberExpression",
"start": 325,
"end": 339,
"loc": {
"start": {
"line": 14,
"column": 62
},
"end": {
"line": 14,
"column": 76
}
},
"object": {
"type": "Identifier",
"start": 325,
"end": 331,
"loc": {
"start": {
"line": 14,
"column": 62
},
"end": {
"line": 14,
"column": 68
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 332,
"end": 339,
"loc": {
"start": {
"line": 14,
"column": 69
},
"end": {
"line": 14,
"column": 76
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
}
}
],
"body": {
"type": "BlockStatement",
"start": 341,
"end": 414,
"loc": {
"start": {
"line": 14,
"column": 78
},
"end": {
"line": 16,
"column": 1
}
},
"body": [
{
"type": "ReturnStatement",
"start": 348,
"end": 411,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 67
}
},
"argument": {
"type": "CallExpression",
"start": 355,
"end": 410,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 66
}
},
"callee": {
"type": "Identifier",
"start": 355,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 19
},
"identifierName": "validate"
},
"name": "validate"
},
"arguments": [
{
"type": "Identifier",
"start": 364,
"end": 374,
"loc": {
"start": {
"line": 15,
"column": 20
},
"end": {
"line": 15,
"column": 30
},
"identifierName": "definition"
},
"name": "definition"
},
{
"type": "CallExpression",
"start": 376,
"end": 409,
"loc": {
"start": {
"line": 15,
"column": 32
},
"end": {
"line": 15,
"column": 65
}
},
"callee": {
"type": "Identifier",
"start": 376,
"end": 397,
"loc": {
"start": {
"line": 15,
"column": 32
},
"end": {
"line": 15,
"column": 53
},
"identifierName": "definitionConstraints"
},
"name": "definitionConstraints"
},
"arguments": [
{
"type": "Identifier",
"start": 398,
"end": 408,
"loc": {
"start": {
"line": 15,
"column": 54
},
"end": {
"line": 15,
"column": 64
},
"identifierName": "definition"
},
"name": "definition"
}
]
}
]
}
}
],
"directives": []
},
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "EmptyStatement",
"start": 414,
"end": 415,
"loc": {
"start": {
"line": 16,
"column": 1
},
"end": {
"line": 16,
"column": 2
}
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "definition}",
"start": 77,
"end": 92,
"loc": {
"start": {
"line": 3,
"column": 38
},
"end": {
"line": 3,
"column": 53
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "validate",
"start": 7,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 16,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 20
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "validate.js",
"start": 21,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 34,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 34
},
"end": {
"line": 1,
"column": 35
}
}
},
{
"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": 39,
"end": 45,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"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": 46,
"end": 51,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "definitionConstraints",
"start": 52,
"end": 73,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 3,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 74,
"end": 75,
"loc": {
"start": {
"line": 3,
"column": 35
},
"end": {
"line": 3,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 76,
"end": 77,
"loc": {
"start": {
"line": 3,
"column": 37
},
"end": {
"line": 3,
"column": 38
}
}
},
{
"type": "CommentBlock",
"value": "definition}",
"start": 77,
"end": 92,
"loc": {
"start": {
"line": 3,
"column": 38
},
"end": {
"line": 3,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 92,
"end": 93,
"loc": {
"start": {
"line": 3,
"column": 53
},
"end": {
"line": 3,
"column": 54
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 94,
"end": 96,
"loc": {
"start": {
"line": 3,
"column": 55
},
"end": {
"line": 3,
"column": 57
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 97,
"end": 98,
"loc": {
"start": {
"line": 3,
"column": 58
},
"end": {
"line": 3,
"column": 59
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 98,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 59
},
"end": {
"line": 3,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sideEffects",
"start": 105,
"end": 116,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 116,
"end": 117,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 4,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 118,
"end": 119,
"loc": {
"start": {
"line": 4,
"column": 17
},
"end": {
"line": 4,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "presence",
"start": 129,
"end": 137,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 137,
"end": 138,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 17
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 139,
"end": 144,
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 144,
"end": 145,
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 5,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 151,
"end": 152,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 152,
"end": 153,
"loc": {
"start": {
"line": 6,
"column": 5
},
"end": {
"line": 6,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dataSource",
"start": 159,
"end": 169,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 169,
"end": 170,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 171,
"end": 172,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "presence",
"start": 182,
"end": 190,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 190,
"end": 191,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 17
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 8,
"column": 18
},
"end": {
"line": 8,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 196,
"end": 197,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 203,
"end": 204,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 204,
"end": 205,
"loc": {
"start": {
"line": 9,
"column": 5
},
"end": {
"line": 9,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reducers",
"start": 211,
"end": 219,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 219,
"end": 220,
"loc": {
"start": {
"line": 10,
"column": 12
},
"end": {
"line": 10,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 221,
"end": 222,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "presence",
"start": 232,
"end": 240,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 240,
"end": 241,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 242,
"end": 247,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 247,
"end": 248,
"loc": {
"start": {
"line": 11,
"column": 23
},
"end": {
"line": 11,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 254,
"end": 255,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 255,
"end": 256,
"loc": {
"start": {
"line": 12,
"column": 5
},
"end": {
"line": 12,
"column": 6
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 258,
"end": 259,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 259,
"end": 260,
"loc": {
"start": {
"line": 13,
"column": 1
},
"end": {
"line": 13,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 260,
"end": 261,
"loc": {
"start": {
"line": 13,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,