simple-keyboard/docs/ast/source/lib/tests/TestUtility.js.json
Francisco Hodge 2e3ca5716b Docs update
2018-10-24 18:18:24 -04:00

17449 lines
488 KiB
JSON

{
"type": "File",
"start": 0,
"end": 2830,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 107,
"column": 1
}
},
"program": {
"type": "Program",
"start": 0,
"end": 2830,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 107,
"column": 1
}
},
"sourceType": "module",
"body": [
{
"type": "ExportDefaultDeclaration",
"start": 37,
"end": 2830,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 107,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 52,
"end": 2830,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 107,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 58,
"end": 69,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 32
},
"identifierName": "TestUtility"
},
"name": "TestUtility",
"leadingComments": null
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 70,
"end": 2830,
"loc": {
"start": {
"line": 4,
"column": 33
},
"end": {
"line": 107,
"column": 1
}
},
"body": [
{
"type": "ClassProperty",
"start": 134,
"end": 320,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 134,
"end": 140,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 8
},
"identifierName": "setDOM"
},
"name": "setDOM",
"leadingComments": null
},
"value": {
"type": "ArrowFunctionExpression",
"start": 143,
"end": 320,
"loc": {
"start": {
"line": 8,
"column": 11
},
"end": {
"line": 13,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 144,
"end": 152,
"loc": {
"start": {
"line": 8,
"column": 12
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "divClass"
},
"name": "divClass"
}
],
"body": {
"type": "BlockStatement",
"start": 157,
"end": 320,
"loc": {
"start": {
"line": 8,
"column": 25
},
"end": {
"line": 13,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 164,
"end": 177,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 17
}
},
"expression": {
"type": "CallExpression",
"start": 164,
"end": 176,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 16
}
},
"callee": {
"type": "MemberExpression",
"start": 164,
"end": 174,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 14
}
},
"object": {
"type": "ThisExpression",
"start": 164,
"end": 168,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 169,
"end": 174,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 14
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
},
{
"type": "VariableDeclaration",
"start": 183,
"end": 225,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 46
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 189,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 10,
"column": 45
}
},
"id": {
"type": "Identifier",
"start": 189,
"end": 192,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 10,
"column": 13
},
"identifierName": "div"
},
"name": "div"
},
"init": {
"type": "CallExpression",
"start": 195,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 195,
"end": 217,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 195,
"end": 203,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 24
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 204,
"end": 217,
"loc": {
"start": {
"line": 10,
"column": 25
},
"end": {
"line": 10,
"column": 38
},
"identifierName": "createElement"
},
"name": "createElement"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 218,
"end": 223,
"loc": {
"start": {
"line": 10,
"column": 39
},
"end": {
"line": 10,
"column": 44
}
},
"extra": {
"rawValue": "div",
"raw": "'div'"
},
"value": "div"
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 231,
"end": 278,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 231,
"end": 277,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 50
}
},
"operator": "+=",
"left": {
"type": "MemberExpression",
"start": 231,
"end": 244,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 231,
"end": 234,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 7
},
"identifierName": "div"
},
"name": "div"
},
"property": {
"type": "Identifier",
"start": 235,
"end": 244,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 17
},
"identifierName": "className"
},
"name": "className"
},
"computed": false
},
"right": {
"type": "LogicalExpression",
"start": 248,
"end": 277,
"loc": {
"start": {
"line": 11,
"column": 21
},
"end": {
"line": 11,
"column": 50
}
},
"left": {
"type": "Identifier",
"start": 248,
"end": 256,
"loc": {
"start": {
"line": 11,
"column": 21
},
"end": {
"line": 11,
"column": 29
},
"identifierName": "divClass"
},
"name": "divClass"
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 260,
"end": 277,
"loc": {
"start": {
"line": 11,
"column": 33
},
"end": {
"line": 11,
"column": 50
}
},
"extra": {
"rawValue": "simple-keyboard",
"raw": "\"simple-keyboard\""
},
"value": "simple-keyboard"
}
}
}
},
{
"type": "ExpressionStatement",
"start": 284,
"end": 315,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 35
}
},
"expression": {
"type": "CallExpression",
"start": 284,
"end": 314,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 34
}
},
"callee": {
"type": "MemberExpression",
"start": 284,
"end": 309,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 284,
"end": 297,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 284,
"end": 292,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 12
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 293,
"end": 297,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 17
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 298,
"end": 309,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 29
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 310,
"end": 313,
"loc": {
"start": {
"line": 12,
"column": 30
},
"end": {
"line": 12,
"column": 33
},
"identifierName": "div"
},
"name": "div"
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Set's a basic DOM structure to test in\r\n ",
"start": 75,
"end": 130,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 7,
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Clears DOM structure\r\n ",
"start": 326,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 5
}
}
}
]
},
{
"type": "ClassProperty",
"start": 367,
"end": 422,
"loc": {
"start": {
"line": 18,
"column": 2
},
"end": {
"line": 20,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 367,
"end": 372,
"loc": {
"start": {
"line": 18,
"column": 2
},
"end": {
"line": 18,
"column": 7
},
"identifierName": "clear"
},
"name": "clear",
"leadingComments": null
},
"value": {
"type": "ArrowFunctionExpression",
"start": 375,
"end": 422,
"loc": {
"start": {
"line": 18,
"column": 10
},
"end": {
"line": 20,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 381,
"end": 422,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 20,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 388,
"end": 417,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 388,
"end": 416,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 388,
"end": 411,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 388,
"end": 401,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 388,
"end": 396,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 12
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 397,
"end": 401,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 17
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 402,
"end": 411,
"loc": {
"start": {
"line": 19,
"column": 18
},
"end": {
"line": 19,
"column": 27
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 414,
"end": 416,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 32
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Clears DOM structure\r\n ",
"start": 326,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test if standard buttons respect maxLength and do input a value\r\n ",
"start": 428,
"end": 508,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 24,
"column": 5
}
}
}
]
},
{
"type": "ClassProperty",
"start": 512,
"end": 1940,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 69,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 512,
"end": 532,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 22
},
"identifierName": "testLayoutStdButtons"
},
"name": "testLayoutStdButtons",
"leadingComments": null
},
"value": {
"type": "ArrowFunctionExpression",
"start": 535,
"end": 1940,
"loc": {
"start": {
"line": 25,
"column": 25
},
"end": {
"line": 69,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 536,
"end": 544,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 34
},
"identifierName": "keyboard"
},
"name": "keyboard"
}
],
"body": {
"type": "BlockStatement",
"start": 549,
"end": 1940,
"loc": {
"start": {
"line": 25,
"column": 39
},
"end": {
"line": 69,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 556,
"end": 576,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 24
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 560,
"end": 575,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 560,
"end": 571,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 19
},
"identifierName": "stdBtnCount"
},
"name": "stdBtnCount"
},
"init": {
"type": "NumericLiteral",
"start": 574,
"end": 575,
"loc": {
"start": {
"line": 26,
"column": 22
},
"end": {
"line": 26,
"column": 23
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 582,
"end": 601,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 23
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 586,
"end": 600,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 586,
"end": 595,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 17
},
"identifierName": "fullInput"
},
"name": "fullInput"
},
"init": {
"type": "StringLiteral",
"start": 598,
"end": 600,
"loc": {
"start": {
"line": 27,
"column": 20
},
"end": {
"line": 27,
"column": 22
}
},
"extra": {
"rawValue": "",
"raw": "''"
},
"value": ""
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 609,
"end": 1032,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 42,
"column": 7
}
},
"expression": {
"type": "CallExpression",
"start": 609,
"end": 1031,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 42,
"column": 6
}
},
"callee": {
"type": "MemberExpression",
"start": 609,
"end": 628,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 609,
"end": 613,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 614,
"end": 628,
"loc": {
"start": {
"line": 29,
"column": 9
},
"end": {
"line": 29,
"column": 23
},
"identifierName": "iterateButtons"
},
"name": "iterateButtons"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 629,
"end": 1030,
"loc": {
"start": {
"line": 29,
"column": 24
},
"end": {
"line": 42,
"column": 5
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 630,
"end": 636,
"loc": {
"start": {
"line": 29,
"column": 25
},
"end": {
"line": 29,
"column": 31
},
"identifierName": "button"
},
"name": "button"
}
],
"body": {
"type": "BlockStatement",
"start": 641,
"end": 1030,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 42,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 650,
"end": 696,
"loc": {
"start": {
"line": 30,
"column": 6
},
"end": {
"line": 30,
"column": 52
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 654,
"end": 695,
"loc": {
"start": {
"line": 30,
"column": 10
},
"end": {
"line": 30,
"column": 51
}
},
"id": {
"type": "Identifier",
"start": 654,
"end": 659,
"loc": {
"start": {
"line": 30,
"column": 10
},
"end": {
"line": 30,
"column": 15
},
"identifierName": "label"
},
"name": "label"
},
"init": {
"type": "CallExpression",
"start": 662,
"end": 695,
"loc": {
"start": {
"line": 30,
"column": 18
},
"end": {
"line": 30,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 662,
"end": 681,
"loc": {
"start": {
"line": 30,
"column": 18
},
"end": {
"line": 30,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 662,
"end": 668,
"loc": {
"start": {
"line": 30,
"column": 18
},
"end": {
"line": 30,
"column": 24
},
"identifierName": "button"
},
"name": "button"
},
"property": {
"type": "Identifier",
"start": 669,
"end": 681,
"loc": {
"start": {
"line": 30,
"column": 25
},
"end": {
"line": 30,
"column": 37
},
"identifierName": "getAttribute"
},
"name": "getAttribute"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 682,
"end": 694,
"loc": {
"start": {
"line": 30,
"column": 38
},
"end": {
"line": 30,
"column": 50
}
},
"extra": {
"rawValue": "data-skbtn",
"raw": "\"data-skbtn\""
},
"value": "data-skbtn"
}
]
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 706,
"end": 752,
"loc": {
"start": {
"line": 32,
"column": 6
},
"end": {
"line": 33,
"column": 21
}
},
"test": {
"type": "CallExpression",
"start": 709,
"end": 728,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 28
}
},
"callee": {
"type": "MemberExpression",
"start": 709,
"end": 723,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 709,
"end": 714,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 14
},
"identifierName": "label"
},
"name": "label"
},
"property": {
"type": "Identifier",
"start": 715,
"end": 723,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 23
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 724,
"end": 727,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 27
}
},
"extra": {
"rawValue": "{",
"raw": "\"{\""
},
"value": "{"
}
]
},
"consequent": {
"type": "ReturnStatement",
"start": 739,
"end": 752,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 21
}
},
"argument": {
"type": "BooleanLiteral",
"start": 746,
"end": 751,
"loc": {
"start": {
"line": 33,
"column": 15
},
"end": {
"line": 33,
"column": 20
}
},
"value": false
},
"trailingComments": null
},
"alternate": null,
"trailingComments": [
{
"type": "CommentLine",
"value": " Click all standard buttons, respects maxLength",
"start": 762,
"end": 811,
"loc": {
"start": {
"line": 35,
"column": 6
},
"end": {
"line": 35,
"column": 55
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 819,
"end": 836,
"loc": {
"start": {
"line": 36,
"column": 6
},
"end": {
"line": 36,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 819,
"end": 835,
"loc": {
"start": {
"line": 36,
"column": 6
},
"end": {
"line": 36,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 819,
"end": 833,
"loc": {
"start": {
"line": 36,
"column": 6
},
"end": {
"line": 36,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 819,
"end": 825,
"loc": {
"start": {
"line": 36,
"column": 6
},
"end": {
"line": 36,
"column": 12
},
"identifierName": "button"
},
"name": "button",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 826,
"end": 833,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 20
},
"identifierName": "onclick"
},
"name": "onclick"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Click all standard buttons, respects maxLength",
"start": 762,
"end": 811,
"loc": {
"start": {
"line": 35,
"column": 6
},
"end": {
"line": 35,
"column": 55
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " Recording fullInput, bypasses maxLength",
"start": 846,
"end": 888,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 48
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 896,
"end": 985,
"loc": {
"start": {
"line": 39,
"column": 6
},
"end": {
"line": 39,
"column": 95
}
},
"expression": {
"type": "AssignmentExpression",
"start": 896,
"end": 984,
"loc": {
"start": {
"line": 39,
"column": 6
},
"end": {
"line": 39,
"column": 94
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 896,
"end": 905,
"loc": {
"start": {
"line": 39,
"column": 6
},
"end": {
"line": 39,
"column": 15
},
"identifierName": "fullInput"
},
"name": "fullInput",
"leadingComments": null
},
"right": {
"type": "CallExpression",
"start": 908,
"end": 984,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 94
}
},
"callee": {
"type": "MemberExpression",
"start": 908,
"end": 942,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 908,
"end": 926,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 908,
"end": 916,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 26
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 917,
"end": 926,
"loc": {
"start": {
"line": 39,
"column": 27
},
"end": {
"line": 39,
"column": 36
},
"identifierName": "utilities"
},
"name": "utilities"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 927,
"end": 942,
"loc": {
"start": {
"line": 39,
"column": 37
},
"end": {
"line": 39,
"column": 52
},
"identifierName": "getUpdatedInput"
},
"name": "getUpdatedInput"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 943,
"end": 948,
"loc": {
"start": {
"line": 39,
"column": 53
},
"end": {
"line": 39,
"column": 58
},
"identifierName": "label"
},
"name": "label"
},
{
"type": "Identifier",
"start": 950,
"end": 959,
"loc": {
"start": {
"line": 39,
"column": 60
},
"end": {
"line": 39,
"column": 69
},
"identifierName": "fullInput"
},
"name": "fullInput"
},
{
"type": "MemberExpression",
"start": 961,
"end": 977,
"loc": {
"start": {
"line": 39,
"column": 71
},
"end": {
"line": 39,
"column": 87
}
},
"object": {
"type": "Identifier",
"start": 961,
"end": 969,
"loc": {
"start": {
"line": 39,
"column": 71
},
"end": {
"line": 39,
"column": 79
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 970,
"end": 977,
"loc": {
"start": {
"line": 39,
"column": 80
},
"end": {
"line": 39,
"column": 87
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 979,
"end": 983,
"loc": {
"start": {
"line": 39,
"column": 89
},
"end": {
"line": 39,
"column": 93
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Recording fullInput, bypasses maxLength",
"start": 846,
"end": 888,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 48
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 995,
"end": 1023,
"loc": {
"start": {
"line": 41,
"column": 6
},
"end": {
"line": 41,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 995,
"end": 1022,
"loc": {
"start": {
"line": 41,
"column": 6
},
"end": {
"line": 41,
"column": 33
}
},
"operator": "+=",
"left": {
"type": "Identifier",
"start": 995,
"end": 1006,
"loc": {
"start": {
"line": 41,
"column": 6
},
"end": {
"line": 41,
"column": 17
},
"identifierName": "stdBtnCount"
},
"name": "stdBtnCount"
},
"right": {
"type": "MemberExpression",
"start": 1010,
"end": 1022,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 1010,
"end": 1015,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 26
},
"identifierName": "label"
},
"name": "label"
},
"property": {
"type": "Identifier",
"start": 1016,
"end": 1022,
"loc": {
"start": {
"line": 41,
"column": 27
},
"end": {
"line": 41,
"column": 33
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
}
],
"directives": []
}
}
]
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Check if maxLength is respected\r\n ",
"start": 1040,
"end": 1092,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 46,
"column": 7
}
}
}
]
},
{
"type": "IfStatement",
"start": 1098,
"end": 1609,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 59,
"column": 125
}
},
"test": {
"type": "LogicalExpression",
"start": 1109,
"end": 1421,
"loc": {
"start": {
"line": 48,
"column": 6
},
"end": {
"line": 55,
"column": 7
}
},
"left": {
"type": "LogicalExpression",
"start": 1120,
"end": 1265,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 50,
"column": 94
}
},
"left": {
"type": "BinaryExpression",
"start": 1120,
"end": 1166,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 54
}
},
"left": {
"type": "UnaryExpression",
"start": 1120,
"end": 1153,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 41
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1127,
"end": 1153,
"loc": {
"start": {
"line": 49,
"column": 15
},
"end": {
"line": 49,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 1127,
"end": 1143,
"loc": {
"start": {
"line": 49,
"column": 15
},
"end": {
"line": 49,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 1127,
"end": 1135,
"loc": {
"start": {
"line": 49,
"column": 15
},
"end": {
"line": 49,
"column": 23
},
"identifierName": "keyboard"
},
"name": "keyboard",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1136,
"end": 1143,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 31
},
"identifierName": "options"
},
"name": "options"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1144,
"end": 1153,
"loc": {
"start": {
"line": 49,
"column": 32
},
"end": {
"line": 49,
"column": 41
},
"identifierName": "maxLength"
},
"name": "maxLength"
},
"computed": false,
"leadingComments": null
},
"extra": {
"parenthesizedArgument": false
},
"leadingComments": null
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 1158,
"end": 1166,
"loc": {
"start": {
"line": 49,
"column": 46
},
"end": {
"line": 49,
"column": 54
}
},
"extra": {
"rawValue": "object",
"raw": "\"object\""
},
"value": "object"
},
"leadingComments": null
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 1179,
"end": 1265,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 94
}
},
"left": {
"type": "MemberExpression",
"start": 1179,
"end": 1205,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 34
}
},
"object": {
"type": "CallExpression",
"start": 1179,
"end": 1198,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
"start": 1179,
"end": 1196,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 1179,
"end": 1187,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 16
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1188,
"end": 1196,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 25
},
"identifierName": "getInput"
},
"name": "getInput"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 1199,
"end": 1205,
"loc": {
"start": {
"line": 50,
"column": 28
},
"end": {
"line": 50,
"column": 34
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 1210,
"end": 1265,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 94
}
},
"object": {
"type": "MemberExpression",
"start": 1210,
"end": 1236,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 1210,
"end": 1226,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 1210,
"end": 1218,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 47
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1219,
"end": 1226,
"loc": {
"start": {
"line": 50,
"column": 48
},
"end": {
"line": 50,
"column": 55
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1227,
"end": 1236,
"loc": {
"start": {
"line": 50,
"column": 56
},
"end": {
"line": 50,
"column": 65
},
"identifierName": "maxLength"
},
"name": "maxLength"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 1237,
"end": 1264,
"loc": {
"start": {
"line": 50,
"column": 66
},
"end": {
"line": 50,
"column": 93
}
},
"object": {
"type": "MemberExpression",
"start": 1237,
"end": 1253,
"loc": {
"start": {
"line": 50,
"column": 66
},
"end": {
"line": 50,
"column": 82
}
},
"object": {
"type": "Identifier",
"start": 1237,
"end": 1245,
"loc": {
"start": {
"line": 50,
"column": 66
},
"end": {
"line": 50,
"column": 74
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1246,
"end": 1253,
"loc": {
"start": {
"line": 50,
"column": 75
},
"end": {
"line": 50,
"column": 82
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1254,
"end": 1264,
"loc": {
"start": {
"line": 50,
"column": 83
},
"end": {
"line": 50,
"column": 93
},
"identifierName": "layoutName"
},
"name": "layoutName"
},
"computed": false
},
"computed": true
}
},
"leadingComments": null,
"extra": {
"parenthesized": true,
"parenStart": 1109
}
},
"operator": "||",
"right": {
"type": "LogicalExpression",
"start": 1296,
"end": 1412,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 54,
"column": 65
}
},
"left": {
"type": "BinaryExpression",
"start": 1296,
"end": 1342,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 54
}
},
"left": {
"type": "UnaryExpression",
"start": 1296,
"end": 1329,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 41
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1303,
"end": 1329,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 1303,
"end": 1319,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 1303,
"end": 1311,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 23
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1312,
"end": 1319,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 31
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1320,
"end": 1329,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 41
},
"identifierName": "maxLength"
},
"name": "maxLength"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "!==",
"right": {
"type": "StringLiteral",
"start": 1334,
"end": 1342,
"loc": {
"start": {
"line": 53,
"column": 46
},
"end": {
"line": 53,
"column": 54
}
},
"extra": {
"rawValue": "object",
"raw": "\"object\""
},
"value": "object"
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 1355,
"end": 1412,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 65
}
},
"left": {
"type": "MemberExpression",
"start": 1355,
"end": 1381,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 34
}
},
"object": {
"type": "CallExpression",
"start": 1355,
"end": 1374,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
"start": 1355,
"end": 1372,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 1355,
"end": 1363,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 16
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1364,
"end": 1372,
"loc": {
"start": {
"line": 54,
"column": 17
},
"end": {
"line": 54,
"column": 25
},
"identifierName": "getInput"
},
"name": "getInput"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 1375,
"end": 1381,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 34
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 1386,
"end": 1412,
"loc": {
"start": {
"line": 54,
"column": 39
},
"end": {
"line": 54,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 1386,
"end": 1402,
"loc": {
"start": {
"line": 54,
"column": 39
},
"end": {
"line": 54,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 1386,
"end": 1394,
"loc": {
"start": {
"line": 54,
"column": 39
},
"end": {
"line": 54,
"column": 47
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1395,
"end": 1402,
"loc": {
"start": {
"line": 54,
"column": 48
},
"end": {
"line": 54,
"column": 55
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1403,
"end": 1412,
"loc": {
"start": {
"line": 54,
"column": 56
},
"end": {
"line": 54,
"column": 65
},
"identifierName": "maxLength"
},
"name": "maxLength"
},
"computed": false
}
},
"extra": {
"parenthesized": true,
"parenStart": 1285
}
},
"leadingComments": null
},
"consequent": {
"type": "ThrowStatement",
"start": 1436,
"end": 1472,
"loc": {
"start": {
"line": 57,
"column": 6
},
"end": {
"line": 57,
"column": 42
}
},
"argument": {
"type": "NewExpression",
"start": 1442,
"end": 1471,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 41
}
},
"callee": {
"type": "Identifier",
"start": 1446,
"end": 1451,
"loc": {
"start": {
"line": 57,
"column": 16
},
"end": {
"line": 57,
"column": 21
},
"identifierName": "Error"
},
"name": "Error"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1452,
"end": 1470,
"loc": {
"start": {
"line": 57,
"column": 22
},
"end": {
"line": 57,
"column": 40
}
},
"extra": {
"rawValue": "MAX_LENGTH_ISSUE",
"raw": "\"MAX_LENGTH_ISSUE\""
},
"value": "MAX_LENGTH_ISSUE"
}
]
}
},
"alternate": {
"type": "ExpressionStatement",
"start": 1490,
"end": 1609,
"loc": {
"start": {
"line": 59,
"column": 6
},
"end": {
"line": 59,
"column": 125
}
},
"expression": {
"type": "CallExpression",
"start": 1490,
"end": 1608,
"loc": {
"start": {
"line": 59,
"column": 6
},
"end": {
"line": 59,
"column": 124
}
},
"callee": {
"type": "MemberExpression",
"start": 1490,
"end": 1501,
"loc": {
"start": {
"line": 59,
"column": 6
},
"end": {
"line": 59,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 1490,
"end": 1497,
"loc": {
"start": {
"line": 59,
"column": 6
},
"end": {
"line": 59,
"column": 13
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 1498,
"end": 1501,
"loc": {
"start": {
"line": 59,
"column": 14
},
"end": {
"line": 59,
"column": 17
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1502,
"end": 1522,
"loc": {
"start": {
"line": 59,
"column": 18
},
"end": {
"line": 59,
"column": 38
}
},
"extra": {
"rawValue": "MAX_LENGTH PASSED:",
"raw": "\"MAX_LENGTH PASSED:\""
},
"value": "MAX_LENGTH PASSED:"
},
{
"type": "MemberExpression",
"start": 1524,
"end": 1551,
"loc": {
"start": {
"line": 59,
"column": 40
},
"end": {
"line": 59,
"column": 67
}
},
"object": {
"type": "MemberExpression",
"start": 1524,
"end": 1540,
"loc": {
"start": {
"line": 59,
"column": 40
},
"end": {
"line": 59,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 1524,
"end": 1532,
"loc": {
"start": {
"line": 59,
"column": 40
},
"end": {
"line": 59,
"column": 48
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1533,
"end": 1540,
"loc": {
"start": {
"line": 59,
"column": 49
},
"end": {
"line": 59,
"column": 56
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1541,
"end": 1551,
"loc": {
"start": {
"line": 59,
"column": 57
},
"end": {
"line": 59,
"column": 67
},
"identifierName": "layoutName"
},
"name": "layoutName"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 1553,
"end": 1579,
"loc": {
"start": {
"line": 59,
"column": 69
},
"end": {
"line": 59,
"column": 95
}
},
"object": {
"type": "CallExpression",
"start": 1553,
"end": 1572,
"loc": {
"start": {
"line": 59,
"column": 69
},
"end": {
"line": 59,
"column": 88
}
},
"callee": {
"type": "MemberExpression",
"start": 1553,
"end": 1570,
"loc": {
"start": {
"line": 59,
"column": 69
},
"end": {
"line": 59,
"column": 86
}
},
"object": {
"type": "Identifier",
"start": 1553,
"end": 1561,
"loc": {
"start": {
"line": 59,
"column": 69
},
"end": {
"line": 59,
"column": 77
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1562,
"end": 1570,
"loc": {
"start": {
"line": 59,
"column": 78
},
"end": {
"line": 59,
"column": 86
},
"identifierName": "getInput"
},
"name": "getInput"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 1573,
"end": 1579,
"loc": {
"start": {
"line": 59,
"column": 89
},
"end": {
"line": 59,
"column": 95
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 1581,
"end": 1607,
"loc": {
"start": {
"line": 59,
"column": 97
},
"end": {
"line": 59,
"column": 123
}
},
"object": {
"type": "MemberExpression",
"start": 1581,
"end": 1597,
"loc": {
"start": {
"line": 59,
"column": 97
},
"end": {
"line": 59,
"column": 113
}
},
"object": {
"type": "Identifier",
"start": 1581,
"end": 1589,
"loc": {
"start": {
"line": 59,
"column": 97
},
"end": {
"line": 59,
"column": 105
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1590,
"end": 1597,
"loc": {
"start": {
"line": 59,
"column": 106
},
"end": {
"line": 59,
"column": 113
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1598,
"end": 1607,
"loc": {
"start": {
"line": 59,
"column": 114
},
"end": {
"line": 59,
"column": 123
},
"identifierName": "maxLength"
},
"name": "maxLength"
},
"computed": false
}
]
},
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Check if maxLength is respected\r\n ",
"start": 1040,
"end": 1092,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 46,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Check if all standard buttons are inputting something\r\n * (Regardless of maxLength)\r\n ",
"start": 1617,
"end": 1725,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 64,
"column": 7
}
}
}
]
},
{
"type": "IfStatement",
"start": 1731,
"end": 1935,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 68,
"column": 106
}
},
"test": {
"type": "BinaryExpression",
"start": 1734,
"end": 1766,
"loc": {
"start": {
"line": 65,
"column": 7
},
"end": {
"line": 65,
"column": 39
}
},
"left": {
"type": "Identifier",
"start": 1734,
"end": 1745,
"loc": {
"start": {
"line": 65,
"column": 7
},
"end": {
"line": 65,
"column": 18
},
"identifierName": "stdBtnCount"
},
"name": "stdBtnCount",
"leadingComments": null
},
"operator": "!==",
"right": {
"type": "MemberExpression",
"start": 1750,
"end": 1766,
"loc": {
"start": {
"line": 65,
"column": 23
},
"end": {
"line": 65,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1750,
"end": 1759,
"loc": {
"start": {
"line": 65,
"column": 23
},
"end": {
"line": 65,
"column": 32
},
"identifierName": "fullInput"
},
"name": "fullInput"
},
"property": {
"type": "Identifier",
"start": 1760,
"end": 1766,
"loc": {
"start": {
"line": 65,
"column": 33
},
"end": {
"line": 65,
"column": 39
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"leadingComments": null
},
"consequent": {
"type": "ThrowStatement",
"start": 1775,
"end": 1817,
"loc": {
"start": {
"line": 66,
"column": 6
},
"end": {
"line": 66,
"column": 48
}
},
"argument": {
"type": "NewExpression",
"start": 1781,
"end": 1816,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 47
}
},
"callee": {
"type": "Identifier",
"start": 1785,
"end": 1790,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 21
},
"identifierName": "Error"
},
"name": "Error"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1791,
"end": 1815,
"loc": {
"start": {
"line": 66,
"column": 22
},
"end": {
"line": 66,
"column": 46
}
},
"extra": {
"rawValue": "STANDARD_BUTTONS_ISSUE",
"raw": "\"STANDARD_BUTTONS_ISSUE\""
},
"value": "STANDARD_BUTTONS_ISSUE"
}
]
}
},
"alternate": {
"type": "ExpressionStatement",
"start": 1835,
"end": 1935,
"loc": {
"start": {
"line": 68,
"column": 6
},
"end": {
"line": 68,
"column": 106
}
},
"expression": {
"type": "CallExpression",
"start": 1835,
"end": 1934,
"loc": {
"start": {
"line": 68,
"column": 6
},
"end": {
"line": 68,
"column": 105
}
},
"callee": {
"type": "MemberExpression",
"start": 1835,
"end": 1846,
"loc": {
"start": {
"line": 68,
"column": 6
},
"end": {
"line": 68,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 1835,
"end": 1842,
"loc": {
"start": {
"line": 68,
"column": 6
},
"end": {
"line": 68,
"column": 13
},
"identifierName": "console"
},
"name": "console"
},
"property": {
"type": "Identifier",
"start": 1843,
"end": 1846,
"loc": {
"start": {
"line": 68,
"column": 14
},
"end": {
"line": 68,
"column": 17
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1847,
"end": 1873,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 44
}
},
"extra": {
"rawValue": "STANDARD_BUTTONS PASSED:",
"raw": "\"STANDARD_BUTTONS PASSED:\""
},
"value": "STANDARD_BUTTONS PASSED:"
},
{
"type": "MemberExpression",
"start": 1875,
"end": 1902,
"loc": {
"start": {
"line": 68,
"column": 46
},
"end": {
"line": 68,
"column": 73
}
},
"object": {
"type": "MemberExpression",
"start": 1875,
"end": 1891,
"loc": {
"start": {
"line": 68,
"column": 46
},
"end": {
"line": 68,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 1875,
"end": 1883,
"loc": {
"start": {
"line": 68,
"column": 46
},
"end": {
"line": 68,
"column": 54
},
"identifierName": "keyboard"
},
"name": "keyboard"
},
"property": {
"type": "Identifier",
"start": 1884,
"end": 1891,
"loc": {
"start": {
"line": 68,
"column": 55
},
"end": {
"line": 68,
"column": 62
},
"identifierName": "options"
},
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1892,
"end": 1902,
"loc": {
"start": {
"line": 68,
"column": 63
},
"end": {
"line": 68,
"column": 73
},
"identifierName": "layoutName"
},
"name": "layoutName"
},
"computed": false
},
{
"type": "Identifier",
"start": 1904,
"end": 1915,
"loc": {
"start": {
"line": 68,
"column": 75
},
"end": {
"line": 68,
"column": 86
},
"identifierName": "stdBtnCount"
},
"name": "stdBtnCount"
},
{
"type": "MemberExpression",
"start": 1917,
"end": 1933,
"loc": {
"start": {
"line": 68,
"column": 88
},
"end": {
"line": 68,
"column": 104
}
},
"object": {
"type": "Identifier",
"start": 1917,
"end": 1926,
"loc": {
"start": {
"line": 68,
"column": 88
},
"end": {
"line": 68,
"column": 97
},
"identifierName": "fullInput"
},
"name": "fullInput"
},
"property": {
"type": "Identifier",
"start": 1927,
"end": 1933,
"loc": {
"start": {
"line": 68,
"column": 98
},
"end": {
"line": 68,
"column": 104
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
]
}
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Check if all standard buttons are inputting something\r\n * (Regardless of maxLength)\r\n ",
"start": 1617,
"end": 1725,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 64,
"column": 7
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test if standard buttons respect maxLength and do input a value\r\n ",
"start": 428,
"end": 508,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 24,
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test if function buttons are interactive (have an onclick)\r\n ",
"start": 1946,
"end": 2021,
"loc": {
"start": {
"line": 71,
"column": 2
},
"end": {
"line": 73,
"column": 5
}
}
}
]
},
{
"type": "ClassProperty",
"start": 2025,
"end": 2493,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 93,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2025,
"end": 2045,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 22
},
"identifierName": "testLayoutFctButtons"
},
"name": "testLayoutFctButtons",
"leadingComments": null
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2048,
"end": 2493,
"loc": {
"start": {
"line": 74,
"column": 25
},
"end": {
"line": 93,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2049,
"end": 2057,
"loc": {
"start": {
"line": 74,
"column": 26
},
"end": {
"line": 74,
"column": 34
},
"identifierName": "callback"
},
"name": "callback"
}
],
"body": {
"type": "BlockStatement",
"start": 2062,
"end": 2493,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 93,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2069,
"end": 2089,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 75,
"column": 24
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2073,
"end": 2088,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 2073,
"end": 2084,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 19
},
"identifierName": "fctBtnCount"
},
"name": "fctBtnCount"
},
"init": {
"type": "NumericLiteral",
"start": 2087,
"end": 2088,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 23
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
{
"type": "VariableDeclaration",
"start": 2095,
"end": 2125,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 34
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2099,
"end": 2124,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 33
}
},
"id": {
"type": "Identifier",
"start": 2099,
"end": 2120,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 29
},
"identifierName": "fctBtnHasOnclickCount"
},
"name": "fctBtnHasOnclickCount"
},
"init": {
"type": "NumericLiteral",
"start": 2123,
"end": 2124,
"loc": {
"start": {
"line": 76,
"column": 32
},
"end": {
"line": 76,
"column": 33
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 2133,
"end": 2488,
"loc": {
"start": {
"line": 78,
"column": 4
},
"end": {
"line": 92,
"column": 7
}
},
"expression": {
"type": "CallExpression",
"start": 2133,
"end": 2487,
"loc": {
"start": {
"line": 78,
"column": 4
},
"end": {
"line": 92,
"column": 6
}
},
"callee": {
"type": "MemberExpression",
"start": 2133,
"end": 2152,
"loc": {
"start": {
"line": 78,
"column": 4
},
"end": {
"line": 78,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 2133,
"end": 2137,
"loc": {
"start": {
"line": 78,
"column": 4
},
"end": {
"line": 78,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 2138,
"end": 2152,
"loc": {
"start": {
"line": 78,
"column": 9
},
"end": {
"line": 78,
"column": 23
},
"identifierName": "iterateButtons"
},
"name": "iterateButtons"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 2153,
"end": 2486,
"loc": {
"start": {
"line": 78,
"column": 24
},
"end": {
"line": 92,
"column": 5
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2154,
"end": 2160,
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 31
},
"identifierName": "button"
},
"name": "button"
}
],
"body": {
"type": "BlockStatement",
"start": 2165,
"end": 2486,
"loc": {
"start": {
"line": 78,
"column": 36
},
"end": {
"line": 92,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2174,
"end": 2220,
"loc": {
"start": {
"line": 79,
"column": 6
},
"end": {
"line": 79,
"column": 52
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2178,
"end": 2219,
"loc": {
"start": {
"line": 79,
"column": 10
},
"end": {
"line": 79,
"column": 51
}
},
"id": {
"type": "Identifier",
"start": 2178,
"end": 2183,
"loc": {
"start": {
"line": 79,
"column": 10
},
"end": {
"line": 79,
"column": 15
},
"identifierName": "label"
},
"name": "label"
},
"init": {
"type": "CallExpression",
"start": 2186,
"end": 2219,
"loc": {
"start": {
"line": 79,
"column": 18
},
"end": {
"line": 79,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 2186,
"end": 2205,
"loc": {
"start": {
"line": 79,
"column": 18
},
"end": {
"line": 79,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 2186,
"end": 2192,
"loc": {
"start": {
"line": 79,
"column": 18
},
"end": {
"line": 79,
"column": 24
},
"identifierName": "button"
},
"name": "button"
},
"property": {
"type": "Identifier",
"start": 2193,
"end": 2205,
"loc": {
"start": {
"line": 79,
"column": 25
},
"end": {
"line": 79,
"column": 37
},
"identifierName": "getAttribute"
},
"name": "getAttribute"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2206,
"end": 2218,
"loc": {
"start": {
"line": 79,
"column": 38
},
"end": {
"line": 79,
"column": 50
}
},
"extra": {
"rawValue": "data-skbtn",
"raw": "\"data-skbtn\""
},
"value": "data-skbtn"
}
]
}
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 2230,
"end": 2301,
"loc": {
"start": {
"line": 81,
"column": 6
},
"end": {
"line": 82,
"column": 21
}
},
"test": {
"type": "LogicalExpression",
"start": 2233,
"end": 2277,
"loc": {
"start": {
"line": 81,
"column": 9
},
"end": {
"line": 81,
"column": 53
}
},
"left": {
"type": "UnaryExpression",
"start": 2233,
"end": 2253,
"loc": {
"start": {
"line": 81,
"column": 9
},
"end": {
"line": 81,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2234,
"end": 2253,
"loc": {
"start": {
"line": 81,
"column": 10
},
"end": {
"line": 81,
"column": 29
}
},
"callee": {
"type": "MemberExpression",
"start": 2234,
"end": 2248,
"loc": {
"start": {
"line": 81,
"column": 10
},
"end": {
"line": 81,
"column": 24
}
},
"object": {
"type": "Identifier",
"start": 2234,
"end": 2239,
"loc": {
"start": {
"line": 81,
"column": 10
},
"end": {
"line": 81,
"column": 15
},
"identifierName": "label"
},
"name": "label"
},
"property": {
"type": "Identifier",
"start": 2240,
"end": 2248,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 24
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2249,
"end": 2252,
"loc": {
"start": {
"line": 81,
"column": 25
},
"end": {
"line": 81,
"column": 28
}
},
"extra": {
"rawValue": "{",
"raw": "\"{\""
},
"value": "{"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "&&",
"right": {
"type": "UnaryExpression",
"start": 2257,
"end": 2277,
"loc": {
"start": {
"line": 81,
"column": 33
},
"end": {
"line": 81,
"column": 53
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2258,
"end": 2277,
"loc": {
"start": {
"line": 81,
"column": 34
},
"end": {
"line": 81,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 2258,
"end": 2272,
"loc": {
"start": {
"line": 81,
"column": 34
},
"end": {
"line": 81,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 2258,
"end": 2263,
"loc": {
"start": {
"line": 81,
"column": 34
},
"end": {
"line": 81,
"column": 39
},
"identifierName": "label"
},
"name": "label"
},
"property": {
"type": "Identifier",
"start": 2264,
"end": 2272,
"loc": {
"start": {
"line": 81,
"column": 40
},
"end": {
"line": 81,
"column": 48
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2273,
"end": 2276,
"loc": {
"start": {
"line": 81,
"column": 49
},
"end": {
"line": 81,
"column": 52
}
},
"extra": {
"rawValue": "}",
"raw": "\"}\""
},
"value": "}"
}
]
},
"extra": {
"parenthesizedArgument": false
}
}
},
"consequent": {
"type": "ReturnStatement",
"start": 2288,
"end": 2301,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 21
}
},
"argument": {
"type": "BooleanLiteral",
"start": 2295,
"end": 2300,
"loc": {
"start": {
"line": 82,
"column": 15
},
"end": {
"line": 82,
"column": 20
}
},
"value": false
}
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 2311,
"end": 2325,
"loc": {
"start": {
"line": 84,
"column": 6
},
"end": {
"line": 84,
"column": 20
}
},
"expression": {
"type": "UpdateExpression",
"start": 2311,
"end": 2324,
"loc": {
"start": {
"line": 84,
"column": 6
},
"end": {
"line": 84,
"column": 19
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 2311,
"end": 2322,
"loc": {
"start": {
"line": 84,
"column": 6
},
"end": {
"line": 84,
"column": 17
},
"identifierName": "fctBtnCount"
},
"name": "fctBtnCount"
}
}
},
{
"type": "IfStatement",
"start": 2335,
"end": 2424,
"loc": {
"start": {
"line": 86,
"column": 6
},
"end": {
"line": 89,
"column": 7
}
},
"test": {
"type": "MemberExpression",
"start": 2338,
"end": 2352,
"loc": {
"start": {
"line": 86,
"column": 9
},
"end": {
"line": 86,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2338,
"end": 2344,
"loc": {
"start": {
"line": 86,
"column": 9
},
"end": {
"line": 86,
"column": 15
},
"identifierName": "button"
},
"name": "button"
},
"property": {
"type": "Identifier",
"start": 2345,
"end": 2352,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 23
},
"identifierName": "onclick"
},
"name": "onclick"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 2353,
"end": 2424,
"loc": {
"start": {
"line": 86,
"column": 24
},
"end": {
"line": 89,
"column": 7
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2364,
"end": 2381,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 2364,
"end": 2380,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 2364,
"end": 2378,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 2364,
"end": 2370,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 14
},
"identifierName": "button"
},
"name": "button"
},
"property": {
"type": "Identifier",
"start": 2371,
"end": 2378,
"loc": {
"start": {
"line": 87,
"column": 15
},
"end": {
"line": 87,
"column": 22
},
"identifierName": "onclick"
},
"name": "onclick"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 2391,
"end": 2415,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 32
}
},
"expression": {
"type": "UpdateExpression",
"start": 2391,
"end": 2414,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 31
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 2391,
"end": 2412,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 29
},
"identifierName": "fctBtnHasOnclickCount"
},
"name": "fctBtnHasOnclickCount"
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 2434,
"end": 2479,
"loc": {
"start": {
"line": 91,
"column": 6
},
"end": {
"line": 91,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 2434,
"end": 2478,
"loc": {
"start": {
"line": 91,
"column": 6
},
"end": {
"line": 91,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 2434,
"end": 2442,
"loc": {
"start": {
"line": 91,
"column": 6
},
"end": {
"line": 91,
"column": 14
},
"identifierName": "callback"
},
"name": "callback"
},
"arguments": [
{
"type": "Identifier",
"start": 2443,
"end": 2454,
"loc": {
"start": {
"line": 91,
"column": 15
},
"end": {
"line": 91,
"column": 26
},
"identifierName": "fctBtnCount"
},
"name": "fctBtnCount"
},
{
"type": "Identifier",
"start": 2456,
"end": 2477,
"loc": {
"start": {
"line": 91,
"column": 28
},
"end": {
"line": 91,
"column": 49
},
"identifierName": "fctBtnHasOnclickCount"
},
"name": "fctBtnHasOnclickCount"
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test if function buttons are interactive (have an onclick)\r\n ",
"start": 1946,
"end": 2021,
"loc": {
"start": {
"line": 71,
"column": 2
},
"end": {
"line": 73,
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Iterates on the keyboard buttons\r\n ",
"start": 2499,
"end": 2548,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 97,
"column": 5
}
}
}
]
},
{
"type": "ClassProperty",
"start": 2552,
"end": 2827,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 106,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2552,
"end": 2566,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 16
},
"identifierName": "iterateButtons"
},
"name": "iterateButtons",
"leadingComments": null
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2569,
"end": 2827,
"loc": {
"start": {
"line": 98,
"column": 19
},
"end": {
"line": 106,
"column": 3
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2570,
"end": 2578,
"loc": {
"start": {
"line": 98,
"column": 20
},
"end": {
"line": 98,
"column": 28
},
"identifierName": "callback"
},
"name": "callback"
},
{
"type": "Identifier",
"start": 2580,
"end": 2588,
"loc": {
"start": {
"line": 98,
"column": 30
},
"end": {
"line": 98,
"column": 38
},
"identifierName": "selector"
},
"name": "selector"
}
],
"body": {
"type": "BlockStatement",
"start": 2593,
"end": 2827,
"loc": {
"start": {
"line": 98,
"column": 43
},
"end": {
"line": 106,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2600,
"end": 2680,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 99,
"column": 84
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2604,
"end": 2679,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 83
}
},
"id": {
"type": "Identifier",
"start": 2604,
"end": 2608,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 12
},
"identifierName": "rows"
},
"name": "rows"
},
"init": {
"type": "MemberExpression",
"start": 2611,
"end": 2679,
"loc": {
"start": {
"line": 99,
"column": 15
},
"end": {
"line": 99,
"column": 83
}
},
"object": {
"type": "CallExpression",
"start": 2611,
"end": 2670,
"loc": {
"start": {
"line": 99,
"column": 15
},
"end": {
"line": 99,
"column": 74
}
},
"callee": {
"type": "MemberExpression",
"start": 2611,
"end": 2638,
"loc": {
"start": {
"line": 99,
"column": 15
},
"end": {
"line": 99,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 2611,
"end": 2624,
"loc": {
"start": {
"line": 99,
"column": 15
},
"end": {
"line": 99,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 2611,
"end": 2619,
"loc": {
"start": {
"line": 99,
"column": 15
},
"end": {
"line": 99,
"column": 23
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 2620,
"end": 2624,
"loc": {
"start": {
"line": 99,
"column": 24
},
"end": {
"line": 99,
"column": 28
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2625,
"end": 2638,
"loc": {
"start": {
"line": 99,
"column": 29
},
"end": {
"line": 99,
"column": 42
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "LogicalExpression",
"start": 2639,
"end": 2669,
"loc": {
"start": {
"line": 99,
"column": 43
},
"end": {
"line": 99,
"column": 73
}
},
"left": {
"type": "Identifier",
"start": 2639,
"end": 2647,
"loc": {
"start": {
"line": 99,
"column": 43
},
"end": {
"line": 99,
"column": 51
},
"identifierName": "selector"
},
"name": "selector"
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 2651,
"end": 2669,
"loc": {
"start": {
"line": 99,
"column": 55
},
"end": {
"line": 99,
"column": 73
}
},
"extra": {
"rawValue": ".simple-keyboard",
"raw": "'.simple-keyboard'"
},
"value": ".simple-keyboard"
}
}
]
},
"property": {
"type": "Identifier",
"start": 2671,
"end": 2679,
"loc": {
"start": {
"line": 99,
"column": 75
},
"end": {
"line": 99,
"column": 83
},
"identifierName": "children"
},
"name": "children"
},
"computed": false
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 2688,
"end": 2822,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 105,
"column": 7
}
},
"expression": {
"type": "CallExpression",
"start": 2688,
"end": 2821,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 105,
"column": 6
}
},
"callee": {
"type": "MemberExpression",
"start": 2688,
"end": 2712,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 28
}
},
"object": {
"type": "CallExpression",
"start": 2688,
"end": 2704,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 20
}
},
"callee": {
"type": "MemberExpression",
"start": 2688,
"end": 2698,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 2688,
"end": 2693,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 9
},
"identifierName": "Array"
},
"name": "Array"
},
"property": {
"type": "Identifier",
"start": 2694,
"end": 2698,
"loc": {
"start": {
"line": 101,
"column": 10
},
"end": {
"line": 101,
"column": 14
},
"identifierName": "from"
},
"name": "from"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2699,
"end": 2703,
"loc": {
"start": {
"line": 101,
"column": 15
},
"end": {
"line": 101,
"column": 19
},
"identifierName": "rows"
},
"name": "rows"
}
]
},
"property": {
"type": "Identifier",
"start": 2705,
"end": 2712,
"loc": {
"start": {
"line": 101,
"column": 21
},
"end": {
"line": 101,
"column": 28
},
"identifierName": "forEach"
},
"name": "forEach"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 2713,
"end": 2820,
"loc": {
"start": {
"line": 101,
"column": 29
},
"end": {
"line": 105,
"column": 5
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2713,
"end": 2716,
"loc": {
"start": {
"line": 101,
"column": 29
},
"end": {
"line": 101,
"column": 32
},
"identifierName": "row"
},
"name": "row"
}
],
"body": {
"type": "BlockStatement",
"start": 2720,
"end": 2820,
"loc": {
"start": {
"line": 101,
"column": 36
},
"end": {
"line": 105,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2729,
"end": 2813,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 104,
"column": 9
}
},
"expression": {
"type": "CallExpression",
"start": 2729,
"end": 2812,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 104,
"column": 8
}
},
"callee": {
"type": "MemberExpression",
"start": 2729,
"end": 2761,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 102,
"column": 38
}
},
"object": {
"type": "CallExpression",
"start": 2729,
"end": 2753,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 102,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
"start": 2729,
"end": 2739,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 102,
"column": 16
}
},
"object": {
"type": "Identifier",
"start": 2729,
"end": 2734,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 102,
"column": 11
},
"identifierName": "Array"
},
"name": "Array"
},
"property": {
"type": "Identifier",
"start": 2735,
"end": 2739,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 16
},
"identifierName": "from"
},
"name": "from"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2740,
"end": 2752,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 2740,
"end": 2743,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 20
},
"identifierName": "row"
},
"name": "row"
},
"property": {
"type": "Identifier",
"start": 2744,
"end": 2752,
"loc": {
"start": {
"line": 102,
"column": 21
},
"end": {
"line": 102,
"column": 29
},
"identifierName": "children"
},
"name": "children"
},
"computed": false
}
]
},
"property": {
"type": "Identifier",
"start": 2754,
"end": 2761,
"loc": {
"start": {
"line": 102,
"column": 31
},
"end": {
"line": 102,
"column": 38
},
"identifierName": "forEach"
},
"name": "forEach"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 2762,
"end": 2811,
"loc": {
"start": {
"line": 102,
"column": 39
},
"end": {
"line": 104,
"column": 7
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2763,
"end": 2769,
"loc": {
"start": {
"line": 102,
"column": 40
},
"end": {
"line": 102,
"column": 46
},
"identifierName": "button"
},
"name": "button"
}
],
"body": {
"type": "BlockStatement",
"start": 2774,
"end": 2811,
"loc": {
"start": {
"line": 102,
"column": 51
},
"end": {
"line": 104,
"column": 7
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2785,
"end": 2802,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 2785,
"end": 2801,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 24
}
},
"callee": {
"type": "Identifier",
"start": 2785,
"end": 2793,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 16
},
"identifierName": "callback"
},
"name": "callback"
},
"arguments": [
{
"type": "Identifier",
"start": 2794,
"end": 2800,
"loc": {
"start": {
"line": 103,
"column": 17
},
"end": {
"line": 103,
"column": 23
},
"identifierName": "button"
},
"name": "button"
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Iterates on the keyboard buttons\r\n ",
"start": 2499,
"end": 2548,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 97,
"column": 5
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test Utility Functions\r\n ",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test Utility Functions\r\n ",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\r\n * Test Utility Functions\r\n ",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Set's a basic DOM structure to test in\r\n ",
"start": 75,
"end": 130,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 7,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Clears DOM structure\r\n ",
"start": 326,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Test if standard buttons respect maxLength and do input a value\r\n ",
"start": 428,
"end": 508,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 24,
"column": 5
}
}
},
{
"type": "CommentLine",
"value": " Click all standard buttons, respects maxLength",
"start": 762,
"end": 811,
"loc": {
"start": {
"line": 35,
"column": 6
},
"end": {
"line": 35,
"column": 55
}
}
},
{
"type": "CommentLine",
"value": " Recording fullInput, bypasses maxLength",
"start": 846,
"end": 888,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 48
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Check if maxLength is respected\r\n ",
"start": 1040,
"end": 1092,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 46,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Check if all standard buttons are inputting something\r\n * (Regardless of maxLength)\r\n ",
"start": 1617,
"end": 1725,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 64,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Test if function buttons are interactive (have an onclick)\r\n ",
"start": 1946,
"end": 2021,
"loc": {
"start": {
"line": 71,
"column": 2
},
"end": {
"line": 73,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Iterates on the keyboard buttons\r\n ",
"start": 2499,
"end": 2548,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 97,
"column": 5
}
}
}
],
"tokens": [
{
"type": "CommentBlock",
"value": "*\r\n * Test Utility Functions\r\n ",
"start": 0,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"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": 37,
"end": 43,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"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": 44,
"end": 51,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"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": 52,
"end": 57,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 4,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "TestUtility",
"start": 58,
"end": 69,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 70,
"end": 71,
"loc": {
"start": {
"line": 4,
"column": 33
},
"end": {
"line": 4,
"column": 34
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Set's a basic DOM structure to test in\r\n ",
"start": 75,
"end": 130,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 7,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setDOM",
"start": 134,
"end": 140,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 8
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 141,
"end": 142,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 143,
"end": 144,
"loc": {
"start": {
"line": 8,
"column": 11
},
"end": {
"line": 8,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divClass",
"start": 144,
"end": 152,
"loc": {
"start": {
"line": 8,
"column": 12
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"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": 8,
"column": 20
},
"end": {
"line": 8,
"column": 21
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 154,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 157,
"end": 158,
"loc": {
"start": {
"line": 8,
"column": 25
},
"end": {
"line": 8,
"column": 26
}
}
},
{
"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": 164,
"end": 168,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 168,
"end": 169,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 169,
"end": 174,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 174,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 9,
"column": 15
},
"end": {
"line": 9,
"column": 16
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 176,
"end": 177,
"loc": {
"start": {
"line": 9,
"column": 16
},
"end": {
"line": 9,
"column": 17
}
}
},
{
"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": 183,
"end": 188,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "div",
"start": 189,
"end": 192,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 10,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 193,
"end": 194,
"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": "document",
"start": 195,
"end": 203,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 203,
"end": 204,
"loc": {
"start": {
"line": 10,
"column": 24
},
"end": {
"line": 10,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElement",
"start": 204,
"end": 217,
"loc": {
"start": {
"line": 10,
"column": 25
},
"end": {
"line": 10,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 217,
"end": 218,
"loc": {
"start": {
"line": 10,
"column": 38
},
"end": {
"line": 10,
"column": 39
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "div",
"start": 218,
"end": 223,
"loc": {
"start": {
"line": 10,
"column": 39
},
"end": {
"line": 10,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 223,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 44
},
"end": {
"line": 10,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 224,
"end": 225,
"loc": {
"start": {
"line": 10,
"column": 45
},
"end": {
"line": 10,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "div",
"start": 231,
"end": 234,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 234,
"end": 235,
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "className",
"start": 235,
"end": 244,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 245,
"end": 247,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "divClass",
"start": 248,
"end": 256,
"loc": {
"start": {
"line": 11,
"column": 21
},
"end": {
"line": 11,
"column": 29
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 257,
"end": 259,
"loc": {
"start": {
"line": 11,
"column": 30
},
"end": {
"line": 11,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "simple-keyboard",
"start": 260,
"end": 277,
"loc": {
"start": {
"line": 11,
"column": 33
},
"end": {
"line": 11,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 277,
"end": 278,
"loc": {
"start": {
"line": 11,
"column": 50
},
"end": {
"line": 11,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 284,
"end": 292,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 292,
"end": 293,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 293,
"end": 297,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 297,
"end": 298,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 298,
"end": 309,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 309,
"end": 310,
"loc": {
"start": {
"line": 12,
"column": 29
},
"end": {
"line": 12,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "div",
"start": 310,
"end": 313,
"loc": {
"start": {
"line": 12,
"column": 30
},
"end": {
"line": 12,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 313,
"end": 314,
"loc": {
"start": {
"line": 12,
"column": 33
},
"end": {
"line": 12,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 314,
"end": 315,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 319,
"end": 320,
"loc": {
"start": {
"line": 13,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Clears DOM structure\r\n ",
"start": 326,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 367,
"end": 372,
"loc": {
"start": {
"line": 18,
"column": 2
},
"end": {
"line": 18,
"column": 7
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 373,
"end": 374,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 375,
"end": 376,
"loc": {
"start": {
"line": 18,
"column": 10
},
"end": {
"line": 18,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 376,
"end": 377,
"loc": {
"start": {
"line": 18,
"column": 11
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 378,
"end": 380,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 381,
"end": 382,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 388,
"end": 396,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 396,
"end": 397,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 397,
"end": 401,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 401,
"end": 402,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 402,
"end": 411,
"loc": {
"start": {
"line": 19,
"column": 18
},
"end": {
"line": 19,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 412,
"end": 413,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 414,
"end": 416,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 416,
"end": 417,
"loc": {
"start": {
"line": 19,
"column": 32
},
"end": {
"line": 19,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 421,
"end": 422,
"loc": {
"start": {
"line": 20,
"column": 2
},
"end": {
"line": 20,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Test if standard buttons respect maxLength and do input a value\r\n ",
"start": 428,
"end": 508,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 24,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "testLayoutStdButtons",
"start": 512,
"end": 532,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 533,
"end": 534,
"loc": {
"start": {
"line": 25,
"column": 23
},
"end": {
"line": 25,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 535,
"end": 536,
"loc": {
"start": {
"line": 25,
"column": 25
},
"end": {
"line": 25,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 536,
"end": 544,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 544,
"end": 545,
"loc": {
"start": {
"line": 25,
"column": 34
},
"end": {
"line": 25,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 546,
"end": 548,
"loc": {
"start": {
"line": 25,
"column": 36
},
"end": {
"line": 25,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 549,
"end": 550,
"loc": {
"start": {
"line": 25,
"column": 39
},
"end": {
"line": 25,
"column": 40
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 556,
"end": 559,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stdBtnCount",
"start": 560,
"end": 571,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 572,
"end": 573,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 21
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 574,
"end": 575,
"loc": {
"start": {
"line": 26,
"column": 22
},
"end": {
"line": 26,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 575,
"end": 576,
"loc": {
"start": {
"line": 26,
"column": 23
},
"end": {
"line": 26,
"column": 24
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 582,
"end": 585,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fullInput",
"start": 586,
"end": 595,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 596,
"end": 597,
"loc": {
"start": {
"line": 27,
"column": 18
},
"end": {
"line": 27,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 598,
"end": 600,
"loc": {
"start": {
"line": 27,
"column": 20
},
"end": {
"line": 27,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 600,
"end": 601,
"loc": {
"start": {
"line": 27,
"column": 22
},
"end": {
"line": 27,
"column": 23
}
}
},
{
"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": 609,
"end": 613,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 613,
"end": 614,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "iterateButtons",
"start": 614,
"end": 628,
"loc": {
"start": {
"line": 29,
"column": 9
},
"end": {
"line": 29,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 628,
"end": 629,
"loc": {
"start": {
"line": 29,
"column": 23
},
"end": {
"line": 29,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 629,
"end": 630,
"loc": {
"start": {
"line": 29,
"column": 24
},
"end": {
"line": 29,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 630,
"end": 636,
"loc": {
"start": {
"line": 29,
"column": 25
},
"end": {
"line": 29,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 636,
"end": 637,
"loc": {
"start": {
"line": 29,
"column": 31
},
"end": {
"line": 29,
"column": 32
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 638,
"end": 640,
"loc": {
"start": {
"line": 29,
"column": 33
},
"end": {
"line": 29,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 641,
"end": 642,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 37
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 650,
"end": 653,
"loc": {
"start": {
"line": 30,
"column": 6
},
"end": {
"line": 30,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 654,
"end": 659,
"loc": {
"start": {
"line": 30,
"column": 10
},
"end": {
"line": 30,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 660,
"end": 661,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 662,
"end": 668,
"loc": {
"start": {
"line": 30,
"column": 18
},
"end": {
"line": 30,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 668,
"end": 669,
"loc": {
"start": {
"line": 30,
"column": 24
},
"end": {
"line": 30,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAttribute",
"start": 669,
"end": 681,
"loc": {
"start": {
"line": 30,
"column": 25
},
"end": {
"line": 30,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 681,
"end": 682,
"loc": {
"start": {
"line": 30,
"column": 37
},
"end": {
"line": 30,
"column": 38
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "data-skbtn",
"start": 682,
"end": 694,
"loc": {
"start": {
"line": 30,
"column": 38
},
"end": {
"line": 30,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 694,
"end": 695,
"loc": {
"start": {
"line": 30,
"column": 50
},
"end": {
"line": 30,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 695,
"end": 696,
"loc": {
"start": {
"line": 30,
"column": 51
},
"end": {
"line": 30,
"column": 52
}
}
},
{
"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": 706,
"end": 708,
"loc": {
"start": {
"line": 32,
"column": 6
},
"end": {
"line": 32,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 708,
"end": 709,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 709,
"end": 714,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 714,
"end": 715,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
"start": 715,
"end": 723,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 723,
"end": 724,
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{",
"start": 724,
"end": 727,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 727,
"end": 728,
"loc": {
"start": {
"line": 32,
"column": 27
},
"end": {
"line": 32,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 728,
"end": 729,
"loc": {
"start": {
"line": 32,
"column": 28
},
"end": {
"line": 32,
"column": 29
}
}
},
{
"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": 739,
"end": 745,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 14
}
}
},
{
"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": 746,
"end": 751,
"loc": {
"start": {
"line": 33,
"column": 15
},
"end": {
"line": 33,
"column": 20
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 751,
"end": 752,
"loc": {
"start": {
"line": 33,
"column": 20
},
"end": {
"line": 33,
"column": 21
}
}
},
{
"type": "CommentLine",
"value": " Click all standard buttons, respects maxLength",
"start": 762,
"end": 811,
"loc": {
"start": {
"line": 35,
"column": 6
},
"end": {
"line": 35,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 819,
"end": 825,
"loc": {
"start": {
"line": 36,
"column": 6
},
"end": {
"line": 36,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 825,
"end": 826,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onclick",
"start": 826,
"end": 833,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 20
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 833,
"end": 834,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 834,
"end": 835,
"loc": {
"start": {
"line": 36,
"column": 21
},
"end": {
"line": 36,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 835,
"end": 836,
"loc": {
"start": {
"line": 36,
"column": 22
},
"end": {
"line": 36,
"column": 23
}
}
},
{
"type": "CommentLine",
"value": " Recording fullInput, bypasses maxLength",
"start": 846,
"end": 888,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fullInput",
"start": 896,
"end": 905,
"loc": {
"start": {
"line": 39,
"column": 6
},
"end": {
"line": 39,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 906,
"end": 907,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 908,
"end": 916,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 916,
"end": 917,
"loc": {
"start": {
"line": 39,
"column": 26
},
"end": {
"line": 39,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "utilities",
"start": 917,
"end": 926,
"loc": {
"start": {
"line": 39,
"column": 27
},
"end": {
"line": 39,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 926,
"end": 927,
"loc": {
"start": {
"line": 39,
"column": 36
},
"end": {
"line": 39,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getUpdatedInput",
"start": 927,
"end": 942,
"loc": {
"start": {
"line": 39,
"column": 37
},
"end": {
"line": 39,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 942,
"end": 943,
"loc": {
"start": {
"line": 39,
"column": 52
},
"end": {
"line": 39,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 943,
"end": 948,
"loc": {
"start": {
"line": 39,
"column": 53
},
"end": {
"line": 39,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 948,
"end": 949,
"loc": {
"start": {
"line": 39,
"column": 58
},
"end": {
"line": 39,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fullInput",
"start": 950,
"end": 959,
"loc": {
"start": {
"line": 39,
"column": 60
},
"end": {
"line": 39,
"column": 69
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 959,
"end": 960,
"loc": {
"start": {
"line": 39,
"column": 69
},
"end": {
"line": 39,
"column": 70
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 961,
"end": 969,
"loc": {
"start": {
"line": 39,
"column": 71
},
"end": {
"line": 39,
"column": 79
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 969,
"end": 970,
"loc": {
"start": {
"line": 39,
"column": 79
},
"end": {
"line": 39,
"column": 80
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 970,
"end": 977,
"loc": {
"start": {
"line": 39,
"column": 80
},
"end": {
"line": 39,
"column": 87
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 977,
"end": 978,
"loc": {
"start": {
"line": 39,
"column": 87
},
"end": {
"line": 39,
"column": 88
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 979,
"end": 983,
"loc": {
"start": {
"line": 39,
"column": 89
},
"end": {
"line": 39,
"column": 93
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 983,
"end": 984,
"loc": {
"start": {
"line": 39,
"column": 93
},
"end": {
"line": 39,
"column": 94
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 984,
"end": 985,
"loc": {
"start": {
"line": 39,
"column": 94
},
"end": {
"line": 39,
"column": 95
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stdBtnCount",
"start": 995,
"end": 1006,
"loc": {
"start": {
"line": 41,
"column": 6
},
"end": {
"line": 41,
"column": 17
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 1007,
"end": 1009,
"loc": {
"start": {
"line": 41,
"column": 18
},
"end": {
"line": 41,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 1010,
"end": 1015,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1015,
"end": 1016,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1016,
"end": 1022,
"loc": {
"start": {
"line": 41,
"column": 27
},
"end": {
"line": 41,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1022,
"end": 1023,
"loc": {
"start": {
"line": 41,
"column": 33
},
"end": {
"line": 41,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1029,
"end": 1030,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 5
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1030,
"end": 1031,
"loc": {
"start": {
"line": 42,
"column": 5
},
"end": {
"line": 42,
"column": 6
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 42,
"column": 6
},
"end": {
"line": 42,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Check if maxLength is respected\r\n ",
"start": 1040,
"end": 1092,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 46,
"column": 7
}
}
},
{
"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": 1098,
"end": 1100,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1100,
"end": 1101,
"loc": {
"start": {
"line": 47,
"column": 6
},
"end": {
"line": 47,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1109,
"end": 1110,
"loc": {
"start": {
"line": 48,
"column": 6
},
"end": {
"line": 48,
"column": 7
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 1120,
"end": 1126,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1127,
"end": 1135,
"loc": {
"start": {
"line": 49,
"column": 15
},
"end": {
"line": 49,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1135,
"end": 1136,
"loc": {
"start": {
"line": 49,
"column": 23
},
"end": {
"line": 49,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1136,
"end": 1143,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1143,
"end": 1144,
"loc": {
"start": {
"line": 49,
"column": 31
},
"end": {
"line": 49,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxLength",
"start": 1144,
"end": 1153,
"loc": {
"start": {
"line": 49,
"column": 32
},
"end": {
"line": 49,
"column": 41
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 1154,
"end": 1157,
"loc": {
"start": {
"line": 49,
"column": 42
},
"end": {
"line": 49,
"column": 45
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "object",
"start": 1158,
"end": 1166,
"loc": {
"start": {
"line": 49,
"column": 46
},
"end": {
"line": 49,
"column": 54
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 1167,
"end": 1169,
"loc": {
"start": {
"line": 49,
"column": 55
},
"end": {
"line": 49,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1179,
"end": 1187,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1187,
"end": 1188,
"loc": {
"start": {
"line": 50,
"column": 16
},
"end": {
"line": 50,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getInput",
"start": 1188,
"end": 1196,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1196,
"end": 1197,
"loc": {
"start": {
"line": 50,
"column": 25
},
"end": {
"line": 50,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1197,
"end": 1198,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1198,
"end": 1199,
"loc": {
"start": {
"line": 50,
"column": 27
},
"end": {
"line": 50,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1199,
"end": 1205,
"loc": {
"start": {
"line": 50,
"column": 28
},
"end": {
"line": 50,
"column": 34
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 1206,
"end": 1209,
"loc": {
"start": {
"line": 50,
"column": 35
},
"end": {
"line": 50,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1210,
"end": 1218,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1218,
"end": 1219,
"loc": {
"start": {
"line": 50,
"column": 47
},
"end": {
"line": 50,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1219,
"end": 1226,
"loc": {
"start": {
"line": 50,
"column": 48
},
"end": {
"line": 50,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1226,
"end": 1227,
"loc": {
"start": {
"line": 50,
"column": 55
},
"end": {
"line": 50,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxLength",
"start": 1227,
"end": 1236,
"loc": {
"start": {
"line": 50,
"column": 56
},
"end": {
"line": 50,
"column": 65
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1236,
"end": 1237,
"loc": {
"start": {
"line": 50,
"column": 65
},
"end": {
"line": 50,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1237,
"end": 1245,
"loc": {
"start": {
"line": 50,
"column": 66
},
"end": {
"line": 50,
"column": 74
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1245,
"end": 1246,
"loc": {
"start": {
"line": 50,
"column": 74
},
"end": {
"line": 50,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1246,
"end": 1253,
"loc": {
"start": {
"line": 50,
"column": 75
},
"end": {
"line": 50,
"column": 82
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1253,
"end": 1254,
"loc": {
"start": {
"line": 50,
"column": 82
},
"end": {
"line": 50,
"column": 83
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "layoutName",
"start": 1254,
"end": 1264,
"loc": {
"start": {
"line": 50,
"column": 83
},
"end": {
"line": 50,
"column": 93
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1264,
"end": 1265,
"loc": {
"start": {
"line": 50,
"column": 93
},
"end": {
"line": 50,
"column": 94
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1273,
"end": 1274,
"loc": {
"start": {
"line": 51,
"column": 6
},
"end": {
"line": 51,
"column": 7
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 1275,
"end": 1277,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1285,
"end": 1286,
"loc": {
"start": {
"line": 52,
"column": 6
},
"end": {
"line": 52,
"column": 7
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 1296,
"end": 1302,
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1303,
"end": 1311,
"loc": {
"start": {
"line": 53,
"column": 15
},
"end": {
"line": 53,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1311,
"end": 1312,
"loc": {
"start": {
"line": 53,
"column": 23
},
"end": {
"line": 53,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1312,
"end": 1319,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1319,
"end": 1320,
"loc": {
"start": {
"line": 53,
"column": 31
},
"end": {
"line": 53,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxLength",
"start": 1320,
"end": 1329,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 41
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 1330,
"end": 1333,
"loc": {
"start": {
"line": 53,
"column": 42
},
"end": {
"line": 53,
"column": 45
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "object",
"start": 1334,
"end": 1342,
"loc": {
"start": {
"line": 53,
"column": 46
},
"end": {
"line": 53,
"column": 54
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 1343,
"end": 1345,
"loc": {
"start": {
"line": 53,
"column": 55
},
"end": {
"line": 53,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1355,
"end": 1363,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1363,
"end": 1364,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getInput",
"start": 1364,
"end": 1372,
"loc": {
"start": {
"line": 54,
"column": 17
},
"end": {
"line": 54,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1372,
"end": 1373,
"loc": {
"start": {
"line": 54,
"column": 25
},
"end": {
"line": 54,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1373,
"end": 1374,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1374,
"end": 1375,
"loc": {
"start": {
"line": 54,
"column": 27
},
"end": {
"line": 54,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1375,
"end": 1381,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 34
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 1382,
"end": 1385,
"loc": {
"start": {
"line": 54,
"column": 35
},
"end": {
"line": 54,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1386,
"end": 1394,
"loc": {
"start": {
"line": 54,
"column": 39
},
"end": {
"line": 54,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 54,
"column": 47
},
"end": {
"line": 54,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1395,
"end": 1402,
"loc": {
"start": {
"line": 54,
"column": 48
},
"end": {
"line": 54,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1402,
"end": 1403,
"loc": {
"start": {
"line": 54,
"column": 55
},
"end": {
"line": 54,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxLength",
"start": 1403,
"end": 1412,
"loc": {
"start": {
"line": 54,
"column": 56
},
"end": {
"line": 54,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1420,
"end": 1421,
"loc": {
"start": {
"line": 55,
"column": 6
},
"end": {
"line": 55,
"column": 7
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1427,
"end": 1428,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 56,
"column": 5
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 1436,
"end": 1441,
"loc": {
"start": {
"line": 57,
"column": 6
},
"end": {
"line": 57,
"column": 11
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1442,
"end": 1445,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 1446,
"end": 1451,
"loc": {
"start": {
"line": 57,
"column": 16
},
"end": {
"line": 57,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1451,
"end": 1452,
"loc": {
"start": {
"line": 57,
"column": 21
},
"end": {
"line": 57,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MAX_LENGTH_ISSUE",
"start": 1452,
"end": 1470,
"loc": {
"start": {
"line": 57,
"column": 22
},
"end": {
"line": 57,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1470,
"end": 1471,
"loc": {
"start": {
"line": 57,
"column": 40
},
"end": {
"line": 57,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1471,
"end": 1472,
"loc": {
"start": {
"line": 57,
"column": 41
},
"end": {
"line": 57,
"column": 42
}
}
},
{
"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": 1478,
"end": 1482,
"loc": {
"start": {
"line": 58,
"column": 4
},
"end": {
"line": 58,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 1490,
"end": 1497,
"loc": {
"start": {
"line": 59,
"column": 6
},
"end": {
"line": 59,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1497,
"end": 1498,
"loc": {
"start": {
"line": 59,
"column": 13
},
"end": {
"line": 59,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 1498,
"end": 1501,
"loc": {
"start": {
"line": 59,
"column": 14
},
"end": {
"line": 59,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1501,
"end": 1502,
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MAX_LENGTH PASSED:",
"start": 1502,
"end": 1522,
"loc": {
"start": {
"line": 59,
"column": 18
},
"end": {
"line": 59,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1522,
"end": 1523,
"loc": {
"start": {
"line": 59,
"column": 38
},
"end": {
"line": 59,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1524,
"end": 1532,
"loc": {
"start": {
"line": 59,
"column": 40
},
"end": {
"line": 59,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1532,
"end": 1533,
"loc": {
"start": {
"line": 59,
"column": 48
},
"end": {
"line": 59,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1533,
"end": 1540,
"loc": {
"start": {
"line": 59,
"column": 49
},
"end": {
"line": 59,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 59,
"column": 56
},
"end": {
"line": 59,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "layoutName",
"start": 1541,
"end": 1551,
"loc": {
"start": {
"line": 59,
"column": 57
},
"end": {
"line": 59,
"column": 67
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1551,
"end": 1552,
"loc": {
"start": {
"line": 59,
"column": 67
},
"end": {
"line": 59,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1553,
"end": 1561,
"loc": {
"start": {
"line": 59,
"column": 69
},
"end": {
"line": 59,
"column": 77
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1561,
"end": 1562,
"loc": {
"start": {
"line": 59,
"column": 77
},
"end": {
"line": 59,
"column": 78
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getInput",
"start": 1562,
"end": 1570,
"loc": {
"start": {
"line": 59,
"column": 78
},
"end": {
"line": 59,
"column": 86
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1570,
"end": 1571,
"loc": {
"start": {
"line": 59,
"column": 86
},
"end": {
"line": 59,
"column": 87
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1571,
"end": 1572,
"loc": {
"start": {
"line": 59,
"column": 87
},
"end": {
"line": 59,
"column": 88
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1572,
"end": 1573,
"loc": {
"start": {
"line": 59,
"column": 88
},
"end": {
"line": 59,
"column": 89
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1573,
"end": 1579,
"loc": {
"start": {
"line": 59,
"column": 89
},
"end": {
"line": 59,
"column": 95
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1579,
"end": 1580,
"loc": {
"start": {
"line": 59,
"column": 95
},
"end": {
"line": 59,
"column": 96
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1581,
"end": 1589,
"loc": {
"start": {
"line": 59,
"column": 97
},
"end": {
"line": 59,
"column": 105
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1589,
"end": 1590,
"loc": {
"start": {
"line": 59,
"column": 105
},
"end": {
"line": 59,
"column": 106
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1590,
"end": 1597,
"loc": {
"start": {
"line": 59,
"column": 106
},
"end": {
"line": 59,
"column": 113
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1597,
"end": 1598,
"loc": {
"start": {
"line": 59,
"column": 113
},
"end": {
"line": 59,
"column": 114
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxLength",
"start": 1598,
"end": 1607,
"loc": {
"start": {
"line": 59,
"column": 114
},
"end": {
"line": 59,
"column": 123
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1607,
"end": 1608,
"loc": {
"start": {
"line": 59,
"column": 123
},
"end": {
"line": 59,
"column": 124
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1608,
"end": 1609,
"loc": {
"start": {
"line": 59,
"column": 124
},
"end": {
"line": 59,
"column": 125
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Check if all standard buttons are inputting something\r\n * (Regardless of maxLength)\r\n ",
"start": 1617,
"end": 1725,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 64,
"column": 7
}
}
},
{
"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": 1731,
"end": 1733,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 65,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1733,
"end": 1734,
"loc": {
"start": {
"line": 65,
"column": 6
},
"end": {
"line": 65,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stdBtnCount",
"start": 1734,
"end": 1745,
"loc": {
"start": {
"line": 65,
"column": 7
},
"end": {
"line": 65,
"column": 18
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 1746,
"end": 1749,
"loc": {
"start": {
"line": 65,
"column": 19
},
"end": {
"line": 65,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fullInput",
"start": 1750,
"end": 1759,
"loc": {
"start": {
"line": 65,
"column": 23
},
"end": {
"line": 65,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1759,
"end": 1760,
"loc": {
"start": {
"line": 65,
"column": 32
},
"end": {
"line": 65,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1760,
"end": 1766,
"loc": {
"start": {
"line": 65,
"column": 33
},
"end": {
"line": 65,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1766,
"end": 1767,
"loc": {
"start": {
"line": 65,
"column": 39
},
"end": {
"line": 65,
"column": 40
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 1775,
"end": 1780,
"loc": {
"start": {
"line": 66,
"column": 6
},
"end": {
"line": 66,
"column": 11
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1781,
"end": 1784,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Error",
"start": 1785,
"end": 1790,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1790,
"end": 1791,
"loc": {
"start": {
"line": 66,
"column": 21
},
"end": {
"line": 66,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "STANDARD_BUTTONS_ISSUE",
"start": 1791,
"end": 1815,
"loc": {
"start": {
"line": 66,
"column": 22
},
"end": {
"line": 66,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1815,
"end": 1816,
"loc": {
"start": {
"line": 66,
"column": 46
},
"end": {
"line": 66,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1816,
"end": 1817,
"loc": {
"start": {
"line": 66,
"column": 47
},
"end": {
"line": 66,
"column": 48
}
}
},
{
"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": 1823,
"end": 1827,
"loc": {
"start": {
"line": 67,
"column": 4
},
"end": {
"line": 67,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 1835,
"end": 1842,
"loc": {
"start": {
"line": 68,
"column": 6
},
"end": {
"line": 68,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1842,
"end": 1843,
"loc": {
"start": {
"line": 68,
"column": 13
},
"end": {
"line": 68,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 1843,
"end": 1846,
"loc": {
"start": {
"line": 68,
"column": 14
},
"end": {
"line": 68,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "STANDARD_BUTTONS PASSED:",
"start": 1847,
"end": 1873,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1873,
"end": 1874,
"loc": {
"start": {
"line": 68,
"column": 44
},
"end": {
"line": 68,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keyboard",
"start": 1875,
"end": 1883,
"loc": {
"start": {
"line": 68,
"column": 46
},
"end": {
"line": 68,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1883,
"end": 1884,
"loc": {
"start": {
"line": 68,
"column": 54
},
"end": {
"line": 68,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 1884,
"end": 1891,
"loc": {
"start": {
"line": 68,
"column": 55
},
"end": {
"line": 68,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1891,
"end": 1892,
"loc": {
"start": {
"line": 68,
"column": 62
},
"end": {
"line": 68,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "layoutName",
"start": 1892,
"end": 1902,
"loc": {
"start": {
"line": 68,
"column": 63
},
"end": {
"line": 68,
"column": 73
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1902,
"end": 1903,
"loc": {
"start": {
"line": 68,
"column": 73
},
"end": {
"line": 68,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stdBtnCount",
"start": 1904,
"end": 1915,
"loc": {
"start": {
"line": 68,
"column": 75
},
"end": {
"line": 68,
"column": 86
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1915,
"end": 1916,
"loc": {
"start": {
"line": 68,
"column": 86
},
"end": {
"line": 68,
"column": 87
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fullInput",
"start": 1917,
"end": 1926,
"loc": {
"start": {
"line": 68,
"column": 88
},
"end": {
"line": 68,
"column": 97
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1926,
"end": 1927,
"loc": {
"start": {
"line": 68,
"column": 97
},
"end": {
"line": 68,
"column": 98
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1927,
"end": 1933,
"loc": {
"start": {
"line": 68,
"column": 98
},
"end": {
"line": 68,
"column": 104
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1933,
"end": 1934,
"loc": {
"start": {
"line": 68,
"column": 104
},
"end": {
"line": 68,
"column": 105
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1934,
"end": 1935,
"loc": {
"start": {
"line": 68,
"column": 105
},
"end": {
"line": 68,
"column": 106
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1939,
"end": 1940,
"loc": {
"start": {
"line": 69,
"column": 2
},
"end": {
"line": 69,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Test if function buttons are interactive (have an onclick)\r\n ",
"start": 1946,
"end": 2021,
"loc": {
"start": {
"line": 71,
"column": 2
},
"end": {
"line": 73,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "testLayoutFctButtons",
"start": 2025,
"end": 2045,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2046,
"end": 2047,
"loc": {
"start": {
"line": 74,
"column": 23
},
"end": {
"line": 74,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2048,
"end": 2049,
"loc": {
"start": {
"line": 74,
"column": 25
},
"end": {
"line": 74,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callback",
"start": 2049,
"end": 2057,
"loc": {
"start": {
"line": 74,
"column": 26
},
"end": {
"line": 74,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2057,
"end": 2058,
"loc": {
"start": {
"line": 74,
"column": 34
},
"end": {
"line": 74,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2059,
"end": 2061,
"loc": {
"start": {
"line": 74,
"column": 36
},
"end": {
"line": 74,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2062,
"end": 2063,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 74,
"column": 40
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 2069,
"end": 2072,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 75,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fctBtnCount",
"start": 2073,
"end": 2084,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2085,
"end": 2086,
"loc": {
"start": {
"line": 75,
"column": 20
},
"end": {
"line": 75,
"column": 21
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 2087,
"end": 2088,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2088,
"end": 2089,
"loc": {
"start": {
"line": 75,
"column": 23
},
"end": {
"line": 75,
"column": 24
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 2095,
"end": 2098,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fctBtnHasOnclickCount",
"start": 2099,
"end": 2120,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2121,
"end": 2122,
"loc": {
"start": {
"line": 76,
"column": 30
},
"end": {
"line": 76,
"column": 31
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 2123,
"end": 2124,
"loc": {
"start": {
"line": 76,
"column": 32
},
"end": {
"line": 76,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2124,
"end": 2125,
"loc": {
"start": {
"line": 76,
"column": 33
},
"end": {
"line": 76,
"column": 34
}
}
},
{
"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": 2133,
"end": 2137,
"loc": {
"start": {
"line": 78,
"column": 4
},
"end": {
"line": 78,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2137,
"end": 2138,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "iterateButtons",
"start": 2138,
"end": 2152,
"loc": {
"start": {
"line": 78,
"column": 9
},
"end": {
"line": 78,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2152,
"end": 2153,
"loc": {
"start": {
"line": 78,
"column": 23
},
"end": {
"line": 78,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2153,
"end": 2154,
"loc": {
"start": {
"line": 78,
"column": 24
},
"end": {
"line": 78,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 2154,
"end": 2160,
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2160,
"end": 2161,
"loc": {
"start": {
"line": 78,
"column": 31
},
"end": {
"line": 78,
"column": 32
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2162,
"end": 2164,
"loc": {
"start": {
"line": 78,
"column": 33
},
"end": {
"line": 78,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2165,
"end": 2166,
"loc": {
"start": {
"line": 78,
"column": 36
},
"end": {
"line": 78,
"column": 37
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 2174,
"end": 2177,
"loc": {
"start": {
"line": 79,
"column": 6
},
"end": {
"line": 79,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 2178,
"end": 2183,
"loc": {
"start": {
"line": 79,
"column": 10
},
"end": {
"line": 79,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2184,
"end": 2185,
"loc": {
"start": {
"line": 79,
"column": 16
},
"end": {
"line": 79,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 2186,
"end": 2192,
"loc": {
"start": {
"line": 79,
"column": 18
},
"end": {
"line": 79,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2192,
"end": 2193,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAttribute",
"start": 2193,
"end": 2205,
"loc": {
"start": {
"line": 79,
"column": 25
},
"end": {
"line": 79,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2205,
"end": 2206,
"loc": {
"start": {
"line": 79,
"column": 37
},
"end": {
"line": 79,
"column": 38
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "data-skbtn",
"start": 2206,
"end": 2218,
"loc": {
"start": {
"line": 79,
"column": 38
},
"end": {
"line": 79,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2218,
"end": 2219,
"loc": {
"start": {
"line": 79,
"column": 50
},
"end": {
"line": 79,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2219,
"end": 2220,
"loc": {
"start": {
"line": 79,
"column": 51
},
"end": {
"line": 79,
"column": 52
}
}
},
{
"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": 2230,
"end": 2232,
"loc": {
"start": {
"line": 81,
"column": 6
},
"end": {
"line": 81,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2232,
"end": 2233,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 9
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2233,
"end": 2234,
"loc": {
"start": {
"line": 81,
"column": 9
},
"end": {
"line": 81,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 2234,
"end": 2239,
"loc": {
"start": {
"line": 81,
"column": 10
},
"end": {
"line": 81,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2239,
"end": 2240,
"loc": {
"start": {
"line": 81,
"column": 15
},
"end": {
"line": 81,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
"start": 2240,
"end": 2248,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2248,
"end": 2249,
"loc": {
"start": {
"line": 81,
"column": 24
},
"end": {
"line": 81,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{",
"start": 2249,
"end": 2252,
"loc": {
"start": {
"line": 81,
"column": 25
},
"end": {
"line": 81,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2252,
"end": 2253,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 29
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 2254,
"end": 2256,
"loc": {
"start": {
"line": 81,
"column": 30
},
"end": {
"line": 81,
"column": 32
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2257,
"end": 2258,
"loc": {
"start": {
"line": 81,
"column": 33
},
"end": {
"line": 81,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 2258,
"end": 2263,
"loc": {
"start": {
"line": 81,
"column": 34
},
"end": {
"line": 81,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2263,
"end": 2264,
"loc": {
"start": {
"line": 81,
"column": 39
},
"end": {
"line": 81,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
"start": 2264,
"end": 2272,
"loc": {
"start": {
"line": 81,
"column": 40
},
"end": {
"line": 81,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2272,
"end": 2273,
"loc": {
"start": {
"line": 81,
"column": 48
},
"end": {
"line": 81,
"column": 49
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "}",
"start": 2273,
"end": 2276,
"loc": {
"start": {
"line": 81,
"column": 49
},
"end": {
"line": 81,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2276,
"end": 2277,
"loc": {
"start": {
"line": 81,
"column": 52
},
"end": {
"line": 81,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2277,
"end": 2278,
"loc": {
"start": {
"line": 81,
"column": 53
},
"end": {
"line": 81,
"column": 54
}
}
},
{
"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": 2288,
"end": 2294,
"loc": {
"start": {
"line": 82,
"column": 8
},
"end": {
"line": 82,
"column": 14
}
}
},
{
"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": 2295,
"end": 2300,
"loc": {
"start": {
"line": 82,
"column": 15
},
"end": {
"line": 82,
"column": 20
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 82,
"column": 20
},
"end": {
"line": 82,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fctBtnCount",
"start": 2311,
"end": 2322,
"loc": {
"start": {
"line": 84,
"column": 6
},
"end": {
"line": 84,
"column": 17
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 2322,
"end": 2324,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2324,
"end": 2325,
"loc": {
"start": {
"line": 84,
"column": 19
},
"end": {
"line": 84,
"column": 20
}
}
},
{
"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": 2335,
"end": 2337,
"loc": {
"start": {
"line": 86,
"column": 6
},
"end": {
"line": 86,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2337,
"end": 2338,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 2338,
"end": 2344,
"loc": {
"start": {
"line": 86,
"column": 9
},
"end": {
"line": 86,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2344,
"end": 2345,
"loc": {
"start": {
"line": 86,
"column": 15
},
"end": {
"line": 86,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onclick",
"start": 2345,
"end": 2352,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2352,
"end": 2353,
"loc": {
"start": {
"line": 86,
"column": 23
},
"end": {
"line": 86,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2353,
"end": 2354,
"loc": {
"start": {
"line": 86,
"column": 24
},
"end": {
"line": 86,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 2364,
"end": 2370,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2370,
"end": 2371,
"loc": {
"start": {
"line": 87,
"column": 14
},
"end": {
"line": 87,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "onclick",
"start": 2371,
"end": 2378,
"loc": {
"start": {
"line": 87,
"column": 15
},
"end": {
"line": 87,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2378,
"end": 2379,
"loc": {
"start": {
"line": 87,
"column": 22
},
"end": {
"line": 87,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2379,
"end": 2380,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2380,
"end": 2381,
"loc": {
"start": {
"line": 87,
"column": 24
},
"end": {
"line": 87,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fctBtnHasOnclickCount",
"start": 2391,
"end": 2412,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 29
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 2412,
"end": 2414,
"loc": {
"start": {
"line": 88,
"column": 29
},
"end": {
"line": 88,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2414,
"end": 2415,
"loc": {
"start": {
"line": 88,
"column": 31
},
"end": {
"line": 88,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2423,
"end": 2424,
"loc": {
"start": {
"line": 89,
"column": 6
},
"end": {
"line": 89,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callback",
"start": 2434,
"end": 2442,
"loc": {
"start": {
"line": 91,
"column": 6
},
"end": {
"line": 91,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2442,
"end": 2443,
"loc": {
"start": {
"line": 91,
"column": 14
},
"end": {
"line": 91,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fctBtnCount",
"start": 2443,
"end": 2454,
"loc": {
"start": {
"line": 91,
"column": 15
},
"end": {
"line": 91,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2454,
"end": 2455,
"loc": {
"start": {
"line": 91,
"column": 26
},
"end": {
"line": 91,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fctBtnHasOnclickCount",
"start": 2456,
"end": 2477,
"loc": {
"start": {
"line": 91,
"column": 28
},
"end": {
"line": 91,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2477,
"end": 2478,
"loc": {
"start": {
"line": 91,
"column": 49
},
"end": {
"line": 91,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2478,
"end": 2479,
"loc": {
"start": {
"line": 91,
"column": 50
},
"end": {
"line": 91,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2485,
"end": 2486,
"loc": {
"start": {
"line": 92,
"column": 4
},
"end": {
"line": 92,
"column": 5
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2486,
"end": 2487,
"loc": {
"start": {
"line": 92,
"column": 5
},
"end": {
"line": 92,
"column": 6
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2487,
"end": 2488,
"loc": {
"start": {
"line": 92,
"column": 6
},
"end": {
"line": 92,
"column": 7
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2492,
"end": 2493,
"loc": {
"start": {
"line": 93,
"column": 2
},
"end": {
"line": 93,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Iterates on the keyboard buttons\r\n ",
"start": 2499,
"end": 2548,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 97,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "iterateButtons",
"start": 2552,
"end": 2566,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2567,
"end": 2568,
"loc": {
"start": {
"line": 98,
"column": 17
},
"end": {
"line": 98,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2569,
"end": 2570,
"loc": {
"start": {
"line": 98,
"column": 19
},
"end": {
"line": 98,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callback",
"start": 2570,
"end": 2578,
"loc": {
"start": {
"line": 98,
"column": 20
},
"end": {
"line": 98,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2578,
"end": 2579,
"loc": {
"start": {
"line": 98,
"column": 28
},
"end": {
"line": 98,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selector",
"start": 2580,
"end": 2588,
"loc": {
"start": {
"line": 98,
"column": 30
},
"end": {
"line": 98,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2588,
"end": 2589,
"loc": {
"start": {
"line": 98,
"column": 38
},
"end": {
"line": 98,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2590,
"end": 2592,
"loc": {
"start": {
"line": 98,
"column": 40
},
"end": {
"line": 98,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2593,
"end": 2594,
"loc": {
"start": {
"line": 98,
"column": 43
},
"end": {
"line": 98,
"column": 44
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 2600,
"end": 2603,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 99,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rows",
"start": 2604,
"end": 2608,
"loc": {
"start": {
"line": 99,
"column": 8
},
"end": {
"line": 99,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2609,
"end": 2610,
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 99,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 2611,
"end": 2619,
"loc": {
"start": {
"line": 99,
"column": 15
},
"end": {
"line": 99,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2619,
"end": 2620,
"loc": {
"start": {
"line": 99,
"column": 23
},
"end": {
"line": 99,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 2620,
"end": 2624,
"loc": {
"start": {
"line": 99,
"column": 24
},
"end": {
"line": 99,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2624,
"end": 2625,
"loc": {
"start": {
"line": 99,
"column": 28
},
"end": {
"line": 99,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 2625,
"end": 2638,
"loc": {
"start": {
"line": 99,
"column": 29
},
"end": {
"line": 99,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2638,
"end": 2639,
"loc": {
"start": {
"line": 99,
"column": 42
},
"end": {
"line": 99,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selector",
"start": 2639,
"end": 2647,
"loc": {
"start": {
"line": 99,
"column": 43
},
"end": {
"line": 99,
"column": 51
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 2648,
"end": 2650,
"loc": {
"start": {
"line": 99,
"column": 52
},
"end": {
"line": 99,
"column": 54
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".simple-keyboard",
"start": 2651,
"end": 2669,
"loc": {
"start": {
"line": 99,
"column": 55
},
"end": {
"line": 99,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2669,
"end": 2670,
"loc": {
"start": {
"line": 99,
"column": 73
},
"end": {
"line": 99,
"column": 74
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2670,
"end": 2671,
"loc": {
"start": {
"line": 99,
"column": 74
},
"end": {
"line": 99,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "children",
"start": 2671,
"end": 2679,
"loc": {
"start": {
"line": 99,
"column": 75
},
"end": {
"line": 99,
"column": 83
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2679,
"end": 2680,
"loc": {
"start": {
"line": 99,
"column": 83
},
"end": {
"line": 99,
"column": 84
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Array",
"start": 2688,
"end": 2693,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 9
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2693,
"end": 2694,
"loc": {
"start": {
"line": 101,
"column": 9
},
"end": {
"line": 101,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 2694,
"end": 2698,
"loc": {
"start": {
"line": 101,
"column": 10
},
"end": {
"line": 101,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2698,
"end": 2699,
"loc": {
"start": {
"line": 101,
"column": 14
},
"end": {
"line": 101,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rows",
"start": 2699,
"end": 2703,
"loc": {
"start": {
"line": 101,
"column": 15
},
"end": {
"line": 101,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2703,
"end": 2704,
"loc": {
"start": {
"line": 101,
"column": 19
},
"end": {
"line": 101,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2704,
"end": 2705,
"loc": {
"start": {
"line": 101,
"column": 20
},
"end": {
"line": 101,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "forEach",
"start": 2705,
"end": 2712,
"loc": {
"start": {
"line": 101,
"column": 21
},
"end": {
"line": 101,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2712,
"end": 2713,
"loc": {
"start": {
"line": 101,
"column": 28
},
"end": {
"line": 101,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "row",
"start": 2713,
"end": 2716,
"loc": {
"start": {
"line": 101,
"column": 29
},
"end": {
"line": 101,
"column": 32
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2717,
"end": 2719,
"loc": {
"start": {
"line": 101,
"column": 33
},
"end": {
"line": 101,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2720,
"end": 2721,
"loc": {
"start": {
"line": 101,
"column": 36
},
"end": {
"line": 101,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Array",
"start": 2729,
"end": 2734,
"loc": {
"start": {
"line": 102,
"column": 6
},
"end": {
"line": 102,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2734,
"end": 2735,
"loc": {
"start": {
"line": 102,
"column": 11
},
"end": {
"line": 102,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 2735,
"end": 2739,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2739,
"end": 2740,
"loc": {
"start": {
"line": 102,
"column": 16
},
"end": {
"line": 102,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "row",
"start": 2740,
"end": 2743,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2743,
"end": 2744,
"loc": {
"start": {
"line": 102,
"column": 20
},
"end": {
"line": 102,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "children",
"start": 2744,
"end": 2752,
"loc": {
"start": {
"line": 102,
"column": 21
},
"end": {
"line": 102,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2752,
"end": 2753,
"loc": {
"start": {
"line": 102,
"column": 29
},
"end": {
"line": 102,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2753,
"end": 2754,
"loc": {
"start": {
"line": 102,
"column": 30
},
"end": {
"line": 102,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "forEach",
"start": 2754,
"end": 2761,
"loc": {
"start": {
"line": 102,
"column": 31
},
"end": {
"line": 102,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2761,
"end": 2762,
"loc": {
"start": {
"line": 102,
"column": 38
},
"end": {
"line": 102,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2762,
"end": 2763,
"loc": {
"start": {
"line": 102,
"column": 39
},
"end": {
"line": 102,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 2763,
"end": 2769,
"loc": {
"start": {
"line": 102,
"column": 40
},
"end": {
"line": 102,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2769,
"end": 2770,
"loc": {
"start": {
"line": 102,
"column": 46
},
"end": {
"line": 102,
"column": 47
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2771,
"end": 2773,
"loc": {
"start": {
"line": 102,
"column": 48
},
"end": {
"line": 102,
"column": 50
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2774,
"end": 2775,
"loc": {
"start": {
"line": 102,
"column": 51
},
"end": {
"line": 102,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "callback",
"start": 2785,
"end": 2793,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2793,
"end": 2794,
"loc": {
"start": {
"line": 103,
"column": 16
},
"end": {
"line": 103,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "button",
"start": 2794,
"end": 2800,
"loc": {
"start": {
"line": 103,
"column": 17
},
"end": {
"line": 103,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2800,
"end": 2801,
"loc": {
"start": {
"line": 103,
"column": 23
},
"end": {
"line": 103,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2801,
"end": 2802,
"loc": {
"start": {
"line": 103,
"column": 24
},
"end": {
"line": 103,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2810,
"end": 2811,
"loc": {
"start": {
"line": 104,
"column": 6
},
"end": {
"line": 104,
"column": 7
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2811,
"end": 2812,
"loc": {
"start": {
"line": 104,
"column": 7
},
"end": {
"line": 104,
"column": 8
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2812,
"end": 2813,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2819,
"end": 2820,
"loc": {
"start": {
"line": 105,
"column": 4
},
"end": {
"line": 105,
"column": 5
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2820,
"end": 2821,
"loc": {
"start": {
"line": 105,
"column": 5
},
"end": {
"line": 105,
"column": 6
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2821,
"end": 2822,
"loc": {
"start": {
"line": 105,
"column": 6
},
"end": {
"line": 105,
"column": 7
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2826,
"end": 2827,
"loc": {
"start": {
"line": 106,
"column": 2
},
"end": {
"line": 106,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2829,
"end": 2830,
"loc": {
"start": {
"line": 107,
"column": 0
},
"end": {
"line": 107,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2830,
"end": 2830,
"loc": {
"start": {
"line": 107,
"column": 1
},
"end": {
"line": 107,
"column": 1
}
}
}
]
}